Merge branch 'v3'
Conflicts: builds/appchan-x.user.js builds/crx/script.js src/General/Main.coffee
This commit is contained in:
commit
7514ff41d4
@ -18342,7 +18342,7 @@
|
||||
return window.open('//sys.4chan.org/auth', 'This will steal your data.', 'left=0,top=0,width=500,height=255,toolbar=0,resizable=0');
|
||||
});
|
||||
$.before(styleSelector.previousSibling, [$.tn('['), passLink, $.tn(']\u00A0\u00A0')]);
|
||||
$('link[href*="mobile"', d.head).disabled = true;
|
||||
$('link[href*="mobile"]', d.head).disabled = true;
|
||||
}
|
||||
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
|
||||
Main.initThread();
|
||||
|
||||
@ -18359,7 +18359,7 @@
|
||||
return window.open('//sys.4chan.org/auth', 'This will steal your data.', 'left=0,top=0,width=500,height=255,toolbar=0,resizable=0');
|
||||
});
|
||||
$.before(styleSelector.previousSibling, [$.tn('['), passLink, $.tn(']\u00A0\u00A0')]);
|
||||
$('link[href*="mobile"', d.head).disabled = true;
|
||||
$('link[href*="mobile"]', d.head).disabled = true;
|
||||
}
|
||||
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
|
||||
Main.initThread();
|
||||
|
||||
@ -204,7 +204,7 @@ Main =
|
||||
'left=0,top=0,width=500,height=255,toolbar=0,resizable=0'
|
||||
$.before styleSelector.previousSibling, [$.tn '['; passLink, $.tn ']\u00A0\u00A0']
|
||||
# Completely disable the mobile layout
|
||||
$('link[href*="mobile"', d.head).disabled = true
|
||||
$('link[href*="mobile"]', d.head).disabled = true
|
||||
|
||||
# Parse HTML or skip it and start building from JSON.
|
||||
if !Conf['JSON Navigation'] or g.VIEW is 'thread'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user