RU AdList JS Fixes

try to take over the world!

As of 2018-03-22. See the latest version.

These are versions of this script where the code was updated. Show all versions.

  • v20201102.6 2020-11-02 Limited documentRewrite on ukr.net to www.ukr.net only. Added documentRewrite for nv.ua.
  • v20201102.5 2020-11-02 Moved hvylya.net from documentRewrite to zmcPlugTime section.
  • v20201102.4 2020-11-02 Removed custom code for bigmir.net entirely and moved it to zmcPlugTime section.
  • v20201102.3 2020-11-02 Replaced documentRewrite with zmcPlug for bigmir.net on their main page (subdomains are using different code).
  • v20201102.2 2020-11-02 Replaced documentRewrite with zmcPlug for inforesist.org, implemented custom fixes for liga.net and segodnya.ua.
  • v20201102.1 2020-11-02 Removed separate Gismeteo script.
  • v20201102.0 2020-11-02 Extended zmcPlug to generate iframe names when they are based on datetime. Disabled documentRewrite on a multiple domains where zmctrack is blocked by old code.
  • v20201101.3 2020-11-01 Removed another potential source of issues on echo.msk.ru.
  • v20201101.2 2020-11-01 Removed code for echo.msk.ru and made custom fix for pravda.com.ua since it breaks in Firefox.
  • v20201101.1 2020-11-01 Updated list of zmctrack domains.
  • v20201101.0 2020-11-01 Majority of sites which using zmctrack moved to their latest code with already existing "clean" iframe on the page. Implemented per-site plugs.
  • v20201030.0 2020-10-30 Fixed problem on rustorka.com. Apparently browser creates context for the script to run so early that feature test failed and attempted to run fix for old Fx versions.
  • v20201023.1 2020-10-23 Updated code for sinoptik.ua for Violentmonkey (tested in 2.12.8 RC17). Apparently VM is not fast enough to reliably interrupt zmc script on the page. So, reused disabled code added in previous commit for Gismeteo.
  • v20201023.0 2020-10-23 Added disabled code for Gismeteo which removes zmctrack script from the page code and rewrites the page. I don't want to use it because rewrite takes time (during which empty page is displayed) and may introduce problems with page functionality. But it may become a 'necessary evil' in case they completely randomize zmc frame name.
  • v20201023.0 2020-10-23 Updated code for Gismeteo. Numbers in that stub had to be padded, apparently.
  • v20201022.1 2020-10-22 Ooops! Forgot to remove part of the debug code and that crashed zmcPlug function.
  • v20201022.0 2020-10-22 Updated code for Gismeteo. Added code for sinoptik.ua.
  • v20201021.0 2020-10-21 Forgot to remove line of code from attempt to cache results for faulty calls. Unnecessary complexity for unsupported browser version.
  • v20201021.0 2020-10-21 Two tweaks for Proxy().toString() fix for Fx 60: Browser detection is feature-based now and instead of always calling Function.toString() when normal call fails wrapper should call appropriate one like Function.toSource() when toSource failed.
  • v20201019.0 2020-10-19 Replaced fix for Proxy().toString() in Fx 60 ESR with more generic one.
  • v20201018.0 2020-10-18 Fix for Firefox 60 ESR on rbc.ru. Calling toString on Proxy throws Error.
  • v20201017.0 2020-10-17 Fixed "Uncaught in promise" error messages when GM.cookie.list promise returns "rejected: not supported" on stable version of Tampermonkey.
  • v20201015.6 2020-10-15 Minifix for change in previous commit.
  • v20201015.5 2020-10-15 Updated code for all-episodes.org.
  • v20201015.4 2020-10-15 Updated code for Yandex.
  • v20201015.3 2020-10-15 Updated code for vp.rambler.ru.
  • v20201015.2 2020-10-15 Removed previously added code for Yandex since it doesn't help.
  • v20201015.1 2020-10-15 Another minor update: Removed debug log record from one of previous updates.
  • v20201015.1 2020-10-15 Removed unused variable left in previous update. Additionally, previous update replaced ReferenceError with TypeError since it makes more sence in context of property missing in object.
  • v20201015.1 2020-10-15 Updated code for Yandex and frontend.vh.yandex.ru in particular.
  • v20201015.0 2020-10-15 Updated code for starlight.digital.
  • v20201010.1 2020-10-10 Updated code for auto.ru. Another tweak for yandex direct stub there.
  • v20201010.0 2020-10-09 Updated code for auto.ru. Previous updated caused loss of functionality in some cases.
  • v20201009.1 2020-10-09 Updated code for auto.ru.
  • v20201009.0 2020-10-09 Disabled script on 1cfresh.com: https://greasyfork.org/en/scripts/19993-ru-adlist-js-fixes/discussions/64161 (it's not necessary there anyway)
  • v20201008.0 2020-10-08 Added check for subdomains into first exceptions list regexp. Removed beru.ru from exceptions since it moved to market.yandex.ru.
  • v20201007.0 2020-10-07 Added yastatic.net into exclude list (used on market.yandex.ru in frames).
  • v20200925.0 2020-09-24 Replaced exclude list with 2 regexps. Added lineageos.org into list (nothing to block, win.Ya breaks review.lineageos.org)
  • v20200924.0 2020-09-24 Temporary fix for zmctrack on Gismeteo.
  • v20200923.0 2020-09-23 Disabled script on market.yandex.ru. It is not necessary there anyway and somehow occasionally breaks the UI (add to comparison button, remove from comparison and probably more).
  • v20200922.1 2020-09-22 Updated code for Rambler.
  • v20200922.0 2020-09-22 Updated code for Rambler.
  • v20200921.2 2020-09-21 Updated code for Yandex.
  • v20200921.1 2020-09-21 Updated code for glav.su.
  • v20200921.0 2020-09-21 Updated code for Yandex Afisha. Removed duplicate logs of removed cookies.
  • v20200920.1 2020-09-20 Updated code for Rambler. Fix for comments on Lenta and other their domains.
  • v20200920.0 2020-09-20 Updated code for Rambler in general and Lenta's function wrapper in particular.
  • v20200919.2 2020-09-19 Forgot to test new Rambler code in Firefox. Should work now.
  • v20200919.1 2020-09-19 More updates for Rambler. Defense against style removal, new method to check which script calls to block, new autoplay prevention for eagleplatform player based on visibility check and other minor changes.
  • v20200919.0 2020-09-19 Updated code for Rambler.

Show all script versions