Tampermonkey Adblock Site
On Greasy Fork, simply click the "Install this script" button. Tampermonkey will open a new tab; click "Install" in the Tampermonkey window.
function removeAds() selectors.forEach(sel => document.querySelectorAll(sel).forEach(el => el.remove()); ); tampermonkey adblock