Merge branch 'bstable'
This commit is contained in:
commit
c9e429ac34
@ -58,6 +58,10 @@
|
|||||||
|
|
||||||
### v1.13.15
|
### 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)]
|
**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.
|
- 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.
|
- Show 2018 Apr 01 team names in thread updates and other posts generated from JSON.
|
||||||
|
|||||||
@ -45,7 +45,9 @@ Main =
|
|||||||
return
|
return
|
||||||
|
|
||||||
# XXX Remove document-breaking ad
|
# 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
|
flatten null, Config
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user