about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-03-02 12:20:06 +0000
committerMarco Peereboom <marco@conformal.com>2011-03-02 12:20:06 +0000
commitf4171a46d94742c29dff5366d5ddff5705c4980c (patch)
treefcd8691fae1e4264714553c9e06021add81c4051
parent4ed816d9346eed6b22ed504da97d7fb29889f4e7 (diff)
downloadxombrero-f4171a46d94742c29dff5366d5ddff5705c4980c.tar.gz
remove some dead javascript helpers
from Todd Carson <toc@daybefore.net>
-rw-r--r--Makefile7
-rw-r--r--freebsd/Makefile4
-rw-r--r--inverse.js444
-rw-r--r--linux/Makefile4
4 files changed, 7 insertions, 452 deletions
diff --git a/Makefile b/Makefile
index 8e4ae90..d480a1a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,12 +21,11 @@ LDFLAGS+= $(GTK_LDFLAGS) -pthread
 
 MANDIR= ${PREFIX}/man/cat
 
-CLEANFILES += javascript.h
+CLEANFILES += ${.CURDIR}/javascript.h
 
-${.CURDIR}/javascript.h: hinting.js input-focus.js inverse.js
+${.CURDIR}/javascript.h: hinting.js input-focus.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
-	    ${.CURDIR}/input-focus.js ${.CURDIR}/inverse.js \
-	>  ${.CURDIR}/javascript.h
+	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
 
 beforeinstall:
 	mkdir -p ${PREFIX}/share/xxxterm
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 70bd598..4515fd7 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -18,8 +18,8 @@ CC?= cc
 all: ../javascript.h xxxterm
 
 ../javascript.h: ../js-merge-helper.pl ../hinting.js
-	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
-	../inverse.js > ../javascript.h
+	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js > \
+	../javascript.h
 
 xxxterm.o: ../xxxterm.o
 
diff --git a/inverse.js b/inverse.js
deleted file mode 100644
index 87a6728..0000000
--- a/inverse.js
+++ /dev/null
@@ -1,444 +0,0 @@
-/*
- * CSS from NightShift - Eye Care by vetinari
- * http://userstyles.org/styles/18192
- */
-
-function inverse() {
-	var css = "
-	    body, html { min-height: 100%!important; }
-	    html, body { background-color:#111!important }
-	    body>*:not(:empty) { background-color:#222!important }
-	    body>*>*:not(:empty) { background-color:#222!important }
-	    body>*>*>*:not(:empty) { background-color:#282828!important }
-	    body>*>*>*>*:not(:empty) { background-color:#282828!important }
-	    body>*>*>*>*>*:not(:empty) {background-color:#383838!important }
-	    body>*>*>*>*>* * { background-color:#383838!important }
-	    body table[border=\"0\"] td { background-color:#111!important }
-	    body table table[border=\"0\"] td {
-	    	background-color:#333!important
-	    }
-	    body table table table[border=\"0\"] td {
-	    	background-color:#222!important
-	    }
-	    body table table table table[border=\"0\"] td {
-	    	background-color:#444!important
-	    }
-	    body *:empty { background-color: #252525!important }
-
-	    body p:not(:empty),
-	    body p *,
-	    body h1,
-	    body h1 *,
-	    body h2,
-	    body h2 *,
-	    body h3,
-	    body h3 *,
-	    body h4,
-	    body h4 *,
-	    body h5,
-	    body h5 *,
-	    body strong>*,
-	    body b>*,
-	    body em>*,
-	    body i>*,
-	    body span>*:not(img){ background:transparent none!important }
-
-	    body h1,
-	    body h1 *,
-	    body h2,
-	    body h2 *,
-	    p>strong:only-of-type,
-	    p>b:only-of-type{ color: #a98!important }
-
-	    body h3,
-	    body h3 *,
-	    body h4,
-	    body h4 *{ color: #aaa!important }
-	    *:not([onclick]):not(input):not(a):not(img):not([class^=\"UI\"]),
-	    body a:not(:empty),
-	    div:not([onclick]) {
-	    	background-image:none!important;
-	        text-indent:0!important
-	    }
-	    *[onclick] { color:#79a!important }
-	    *[onclick]:hover { color:#99a8aa!important }
-	    body hr { 
-	    	background: #666 none!important;
-	    	color: #666!important;
-	        border:1px solid #666!important;
-	    	height: 1px!important;
-	        overflow:hidden!important;
-	    	display: block!important }
-	    * { color: #c0c0c0!important; border-color:#666!important; }
-	    * body a, body a *{ color: #B6AA7B!important; }
-	    body a:hover, body a:hover * {
-	    	color: #D9C077!important;
-	        text-decoration: underline!important
-	    }
-	    body img,a[href] img,
-	    a[href] button,
-	    input[type=\"image\"],*[onclick]:empty,
-	    body a:empty{ opacity:.5!important }
-	    body img:hover,
-	    a[href]:hover img,
-	    a[href]:hover button,
-	    *[onclick]:empty:hover,
-	    body a:empty:hover{ opacity:1!important }
-
-	    body input[type],
-	    body textarea[name],
-	    body input[name],
-	    body input[id],
-	    body select[name] {
-	    	-webkit-appearance:none!important;
-	        color: #bbb!important;
-	    	-webkit-border-radius:4px !important;
-	        border-width: 1px!important;
-	        border-color: #778!important;
-	    	border-style:solid!important;
-	        background:#555 none!important
-	    }
-	    body select[name] {
-	    	-webkit-appearance:none!important;
-	        color: #bbb!important;
-	    	-webkit-border-radius:4px !important;
-	        border-width: 1px!important;
-	        border-color: #778!important;
-	    	border-style:solid!important;
-	        background-color:#555!important
-	    }
-	    body input>*, body textarea>* {
-	        background:transparent none!important;
-	        color: #bbb!important;
-	    	border-style:solid!important;
-	        border-width: 0px!important;
-	    }
-	    body select * {
-	    	background-color:transparent !important;
-	        color: #bbb!important;
-	    	border-style:solid!important;
-	        border-width: 0px!important;
-	    }
-	    pre:not(:empty),
-	    code:not(:empty),
-	    cite:not(:empty),
-	    pre:not(:empty) *,
-	    code:not(:empty) *,
-	    cite:not(:empty) * {
-	    	background-image:url(data:image/gif; base64,
-	    	R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=
-	    	)
-	    !important;
-	    color: #bcc8dc!important;
-	    }";
-	var heads = document.getElementsByTagName("head");
-	var orig = inverse;
-
-	if (heads.length == 0)
-		return function() {};
-
-	var node = document.createElement("style");
-	node.type = "text/css";
-	node.appendChild(document.createTextNode(css));
-	heads[0].appendChild(node); 
-	return function() {
-		node.parentNode.removeChild(node);
-		return orig;
-	};
-}
-/*
- * CSS from NightShift - Eye Care by vetinari
- * http://userstyles.org/styles/18192
- */
-
-function inverse() {
-	var css = "
-	    body, html { min-height: 100%!important; }
-	    html, body { background-color:#111!important }
-	    body>*:not(:empty) { background-color:#222!important }
-	    body>*>*:not(:empty) { background-color:#222!important }
-	    body>*>*>*:not(:empty) { background-color:#282828!important }
-	    body>*>*>*>*:not(:empty) { background-color:#282828!important }
-	    body>*>*>*>*>*:not(:empty) {background-color:#383838!important }
-	    body>*>*>*>*>* * { background-color:#383838!important }
-	    body table[border=\"0\"] td { background-color:#111!important }
-	    body table table[border=\"0\"] td {
-	    	background-color:#333!important
-	    }
-	    body table table table[border=\"0\"] td {
-	    	background-color:#222!important
-	    }
-	    body table table table table[border=\"0\"] td {
-	    	background-color:#444!important
-	    }
-	    body *:empty { background-color: #252525!important }
-
-	    body p:not(:empty),
-	    body p *,
-	    body h1,
-	    body h1 *,
-	    body h2,
-	    body h2 *,
-	    body h3,
-	    body h3 *,
-	    body h4,
-	    body h4 *,
-	    body h5,
-	    body h5 *,
-	    body strong>*,
-	    body b>*,
-	    body em>*,
-	    body i>*,
-	    body span>*:not(img){ background:transparent none!important }
-
-	    body h1,
-	    body h1 *,
-	    body h2,
-	    body h2 *,
-	    p>strong:only-of-type,
-	    p>b:only-of-type{ color: #a98!important }
-
-	    body h3,
-	    body h3 *,
-	    body h4,
-	    body h4 *{ color: #aaa!important }
-	    *:not([onclick]):not(input):not(a):not(img):not([class^=\"UI\"]),
-	    body a:not(:empty),
-	    div:not([onclick]) {
-	    	background-image:none!important;
-	        text-indent:0!important
-	    }
-	    *[onclick] { color:#79a!important }
-	    *[onclick]:hover { color:#99a8aa!important }
-	    body hr { 
-	    	background: #666 none!important;
-	    	color: #666!important;
-	        border:1px solid #666!important;
-	    	height: 1px!important;
-	        overflow:hidden!important;
-	    	display: block!important }
-	    * { color: #c0c0c0!important; border-color:#666!important; }
-	    * body a, body a *{ color: #B6AA7B!important; }
-	    body a:hover, body a:hover * {
-	    	color: #D9C077!important;
-	        text-decoration: underline!important
-	    }
-	    body img,a[href] img,
-	    a[href] button,
-	    input[type=\"image\"],*[onclick]:empty,
-	    body a:empty{ opacity:.5!important }
-	    body img:hover,
-	    a[href]:hover img,
-	    a[href]:hover button,
-	    *[onclick]:empty:hover,
-	    body a:empty:hover{ opacity:1!important }
-
-	    body input[type],
-	    body textarea[name],
-	    body input[name],
-	    body input[id],
-	    body select[name] {
-	    	-webkit-appearance:none!important;
-	        color: #bbb!important;
-	    	-webkit-border-radius:4px !important;
-	        border-width: 1px!important;
-	        border-color: #778!important;
-	    	border-style:solid!important;
-	        background:#555 none!important
-	    }
-	    body select[name] {
-	    	-webkit-appearance:none!important;
-	        color: #bbb!important;
-	    	-webkit-border-radius:4px !important;
-	        border-width: 1px!important;
-	        border-color: #778!important;
-	    	border-style:solid!important;
-	        background-color:#555!important
-	    }
-	    body input>*, body textarea>* {
-	        background:transparent none!important;
-	        color: #bbb!important;
-	    	border-style:solid!important;
-	        border-width: 0px!important;
-	    }
-	    body select * {
-	    	background-color:transparent !important;
-	        color: #bbb!important;
-	    	border-style:solid!important;
-	        border-width: 0px!important;
-	    }
-	    pre:not(:empty),
-	    code:not(:empty),
-	    cite:not(:empty),
-	    pre:not(:empty) *,
-	    code:not(:empty) *,
-	    cite:not(:empty) * {
-	    	background-image:url(data:image/gif; base64,
-	    	R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=
-	    	)
-	    !important;
-	    color: #bcc8dc!important;
-	    }";
-	var heads = document.getElementsByTagName("head");
-	var orig = inverse;
-
-	if (heads.length == 0)
-		return function() {};
-
-	var node = document.createElement("style");
-	node.type = "text/css";
-	node.appendChild(document.createTextNode(css));
-	heads[0].appendChild(node); 
-	return function() {
-		node.parentNode.removeChild(node);
-		return orig;
-	};
-}
-/*
- * CSS from NightShift - Eye Care by vetinari
- * http://userstyles.org/styles/18192
- */
-
-function inverse() {
-	var css = "
-	    body, html { min-height: 100%!important; }
-	    html, body { background-color:#111!important }
-	    body>*:not(:empty) { background-color:#222!important }
-	    body>*>*:not(:empty) { background-color:#222!important }
-	    body>*>*>*:not(:empty) { background-color:#282828!important }
-	    body>*>*>*>*:not(:empty) { background-color:#282828!important }
-	    body>*>*>*>*>*:not(:empty) {background-color:#383838!important }
-	    body>*>*>*>*>* * { background-color:#383838!important }
-	    body table[border=\"0\"] td { background-color:#111!important }
-	    body table table[border=\"0\"] td {
-	    	background-color:#333!important
-	    }
-	    body table table table[border=\"0\"] td {
-	    	background-color:#222!important
-	    }
-	    body table table table table[border=\"0\"] td {
-	    	background-color:#444!important
-	    }
-	    body *:empty { background-color: #252525!important }
-
-	    body p:not(:empty),
-	    body p *,
-	    body h1,
-	    body h1 *,
-	    body h2,
-	    body h2 *,
-	    body h3,
-	    body h3 *,
-	    body h4,
-	    body h4 *,
-	    body h5,
-	    body h5 *,
-	    body strong>*,
-	    body b>*,
-	    body em>*,
-	    body i>*,
-	    body span>*:not(img){ background:transparent none!important }
-
-	    body h1,
-	    body h1 *,
-	    body h2,
-	    body h2 *,
-	    p>strong:only-of-type,
-	    p>b:only-of-type{ color: #a98!important }
-
-	    body h3,
-	    body h3 *,
-	    body h4,
-	    body h4 *{ color: #aaa!important }
-	    *:not([onclick]):not(input):not(a):not(img):not([class^=\"UI\"]),
-	    body a:not(:empty),
-	    div:not([onclick]) {
-	    	background-image:none!important;
-	        text-indent:0!important
-	    }
-	    *[onclick] { color:#79a!important }
-	    *[onclick]:hover { color:#99a8aa!important }
-	    body hr { 
-	    	background: #666 none!important;
-	    	color: #666!important;
-	        border:1px solid #666!important;
-	    	height: 1px!important;
-	        overflow:hidden!important;
-	    	display: block!important }
-	    * { color: #c0c0c0!important; border-color:#666!important; }
-	    * body a, body a *{ color: #B6AA7B!important; }
-	    body a:hover, body a:hover * {
-	    	color: #D9C077!important;
-	        text-decoration: underline!important
-	    }
-	    body img,a[href] img,
-	    a[href] button,
-	    input[type=\"image\"],*[onclick]:empty,
-	    body a:empty{ opacity:.5!important }
-	    body img:hover,
-	    a[href]:hover img,
-	    a[href]:hover button,
-	    *[onclick]:empty:hover,
-	    body a:empty:hover{ opacity:1!important }
-
-	    body input[type],
-	    body textarea[name],
-	    body input[name],
-	    body input[id],
-	    body select[name] {
-	    	-webkit-appearance:none!important;
-	        color: #bbb!important;
-	    	-webkit-border-radius:4px !important;
-	        border-width: 1px!important;
-	        border-color: #778!important;
-	    	border-style:solid!important;
-	        background:#555 none!important
-	    }
-	    body select[name] {
-	    	-webkit-appearance:none!important;
-	        color: #bbb!important;
-	    	-webkit-border-radius:4px !important;
-	        border-width: 1px!important;
-	        border-color: #778!important;
-	    	border-style:solid!important;
-	        background-color:#555!important
-	    }
-	    body input>*, body textarea>* {
-	        background:transparent none!important;
-	        color: #bbb!important;
-	    	border-style:solid!important;
-	        border-width: 0px!important;
-	    }
-	    body select * {
-	    	background-color:transparent !important;
-	        color: #bbb!important;
-	    	border-style:solid!important;
-	        border-width: 0px!important;
-	    }
-	    pre:not(:empty),
-	    code:not(:empty),
-	    cite:not(:empty),
-	    pre:not(:empty) *,
-	    code:not(:empty) *,
-	    cite:not(:empty) * {
-	    	background-image:url(data:image/gif; base64,
-	    	R0lGODlhBAAEAIAAABERESIiIiH5BAAAAAAALAAAAAAEAAQAAAIGTACXaHkFADs=
-	    	)
-	    !important;
-	    color: #bcc8dc!important;
-	    }";
-	var heads = document.getElementsByTagName("head");
-	var orig = inverse;
-
-	if (heads.length == 0)
-		return function() {};
-
-	var node = document.createElement("style");
-	node.type = "text/css";
-	node.appendChild(document.createTextNode(css));
-	heads[0].appendChild(node); 
-	return function() {
-		node.parentNode.removeChild(node);
-		return orig;
-	};
-}
diff --git a/linux/Makefile b/linux/Makefile
index 36193b8..d243713 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -15,8 +15,8 @@ CC?= gcc
 all: javascript.h xxxterm
 
 javascript.h: ../js-merge-helper.pl ../hinting.js
-	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
-	../inverse.js > javascript.h
+	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js > \
+	javascript.h
 
 xxxterm.o: javascript.h