Fix #749
This commit is contained in:
parent
a5463ac53e
commit
f0267c3319
@ -18076,6 +18076,8 @@
|
||||
Main.setThemeString();
|
||||
Main.setMascotString();
|
||||
switch (location.hostname) {
|
||||
case 'blog.4chan.org':
|
||||
return;
|
||||
case '4chan.org':
|
||||
case 'www.4chan.org':
|
||||
g.TYPE = 'sfw';
|
||||
|
||||
@ -18087,6 +18087,8 @@
|
||||
Main.setThemeString();
|
||||
Main.setMascotString();
|
||||
switch (location.hostname) {
|
||||
case 'blog.4chan.org':
|
||||
return;
|
||||
case '4chan.org':
|
||||
case 'www.4chan.org':
|
||||
g.TYPE = 'sfw';
|
||||
|
||||
@ -73,6 +73,8 @@ Main =
|
||||
Main.setMascotString()
|
||||
|
||||
switch location.hostname
|
||||
when 'blog.4chan.org'
|
||||
return
|
||||
when '4chan.org', 'www.4chan.org'
|
||||
g.TYPE = 'sfw'
|
||||
g.VIEW = 'home'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user