Move a.4cdn.org to excludes.

This commit is contained in:
Zixaphir 2014-07-27 18:35:05 -07:00
parent 60603f3618
commit b36a7df1e6
5 changed files with 4 additions and 7 deletions

View File

@ -13,6 +13,7 @@
// @match *://i.4cdn.org/*
// @exclude *://blog.4chan.org/*
// @exclude *://dis.4chan.org/*
// @exclude *://a.4cdn.org/*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue

View File

@ -14,6 +14,7 @@
// @match *://i.4cdn.org/*
// @exclude *://blog.4chan.org/*
// @exclude *://dis.4chan.org/*
// @exclude *://a.4cdn.org/*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
@ -18088,8 +18089,6 @@
Main.setThemeString();
Style.init();
return;
case 'a.4cdn.org':
return;
case 'sys.4chan.org':
g.VIEW = 'report';
Style.init();

View File

@ -18097,8 +18097,6 @@
Main.setThemeString();
Style.init();
return;
case 'a.4cdn.org':
return;
case 'sys.4chan.org':
g.VIEW = 'report';
Style.init();

View File

@ -18,7 +18,8 @@
],
"excludes": [
"*://blog.4chan.org/*",
"*://dis.4chan.org/*"
"*://dis.4chan.org/*",
"*://a.4cdn.org/*"
],
"files": {
"metajs": "appchan-x.meta.js",

View File

@ -79,8 +79,6 @@ Main =
Main.setThemeString()
Style.init()
return
when 'a.4cdn.org'
return
when 'sys.4chan.org'
g.VIEW = 'report'
Style.init()