dschep's comments

dschep | 1 year ago | on: Show HN: FTWA – Turn any website into an app

Why did you build this with a server? Since you suggest folks introspect the script anyway, you could simply generate it in the browser and have the user download it. Then you could run this at zero-cost.

dschep | 2 years ago | on: Show HN: Detoxer – Neutralize Addictive Content Without Blocking

You can actually setup ublock0 to do this for you too. At one point I'd used it to blur distracting sites, but like you, I found fully blocking the content(which the blurring effectively did) led to me disabling the block. I'll try this technique out, it's a good idea.

Here's how you can do it with ublock:

  www.reddit.com##img:style(filter: blur(10px);)
  www.reddit.com##body:style(filter: grayscale(1);)

dschep | 4 years ago | on: Show HN: npm install actual-malware

I suspect OP conflated "I am reporting malware in a package on npmjs.com" with "I have discovered a bug or vulnerability in a package on npmjs.com." The later shows what they report[0] whereas the former does allow for a report to be made.

[0] https://imgur.com/VSZbZ0Q

dschep | 4 years ago | on: Show HN: HN-blacklist – hide submissions from certain sources

You should consider making this into a browser extension. For this kind of script it's rather easy and is way easier for users to install. For an example with a very similar configuration (array of strings) that is a configurable extension instead, checkout my WaPo Metal Taglines greasemonkey script[0] and extension[1]

[0] https://greasyfork.org/en/scripts/27767-wapo-metal-taglines/... [1] https://github.com/dschep/metal-wapo

page 1