dom-distiller icon indicating copy to clipboard operation
dom-distiller copied to clipboard

Distills the DOM

Results 12 dom-distiller issues
Sort by recently updated
recently updated
newest added

The script is helpful when developers have multiple JDKs installed in the system. It will setup the link to the java binary, as well as `JAVA_HOME` and `CLASSPATH`. As a...

I try to run ant test ,but i got this issues.help me please~ protoc: [apply] Traceback (most recent call last): [apply] File "protoc_plugins/gwt_overlay.py", line 12, in [apply] from util import...

This might be useful to those who want to run DOM Distiller as a standalone program. We ported the Java code to Go (without GWT and any Chromium dependencies): https://github.com/markusmobius/go-domdistiller...

Firstly I tried to get all related Java files from web and used Android Studio to build it into a Java lib. But finally I found that I couldn't get...

`vagrant up` would produce ``` default: Unable to locate package openjdk-8-jdk ``` you have to ssh into vagrant box and add the following repo ``` sudo add-apt-repository ppa:openjdk-r/ppa ```

Is it possible to trigger with a keyboard shortcut? If not, what do you think would be the best approach to implement it? is an extension a reasonable way to...

Hi, If I get this right dom-distiller is supposed to work as extension correct? But can this be used to extract content from web pages pragmatically? If yes is the...

With vimium you can scroll up and down. (with J and K). This plugin unfortunately does not allow us to scroll up and down anymore.

I found [extension](https://chrome.google.com/webstore/detail/dom-distiller-reading-mod/oiembdaoobijmdmeobkalaehgifealpl?hl=en) that uses DOM Distiller by utilizing _domdistiller.js_ that packed into extension, but as I understand this Distiller already the part of the browser, looks like hidden part....

Hi, As we known, there are lot of pages/articles are folded with some button like 'show more/show more' to show all. After clicked the button, the hidden content was shown....