]> git.rmz.io Git - dotfiles.git/commitdiff
change to unix EOL
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 00:29:43 +0000 (01:29 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 00:29:43 +0000 (01:29 +0100)
dwb/greasemonkey/darken.user.js

index 79bdbbc8491b642705037792745cc2d3629dd919..25453e755a615bbc8ee44695d20f3337591af1dd 100644 (file)
@@ -1,35 +1,35 @@
-// Darken\r
-// version 0.1\r
-// Gina Trapani\r
-// 2007-05-10\r
-// Released to the public domain.\r
-//\r
-// ==UserScript==\r
-// @name          Darken\r
-// @description   Turns a web pages' background Grey and text White for readability.\r
-// @include       *\r
-// @exclude       https://plus.google.com/hangouts/*\r
-// @exclude       https://www.humblebundle.com/*\r
-// @exclude       https?://steamcommunity.com/*\r
-// @exclude       https?://imgur.com/*\r
-// ==/UserScript==\r
-//\r
-// ==RevisionHistory==\r
-// Version 0.1:\r
-// Released: 2007-05-10.\r
-// Initial release.\r
-// ==/RevisionHistory==\r
-\r
-(function(){\r
-    var newSS;\r
-    var styles=':not(img) { background-color: #201F1F ! important; color: #D4D2CF ! important; } :link, :link * { color: #719696 !important; } :visited, :visited * { color: #666665 !important; } .tagContainer { display: none }';\r
-    if(document.createStyleSheet) { \r
-        document.createStyleSheet("javascript:'"+styles+"'");\r
-    } else { \r
-        newSS=document.createElement('link');\r
-        newSS.rel='stylesheet';\r
-        newSS.href='data:text/css,'+escape(styles);\r
-        document.getElementsByTagName("head")[0].appendChild(newSS);\r
-    } \r
-})();\r
-//.user.js\r
+// Darken
+// version 0.1
+// Gina Trapani
+// 2007-05-10
+// Released to the public domain.
+//
+// ==UserScript==
+// @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?://steamcommunity.com/*
+// @exclude       https?://imgur.com/*
+// ==/UserScript==
+//
+// ==RevisionHistory==
+// Version 0.1:
+// Released: 2007-05-10.
+// Initial release.
+// ==/RevisionHistory==
+
+(function(){
+    var newSS;
+    var styles=':not(img) { background-color: #201F1F ! important; color: #D4D2CF ! important; } :link, :link * { color: #719696 !important; } :visited, :visited * { color: #666665 !important; } .tagContainer { display: none }';
+    if(document.createStyleSheet) {
+        document.createStyleSheet("javascript:'"+styles+"'");
+    } else {
+        newSS=document.createElement('link');
+        newSS.rel='stylesheet';
+        newSS.href='data:text/css,'+escape(styles);
+        document.getElementsByTagName("head")[0].appendChild(newSS);
+    }
+})();
+//.user.js