Skip to content

Instantly share code, notes, and snippets.

View idb-'s full-sized avatar
💭
Watching. Closely. Always.

idb-

💭
Watching. Closely. Always.
View GitHub Profile
var quit = false;
var interval = 100;
var injected = false;
var processed = [];
function injectCss() {
var style = document.createElement('style');
style.type = 'text/css';
style.appendChild(document.createTextNode('.stfu { display: none!important; }'));