EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save

EveryCircuit Blocker - Desktop Only

@LJ1234
3 years ago
https://everycircuit.com/circuit/5404924834480128
EveryCircuit Blocker - (Desktop Only) Video: https://www.youtube.com/watch?v=Nc8urLtRVEk&feature=youtu.be Note: This in no way violates the TOS or the rights of the people you select. It simply removes them from your view. The code is here, you can edit is and you can see where it removes YOURTROLLUSERNAME. Replace that with the name of you troll. You will need the browser extension TamperMonkey. It's the most popular extension for JavaScript. Open a new script and overwrite all the default script with the following. Write your trolls name where it says "YOURTROLLUSERNAME" Then refresh everycircuit.: // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @include *everycircuit.* // ==/UserScript== var myTds = document.getElementsByTagName("td"); var i; setInterval(function() { [...document.querySelectorAll('td[theUserName="YOURTROLLUSERNAME1"]')].forEach(e=>e.parentElement.parentElement.parentElement.parentElement.style.display = 'none'); [...document.querySelectorAll('td[theUserName="YOURTROLLUSERNAME2"]')].forEach(e=>e.parentElement.parentElement.parentElement.parentElement.style.display = 'none'); //Comment this line if you want to see your stats [...document.querySelectorAll('img[thetooltip="Comments"]')].forEach(e=>e.parentElement.parentElement.parentElement.style.display = 'none'); }, 250);
Comments
Post