Greasy Fork is available in English.

RU AdList JS Fixes

try to take over the world!

Устаревшая версия на 14.10.2016. Перейти к последней версии.

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • v20161008.1 07.10.2016 WSI: Forgot to replace callback function with a wrapper in removeEventListener call of a Worker wrapper.
  • v20161008.0 07.10.2016 Fixed issue with downloading files from Mega (example: https://mega.nz/#!fBgQCKKI!47kkOVbe7vRnM8yGt5I4tj4se-zLCpVDeKkPMa43bds ) For now I made a simple callback wrapper, but in the future I may wan to implement something better since event.target still pointing to the real Worker.
  • v20161007.4 07.10.2016 http://rp5.ru/%D0%9F%D0%BE%D0%B3%D0%BE%D0%B4%D0%B0_%D0%B2_%D0%9F%D0%B5%D1%82%D1%80%D0%BE%D0%B2%D1%81%D0%BA%D0%BE%D0%B9,_%D0%9A%D1%80%D0%B0%D1%81%D0%BD%D0%BE%D0%B4%D0%B0%D1%80%D1%81%D0%BA%D0%B8%D0%B9_%D0%BA%D1%80%D0%B0%D0%B9
  • v20161007.3 07.10.2016 A couple of new domains to block in WSI on: http://xhamster.com/movies/2894312/alysa_anal_games.html http://nice-film.ru/ http://only-tv.org/ http://www.pornhub.com/
  • v20161007.2 07.10.2016 Looks like I have to be careful with 'resolve' in promises. It doesn't perform immediate exit from a function, so I have to prepend it with return if I want to stop execution of the following code.
  • v20161007.1 07.10.2016 Ooops, looks like a modified one extra line in a previous commit.
  • v20161007.0 07.10.2016 Added check into a function which appends WSI code into a WebWorker to avoid adding a wrapper into a code loaded over an absolute URL. That is due to how function self.fetch works inside of a Worker. It fails to run if called with relative URL and worker is created from a blob. Since those who attempts to work around ABP won't use absolute URLs anyway (since they could be easily blocked) it should be OK to not wrap such code.
  • v20161005.3 05.10.2016 Fix for false positive on drive2.ru.
  • v20161005.2 05.10.2016 False Positive in https://www.drive2.ru/l/455623325972955370/ on "Смотрите также" section.
  • v20161005.1 04.10.2016 Fix for JoyReactor. Looks like their background redirection script is attached to invisible layers scattered all over the page and if one clicked redirection happens. Due to recent change in my code redirection were broken and as the result these scattered layers were left in place. Now they will be removed if clicked.
  • v20161005.0 04.10.2016 Restored previously removed condition check in moonwalk-hdgo-kodik-fix script. It were there for compatibility with Reek's Anti-Adblock Killer. Looks like Reek's script adds the same value to a window, but as read-only property.
  • v20161004.1 04.10.2016 http://only-tv.org/
  • v20161004.0 04.10.2016 Different method to prevent redirect on JoyReactor. It just breaks window.open functionality. It'snot necessary there anyway.
  • v20161003.0 03.10.2016 http://zodiac-game.info/newpager.html
  • v20161001.1 01.10.2016 WSI: http://kinozadrot.net/6787-pit-i-ego-drakon-2016.html + in previous version changed version system a bit. Site didn't recognized '2016-10-01' as value higher than '2016-09-30'. Now it's just a one big number.
  • v20161001.0 30.09.2016 Overclockers. -_-
  • v2016-09-30:2 30.09.2016 Updated Moonwalk&HDGo&Kodik FIX
  • v2016-09-30:1 29.09.2016 It was possible to hide that block on overclockers instead of removing after the refresh.
  • v2016-09-30:0 29.09.2016 На оверах не одно, так другое. -_-
  • v2016-09-29:0 29.09.2016 4pda: banner in user profiles (what a stupid place for a banner...)
  • v2016-09-28:0 28.09.2016 http://nice-film.ru/533-shpion.html + removed fix for Overclockers
  • v2016-09-26:2 26.09.2016 Removed inIFrame check in moonwalk and other video-players fix: https://forums.lanik.us/viewtopic.php?f=102&t=32900
  • v2016-09-26:1 25.09.2016 WSI: Additional imprevements for checks in frameRewrite function.
  • v2016-09-26:0 25.09.2016 A bit cleaner fix for blob-frame WS circumvention. This time for blob-frames only.
  • v2016-09-25:2 25.09.2016 WSI: Removed logging of each getter call, but added stacktrace to function calls.
  • v2016-09-25:1 25.09.2016 Ooops, fixed a bit WebSuckIt!
  • v2016-09-25:0 25.09.2016 Yet another WS circumvention method: https://e.mail.ru/messages/inbox/
  • v2016-09-23:0 23.09.2016 https://forums.overclockers.ru/ + made it possible to run code on window load event.
  • v2016-09-22:1 22.09.2016 win.close() doesn't work as expected, replaced with window.close()
  • v2016-09-22:0 22.09.2016 Safari fixes.
  • v2016-09-21:0 20.09.2016 Minor cleanup in a few places.
  • v2016-09-20:5 20.09.2016 Removed code which disables function which adds temporary 'cover' style on 4pda (while page is loading). Looks like it works fine now.
  • v2016-09-20:4 20.09.2016 Safari "patch" -_- It's a terrible thing to do, but I really want to use "for..of" over every thing possible and Safari just not smart enough
  • v2016-09-20:3 19.09.2016 Possible safari fix.
  • v2016-09-20:2 19.09.2016 Broke abp detector on hdrezka.me
  • v2016-09-20:1 19.09.2016 Added error logging into createStyle for debug purposes.
  • v2016-09-20:0 19.09.2016 Updated createStyle code to accept list of rules to make blocks which is calling for it cleaner.
  • v2016-09-19:0 19.09.2016 Cleanup, replaced GM_addStyle with my own code, replaced "while(i--)" with "for..of". Updated code for pb.wtf. Other minor changes.
  • v2016-09-15:1 15.09.2016 http://rutor.in/top24.php
  • v2016-09-15:0 14.09.2016 Sync with latest WSI, same version scheme.
  • v1.4.15 14.09.2016 Removed cleaner for cloud.mail.ru since implemented same thing in CSS Fixes.
  • v1.4.14 13.09.2016 https://cloud.mail.ru/public/
  • v1.4.13 13.09.2016 Suddenly I realized that whole code to remove serviceWorker on mail.ru domains wasn't needed... since it isn't used to serve ads. At least yet. -_- Also added second yandex.direct block on cloud.mail.ru.
  • v1.4.12 13.09.2016 http://xrutor.org/
  • v1.4.11 13.09.2016 mail.ru: extended serviceWorker handler to eliminate existing instances of serviceWorker on mail.ru domains.
  • v1.4.10 13.09.2016 Breaks in the script launcher caused too early exit from the loop on https://cloud.mail.ru/ (script for 'mail.ru' were not launched)
  • v1.4.9 13.09.2016 http://docfilms.info/bbc/
  • v1.4.8 13.09.2016 Updated 21937-moonwalk-hdgo-kodik-fix
  • v1.4.7 13.09.2016 http://loveread.ec/view_global.php?id=56586
  • v1.4.6 13.09.2016 Last bit of code for Mail.RU was for cloud.mail.ru only. Might now work properly on other subdomains.

Показать все версии скрипта