Force flags.
This commit is contained in:
parent
0c9a2b9006
commit
1df9bab835
@ -18116,6 +18116,10 @@
|
|||||||
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
|
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
|
||||||
Main.initThread();
|
Main.initThread();
|
||||||
}
|
}
|
||||||
|
$.add(d.head, $.el('link', {
|
||||||
|
href: "//s.4cdn.org/css/flags.556.css",
|
||||||
|
rel: "stylesheet"
|
||||||
|
}));
|
||||||
$.event('4chanXInitFinished');
|
$.event('4chanXInitFinished');
|
||||||
test = $.el('span');
|
test = $.el('span');
|
||||||
test.classList.add('a', 'b');
|
test.classList.add('a', 'b');
|
||||||
|
|||||||
@ -18132,6 +18132,10 @@
|
|||||||
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
|
if (!Conf['JSON Navigation'] || g.VIEW === 'thread') {
|
||||||
Main.initThread();
|
Main.initThread();
|
||||||
}
|
}
|
||||||
|
$.add(d.head, $.el('link', {
|
||||||
|
href: "//s.4cdn.org/css/flags.556.css",
|
||||||
|
rel: "stylesheet"
|
||||||
|
}));
|
||||||
$.event('4chanXInitFinished');
|
$.event('4chanXInitFinished');
|
||||||
try {
|
try {
|
||||||
return localStorage.getItem('4chan-settings');
|
return localStorage.getItem('4chan-settings');
|
||||||
|
|||||||
@ -202,7 +202,11 @@ Main =
|
|||||||
|
|
||||||
# Parse HTML or skip it and start building from JSON.
|
# Parse HTML or skip it and start building from JSON.
|
||||||
if !Conf['JSON Navigation'] or g.VIEW is 'thread'
|
if !Conf['JSON Navigation'] or g.VIEW is 'thread'
|
||||||
Main.initThread()
|
Main.initThread()
|
||||||
|
|
||||||
|
$.add d.head, $.el 'link',
|
||||||
|
href: "//s.4cdn.org/css/flags.556.css"
|
||||||
|
rel: "stylesheet"
|
||||||
|
|
||||||
$.event '4chanXInitFinished'
|
$.event '4chanXInitFinished'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user