Fix 4chan X not running on images in their own tabs.
Fixes bug from 4a080b2d3ba09dd9af9f88258682d84060b7028c.
This commit is contained in:
parent
7b7df0de98
commit
cb333b3cc1
@ -18,7 +18,7 @@ Main =
|
|||||||
return if window.frameElement and window.frameElement.src is ''
|
return if window.frameElement and window.frameElement.src is ''
|
||||||
|
|
||||||
# Don't run inside MathJax popups.
|
# Don't run inside MathJax popups.
|
||||||
return if d.documentElement and not d.doctype
|
return if location.hostname is 'boards.4chan.org' and d.documentElement and not d.doctype
|
||||||
|
|
||||||
# Detect multiple copies of 4chan X
|
# Detect multiple copies of 4chan X
|
||||||
$.on d, '4chanXInitFinished', ->
|
$.on d, '4chanXInitFinished', ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user