Greasy Fork is available in English.

RU AdList JS Fixes

try to take over the world!

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

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

  • v20200624.0 24.06.2020 Rewritten jsonParseFilter and renamed to jsonFilter. Added support for filtering output of fetch_response.json(). Removed stacked Proxy wrapping on multiple jsonFilter calls. Implemented combined log for all filter calls.
  • v20200622.0 22.06.2020 Fixed an issue on rutube.ru in jsonParseFilter code. Improperly checked for presence of paths in object.
  • v20200620.0 20.06.2020 Updated code for rutube.ru. Extended jsonParseFilter for better compatibility with json-prune.js filters from uBO.
  • v20200619.0 19.06.2020 Implemented jsonParserFilter to remove properties of objects from JSON.parse results. Used it to remove ads on youtube.com.
  • v20200527.0 26.05.2020 Updated code for fishki.
  • v20200526.1 26.05.2020 Another update for fishki, this time specifically against their new detector.
  • v20200526.0 25.05.2020 Fixed a few issues on fishki, but likely not the main issue with detector in /recent.
  • v20200523.0 23.05.2020 Removed CoinHive stub since it only tiggers detectors in other extensions and make people report my script while CoinHive itself lost popularity and disappeared from everything that could be considered important. I may return something simpler later and per specific domain in case it actually needed there.
  • v20200520.2 20.05.2020 Apparently that previously removed stub were needed on gorodrabot too.
  • v20200520.1 20.05.2020 Restored one previously removed stub for sdamgia.ru, moved gorodrabot into a separate block since it requires unique rule.
  • v20200520.0 20.05.2020 Moved sole anti-direct block into generic section. Added otzovik.com.
  • v20200518.2 18.05.2020 Moved 2 scripts around since primary domain names changed in previous update.
  • v20200518.1 18.05.2020 Base support of .tld for multi-tld sites. Fixed inlineScript blocking. Added one domain to blacklist. Fixed domain matching when URL starts with // (without https?:).
  • v20200518.0 18.05.2020 Added rp5.am to rp5 domains list.
  • v20200515.4 15.05.2020 Link redirects on overclockers.ru through mamydirect.com.
  • v20200515.3 15.05.2020 Fixed broken video playback https://www.gazeta.ru/tech/2020/05/13/13081303/musk_trump.shtml
  • v20200515.2 15.05.2020 Fixed slightly broken since previous commit logging in nullTools
  • v20200515.1 15.05.2020 The Great Semicolonisation. Well, jshint had a fit with my code. Also, another stub for ads on Kinopoisk.
  • v20200515.0 15.05.2020 Fixed widgets on Yandex main page. Improved logging in nullTools by displaying wrapped object names when properties are missing instead of objects themself.
  • v20200512.1 12.05.2020 Removed Yandex Sport requests from XHR blocking. Occasionally breaks things there same as on Yandex Pogoda.
  • v20200512.0 12.05.2020 Removed special Chrome support code since it is not required since Chrom 67 and it's 81 already. If someone using some obscure fork based on Chromium before 67 I see no reason to support this. This also fixes missing images on https://trashbox.ru/link/2020-04-09-huawei-sound-x (finally, I found a single site where removal of !important from style of page elements actually breaks something). Also, fixed missing block on Yandex Pogoda.
  • v20200511.0 11.05.2020 Fixed compatibility code for Fx56 on Yandex. Also, minor stylistic changes.
  • v20200509.1 09.05.2020 Fixed di.fm.
  • v20200509.0 09.05.2020 Oh riiiiight, setters in Proxies must return "true" aren't they?
  • v20200508.1 08.05.2020 Cleanup, formatting and other changes hopefully unrelated to functionality.
  • v20200508.0 08.05.2020 Added not a fix for zmctrack on ukr.net. Somehow it works, though. At least for me.
  • v20200507.3 07.05.2020 Even more OOPS! Welp. >_<
  • v20200507.2 07.05.2020 Ooops! Fixed broken XHR wrapper and that should fix zmctrack.net ads on zn.ua and many other sites. Also, fixed minor issues found with eslint and replaced function declarations in objects.
  • v20200507.1 07.05.2020 Ooops! When replaced instanceof check with bunch of in checks forgot to check am I looking at an object.
  • v20200507.0 07.05.2020 Ugh! What's wrong with autoformat in Tampermonkey when it running in Vivaldi?
  • v20200507.0 07.05.2020 Apparently, ukr.net attempts to do something with my XMLHttpRequest wrappers by looking for substring 'skip_xhr_check' which were there in one of the previous versions. Well, have fun turning Proxy into a string now.
  • v20200506.0 06.05.2020 Fix for disk.yandex.ru take 2. -_-
  • v20200506.0 06.05.2020 Fix for broken https://disk.yandex.ru/client/disk
  • v20200504.4 04.05.2020 Removed do/skip xhr check workaround entirely. It doesn't seem required anymore.
  • v20200504.3 04.05.2020 Ooops! Broke XHR blocking for pretty much all domains when swapped skip_xhr_check with do_xhr_check. >_<
  • v20200504.2 03.05.2020 Added letidor.ru and motor.ru to Rambler domains.
  • v20200504.1 03.05.2020 Dropped custom code for online.anidub.com since it isn't required anymore.
  • v20200504.0 03.05.2020 Fix for broken searchbar on Yandex Market: https://greasyfork.org/ru/forum/discussion/comment/89525/#Comment_89525
  • v20200503.0 02.05.2020 Ooops! Apparently, accessing object's property before it were created doesn't work very well. Who could've thought? XD Also, it looks like object deconstruction didn't work as expected. Removed, since not necessary there anyway.
  • v20200502.1 02.05.2020 actually, it's a bad idea to call property 'null'. Even though it works. Renamed and made both NULL and LOG as global constants for 'nt' object. Also, froze it. Also, removed a script for a domain which looks dead.
  • v20200502.0 02.05.2020 Restored default value for nt.proxy auto-function to 'undefined'. Restored default nulls in cases where these were difined.
  • v20200429.0 29.04.2020 Forgot to remove debug logging for getAds stub on mail.ru
  • v20200429.0 29.04.2020 Fixed broken mail.ru main page. Also, removed default "null" values in all nt.proxy calls.
  • v20200324.0 24.03.2020 Huh, somehow player class already were on the page before my script had chance to run in some cases and due to that got broken by my script. Fixed this.
  • v20200323.0 23.03.2020 Restored part of code removed in previous commit since I missed autoplay on gazeta.ru and rambler.ru. -_-
  • v20200322.0 22.03.2020 Updated code against autoplay on lenta.ru.
  • v20200319.0 19.03.2020 Implemented feature to disable notifications on sites. Disabled by default and will only apply in case site have 'default' permission.
  • v20200310.1 10.03.2020 Removed exception for main unicreditbanking.net page since it doesn't exist. There are subdomains like ro.unicreditbanking.net, but not the main page.
  • v20200310.0 10.03.2020 Not sure it's right to exclude hd.kinopoisk.ru (https://greasyfork.org/en/forum/discussion/72158/kinopoisk-hd), but it looks like a paid streaming service, so there shouldn't be ads in the first place (unless they are literally crazy).
  • v20200308.0 08.03.2020 Disabled 'preroll' stub on mediavitrina.ru since it breaks video on https://live.russia.tv

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