Talamask

Results 10 issues of Talamask

Hi! Is there a way to blacklist certain tags so that any text inside them will not be parsed and skipped entirely? For example when I parse a page I...

Hi! Is it possible instead of opening article short description pass article url to script (which will return a full text of an article) and then display me the result...

feature
to-consider

If I create a chart by ``` console.log(d) }} />; ``` in console I can see that the domain of zoomed area is logged. My question is how can I...

Hi While following readme instructions and installing packages with `npm install` I have stumbled into following error ``` npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/har-validator/-/har-validator-5.1.2.tgz...

Yes, fix it :) after single left pane has been split to 2 panes tablet UI is not visualized fully. Currently tablet UI icon is visible only when user agent...

bug

When no settings about selected game font and game font size are saved into local storage, font size is not correctly calculated in order to make spectating window correct size....

I have a simple code that visits website over https ``` const Browser = require("zombie"); const TARGET = "https://some-https-website.com/"; var zombie = new Browser(); zombie.visit(TARGET, function(error, browser) { if(error) {...

Started to get this messages now. Any ideas how to skip urls that cause connection refused exception? Here's the output log Downloading images from "unixporn" subreddit Attempting to download URL...

Hello, thanks for great script. Is it possible to define how many pages to process? For example I want to get all images (including albums) that were posted on first...

Would be nice to have a feature that can show a list of tasks that I have completed in last N hours (based on "ended" field).

enhancement