This commit is contained in:
Zixaphir 2014-07-27 14:04:36 -07:00
parent a5463ac53e
commit f0267c3319
3 changed files with 6 additions and 0 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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'