Fix 4chan X not running on images in their own tabs.

Fixes bug from 4a080b2d3ba09dd9af9f88258682d84060b7028c.
This commit is contained in:
ccd0 2016-09-25 00:34:19 -07:00
parent 7b7df0de98
commit cb333b3cc1

View File

@ -18,7 +18,7 @@ Main =
return if window.frameElement and window.frameElement.src is ''
# 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
$.on d, '4chanXInitFinished', ->