DescriptionSome websites "circumvent" ad blocking by trashing their own pages when they detect an ad blocker.
This snippet untrashes the page by adding the stylesheets back to the DOM.
Filter:
example.com#$#readd style head; readd link[rel="stylesheet"] head
It works on some popular websites.
See #4750.
Patch Set 1 #
Total comments: 2
Patch Set 2 : Check for removedNodes first #Patch Set 3 : Check if node is element #Patch Set 4 : Add ifContains and unlessContains parameters #Patch Set 5 : Add complementary remove-if-contains snippet #Patch Set 6 : Revert last two updates and rebase #Patch Set 7 : Rename snippet to "readd" #MessagesTotal messages: 10
|