Results 4 issues of DitherSky

Tried to post this: ``` javascript [ "test":"//div[@class=\"test\"]/a[.=\"\u00bb\" or contains(., \"Next\")]" ] ``` but got something entirely different: ``` javascript [ "test":"//div[@class=8b928f6fcaf5232b9bafffac1fe856bd247d1c0fquot;test\"]/a[.=8b928f6fcaf5232b9bafffac1fe856bd247d1c0fquot;\u00bb\" or contains(., 8b928f6fcaf5232b9bafffac1fe856bd247d1c0fquot;Next\")]" ] ```

The application stops execution with: ``` [ERROR] filename.png java.io.FileNotFoundException: filename.png at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ... at net.nczonline.web.datauri.DataURIGenerator.generateDataURI(DataURIGen erator.java:182) ... ``` Is it how it supposed to work without `--skip-missing` parameter? Also...

The `calc_remain_height` shouldn't accept nodes that don't have visual representation, like `script` or `style`, but it does and it breaks extension on some pages. Here is the corrected version: ```...

Can't find why but if `articleList` is visibly overflows from viewport without CSS fix or if new items are added there are sometimes "empty" article lines in the list that...