Greasemonkey Automation - sgml/signature GitHub Wiki
function click1000(){ document.querySelector("#load_more").click() } var clickInterval = window.setInterval(click1000, 1000);
#Anti-Modal
$("div[name='trap-focus']").remove()
document.body.removeAttribute("style")
chrome://guerilla-script-dox/content/README.txt
https://superuser.com/questions/140047/how-to-run-a-batch-file-without-launching-a-command-window
https://www.tampermonkey.net/documentation.php
https://violentmonkey.github.io/api/gm/
https://blog.mozilla.org/addons/2019/03/26/extensions-in-firefox-67/#userscripts
https://designsystem.digital.gov/components/form-controls/
https://developer.chrome.com/extensions/migrating_to_manifest_v3
https://blog.mozilla.org/addons/2019/09/03/mozillas-manifest-v3-faq/