]> git.rmz.io Git - dotfiles.git/commitdiff
add some more @excludes
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 00:31:09 +0000 (01:31 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 00:31:09 +0000 (01:31 +0100)
dwb/greasemonkey/darken.user.js

index 25453e755a615bbc8ee44695d20f3337591af1dd..280cb98fb328e4abba7d2f5d4b4459eb2510a16e 100644 (file)
@@ -8,10 +8,12 @@
 // @name          Darken
 // @description   Turns a web pages' background Grey and text White for readability.
 // @include       *
-// @exclude       https://plus.google.com/hangouts/*
-// @exclude       https://www.humblebundle.com/*
+// @exclude       https?://plus.google.com/hangouts/*
+// @exclude       https?://www.humblebundle.com/*
 // @exclude       https?://steamcommunity.com/*
+// @exclude       https?://*steampowered.com/*
 // @exclude       https?://imgur.com/*
+// @exclude       https?://*playstarbound.com/*
 // ==/UserScript==
 //
 // ==RevisionHistory==