Karl G

Results 52 comments of Karl G
trafficstars

But whats the point? The spammers also cloud send URLs/Images with offensive content? I think the protection of your IP and all the parameters that it sends to a server...

It might be possible to chrome directly via command line (puppeteer uses the DevTools Protocol) ``` chromium --headless --disable-gpu --hide-scrollbars --screenshot=$HOME/rukzuk.png --screen-config="1366x768/i" https://www.rukzuk.com ``` The options via commandline switches are...

Firefox also supports a headless mode and screenshots: ``` firefox -P screenshots -headless -screenshot rukzuk.png https://www.rukzuk.com --window-size=768,1366 ``` Docs: https://developer.mozilla.org/en-US/Firefox/Headless_mode Headless Firefox works on Fx55+ on Linux, and 56+ on...

PhantomJS still works good and is included in Debian 10 and Ubuntu 18.04.

Puppeteer seems to be the next default API with backends for Chromium and Firefox: https://github.com/GoogleChrome/puppeteer/tree/master/experimental/puppeteer-firefox If we migrate to something we should consider using Puppeteer.

From the devs of puppeteer there is a cross-browser lib for all 3 major Browsers/Engines: https://playwright.dev/

Seems to be more work then expected. The state of the extensions is very bad, so this needs to be fixed first.

Faster and also embeddable js engine: https://bellard.org/quickjs/ But the problem is not the engine but the work required to have a good quality php extension.

This is especially hard to reach for Google Fonts. You need to remove ALL font name settings in all font styles of the page. It might be useful to have...

@baiwusanyu-c thanks for this cool repo! I also did not get that "inject" means that we need to have it at build time, maybe you can update the note banner...