Closed dhowe closed 3 years ago
Washington Post puts their ads at fixed locations and then have a script to overwrite the final node (i.e. our generated text) of the sub tree of the element (i.e our replacement) at that position.
Since the DOM element cannot be locked, we might try:
I've added a content script that reverts the DOM changes for our replacements in 1ae7501135a8721
I tested on Firefox and Chrome and noted that the loading process was a bit slower, so I put it in a separate file that is only injected for websites that known to have similar behaviors (maybe we can keep a list of all this kind of websites?)
This makes sense -- please add the list of domains for which this content-script should be injected...
I found two sites for now the list:
great -- does this have any ramifications for adnauseam ?
does this have any ramifications for adnauseam ?
hmm I don't think so since adnauseam doesn't need to render anything in the original spots of the ads. The element being inserted by the websites is a little tag writes "ad", this process would not stop adnauseam from collecting and clicking the ads
once you've add the list to the code, you can close this...
the list is added in the manifest.json files will update the list here and also the list in the files if new sites found
site: http://washingtonpost.com/
happens multiple time