Invalid string
This commit is contained in:
parent
7375484693
commit
fd76d85c07
@ -13952,7 +13952,7 @@
|
|||||||
if (!Main.isThisPageLegit() || $.hasClass(doc, 'fourchan-x')) {
|
if (!Main.isThisPageLegit() || $.hasClass(doc, 'fourchan-x')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((_ref = $('link[href*=mobile]', d.head)) != null) {
|
if ((_ref = $('link[href*="mobile"]', d.head)) != null) {
|
||||||
_ref.disabled = true;
|
_ref.disabled = true;
|
||||||
}
|
}
|
||||||
$.addClass(doc, 'fourchan-x', 'seaweedchan', g.VIEW, 'gecko');
|
$.addClass(doc, 'fourchan-x', 'seaweedchan', g.VIEW, 'gecko');
|
||||||
|
|||||||
@ -13970,7 +13970,7 @@
|
|||||||
if (!Main.isThisPageLegit() || $.hasClass(doc, 'fourchan-x')) {
|
if (!Main.isThisPageLegit() || $.hasClass(doc, 'fourchan-x')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((_ref = $('link[href*=mobile]', d.head)) != null) {
|
if ((_ref = $('link[href*="mobile"]', d.head)) != null) {
|
||||||
_ref.disabled = true;
|
_ref.disabled = true;
|
||||||
}
|
}
|
||||||
$.addClass(doc, 'fourchan-x', 'seaweedchan', g.VIEW, 'blink');
|
$.addClass(doc, 'fourchan-x', 'seaweedchan', g.VIEW, 'blink');
|
||||||
|
|||||||
@ -149,7 +149,7 @@ Main =
|
|||||||
$.off d, '4chanMainInit', Main.initStyle
|
$.off d, '4chanMainInit', Main.initStyle
|
||||||
return if !Main.isThisPageLegit() or $.hasClass doc, 'fourchan-x'
|
return if !Main.isThisPageLegit() or $.hasClass doc, 'fourchan-x'
|
||||||
# disable the mobile layout
|
# disable the mobile layout
|
||||||
$('link[href*=mobile]', d.head)?.disabled = true
|
$('link[href*="mobile"]', d.head)?.disabled = true
|
||||||
$.addClass doc, 'fourchan-x', 'seaweedchan', g.VIEW, '<% if (type === 'crx') { %>blink<% } else { %>gecko<% } %>'
|
$.addClass doc, 'fourchan-x', 'seaweedchan', g.VIEW, '<% if (type === 'crx') { %>blink<% } else { %>gecko<% } %>'
|
||||||
$.addStyle Main.css
|
$.addStyle Main.css
|
||||||
Main.setClass()
|
Main.setClass()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user