diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f7890c1..466aaae8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,10 @@ ### v1.13.15 +**v1.13.15.11** *(2018-05-05)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.11/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.11/builds/4chan-X-noupdate.crx)] +- Fix issue with HTTPS Redirect. #1876 +- Update workaround for ad breaking 4chan. + **v1.13.15.10** *(2018-04-01)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.10/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.10/builds/4chan-X-noupdate.crx)] - Fix anti-autoplay regression causing some videos not to show up. - Show 2018 Apr 01 team names in thread updates and other posts generated from JSON. diff --git a/src/main/Main.coffee b/src/main/Main.coffee index 0799836cb..21b0e1180 100644 --- a/src/main/Main.coffee +++ b/src/main/Main.coffee @@ -45,7 +45,9 @@ Main = return # XXX Remove document-breaking ad - $.onExists doc, '#delform > .adg-rects', $.rm + if location.hostname is 'boards.4chan.org' + $.onExists doc, '#delform > .adg-rects', $.rm + $.onExists doc, '#adg-ol', $.rm flatten null, Config