Hi
Updated my extension and fixed a pretty big bug caused by BetterVLR (If you are thinking of forking the extension itself, please read my bug fix)
[ORIGINAL THREAD]: https://www.vlr.gg/553254/yukkys-vlr/
DOWNLOAD
[CHROME]: https://chromewebstore.google.com/detail/yukkys-vlr/amaeclehaljnafaacbhnilcmgflgfhh
[FIREFOX]: https://addons.mozilla.org/en-US/firefox/addon/yukkys-vlr/
WHATS CHANGED?
NEW
- Added ability to view a player's stats in a specific tourney on their player page:
https://i.imgur.com/S8eXLJL.gif
- EXPERIMENTAL: Ability to stack tourney ratings in compare page (i.e compare all international master stats between two players)
- NOTE: THIS IS EXPERIMENTAL AND MUST BE ENABLED IN SETTINGS (EXPECT BUGS FOR NOW)
https://i.imgur.com/zYzBqri.png
BUG FIXES
- FIxed agent filtering issues on compare page
- Sped up URL reading on compare page
-
BetterVLR Major Bug Fix:
The original BetterVLR introduced a commit
([61251aad0999ba6c45fe3fd833a898174730f329](https://github.com/myhiy/BetterVLR/commit/61251aad0999ba6c45fe3fd833a898174730f329))
that basically did a link nuke:$(".post-body").find("a").each(function () { const img_src = this.href; const img = $(`<img style="display:none" src="${img_src}" href="${img_src}">`) .on("load", function () { $(this).addClass("post-image").show(); }) .on("error", function () { $(this).remove(); }); $(this).parent().append(img); });The above code would cause people who used a forked version of BetterVLR to basically get IP banned for one hour if they opened up a thread containing a lot of links. This version of the code was never published as a build on the chrome web store, which is why the issue never popped up for users of the official BetterVLR extension, only forks that pulled in this repo.








