//>adblock_subscriptions___CONFIG
});
//>adblock_subscriptions___SCRIPT
+
//<perdomainsettings___SCRIPT
extensions.load("perdomainsettings", {
//<perdomainsettings___CONFIG
// "example.tld" : { enableScripts : false }
// will enable scripts on example.com but not on example.co.uk, example.it, ...
-
-// Settings applied based on the second level domain
-domains : {
-// "example.com" : { "auto-load-images" : false },
-// "google.tld" : { enableScripts : false, autoLoadImages : false },
- "chakra-project.org" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/chakra-project.org.css" },
- "humblebundle.com" : { "user-stylesheet-uri" : "" }
-},
-
defaults: {
"user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/default.css"
},
-
+// Settings applied based on the second level domain
+domains : {
+ "humblebundle.com" : { "user-stylesheet-uri" : "" }
+},
//Settings applied based on the hostname
hosts : {
-// "www.example.com" : { autoLoadImages : true }
+ "chakra-project.org" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/chakra-project.org.css" },
+ "reviewboard.chakra-project.org" : { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/reviewboard.chakra-project.org.css" }
},
-
// Settings applied based on the uri
uris : {
// "http://www.example.com/foo/" : { autoLoadImages : true } },
},
-
//>perdomainsettings___CONFIG
});
//>perdomainsettings___SCRIPT