Post Reply 
Siamesecat's background filters
Jul. 24, 2004, 10:09 AM
Post: #8
 
@siamesecat

i found your background filters very useful, thank you

is there a way to make them work for a site like
http://www.google.de
or
http://www.web.de ?

a jsvascript in an bookmarklet is workin
but i dont want to push button anytime
this is the java
j(function(){function getRGBColor(node,prop){var rgb=getComputedStyle(node,null).getPropertyValue(prop);var r,g,b;if(/rgb\((\d+),\s(\d+),\s(\d+)\)/.exec(rgb)){r=parseInt(RegExp.$1,10);g=parseInt(RegExp.$2,10);b=parseInt(RegExp.$3,10);return[r/255,g/255,b/255];}return rgb;} R(document.documentElement); function R(n){var i,x,color;if(n.nodeType==Node.ELEMENT_NODE && n.tagName.toLowerCase()!=%22input%22 && n.tagName.toLowerCase()!=%22select%22 && n.tagName.toLowerCase!=%22textarea%22){for(i=0;x=n.childNodes[i];++i)R(x); color=getRGBColor(n,%22background-color%22);if(typeof(color)!=%22string%22){if (color[0] + color[1] + color[2] >= 2.8) { n.style.backgroundColor = %22tan%22;/*Moz 1.0*/ n.style.setProperty(%22background-color%22, %22tan%22, %22important%22);/*Moz 1.4 after zap colors*/ } }}}})()


would be glad for any help or hint
by anyone

doc_psycho
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Siamesecat - Jul. 22, 2004, 08:20 PM
[] - Oddysey - Jul. 23, 2004, 01:12 AM
[] - Siamesecat - Jul. 23, 2004, 09:04 AM
[] - Oddysey - Jul. 23, 2004, 01:25 PM
[] - Oddysey - Jul. 23, 2004, 01:36 PM
[] - Kye-U - Jul. 23, 2004, 08:31 PM
[] - Siamesecat - Jul. 24, 2004, 06:17 AM
[] - doc_psycho - Jul. 24, 2004 10:09 AM
[] - Siamesecat - Jul. 24, 2004, 11:54 PM
[] - doc_psycho - Jul. 25, 2004, 06:37 AM
[] - Siamesecat - Jul. 25, 2004, 07:26 AM
[] - doc_psycho - Jul. 25, 2004, 09:43 AM
[] - Oddysey - Jul. 25, 2004, 05:11 PM
[] - doc_psycho - Jul. 25, 2004, 07:12 PM
[] - Siamesecat - Jul. 25, 2004, 09:20 PM
[] - Siamesecat - Jul. 25, 2004, 09:32 PM
[] - Siamesecat - Jul. 25, 2004, 10:10 PM
[] - doc_psycho - Jul. 26, 2004, 05:29 AM
[] - Oddysey - Jul. 26, 2004, 07:01 AM
[] - Oddysey - Jul. 26, 2004, 07:19 AM
[] - Siamesecat - Jul. 26, 2004, 08:46 AM
[] - doc_psycho - Jul. 27, 2004, 06:57 AM

Forum Jump: