Merge branch 'bstable'

This commit is contained in:
ccd0 2015-08-10 22:14:50 -07:00
commit d51130f457
2 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,9 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
### v1.11.7
**v1.11.7.5** *(2015-08-10)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.7.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.7.5/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix captcha issues in Pale Moon.
**v1.11.7.4** *(2015-08-08)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.7.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.7.4/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix cooldown bug.

View File

@ -1,5 +1,8 @@
Main =
init: ->
# XXX Work around Pale Moon iframe bug.
return if d.body and not d.head.firstChild
# XXX dwb userscripts extension reloads scripts run at document-start when replaceState/pushState is called.
return if window['<%= meta.name %> antidup']
window['<%= meta.name %> antidup'] = true