problem with local xbl script
Posted: Mon Mar 23, 2009 12:44 pm
Hi,
I have a simple mechanism to modify colors to my liking:
in userContent.css:
BODY, TABLE, PRE, LI, A, P, TR, TD, DIV
{ -moz-binding: url("fix-colors.xml#fxc"); }
fix-colors.xml is in the same directory, ~/.mozilla/firefox/XXX/chrome
With noscript I get the problem that the XBL binding is blocked unless
I enable the target site. So if I am viewing
http://www.example.com
in noscript I have to enable scripts for http://www.example.com - whick almost
completely defeats the purpose of noscript. 127.0.0.1 is enabled but I still
have to enable the other site.
This is Ubuntu 804 with default install.
How do I explain noscript that fix-colors.xml is my trusted script?
Richard
I have a simple mechanism to modify colors to my liking:
in userContent.css:
BODY, TABLE, PRE, LI, A, P, TR, TD, DIV
{ -moz-binding: url("fix-colors.xml#fxc"); }
fix-colors.xml is in the same directory, ~/.mozilla/firefox/XXX/chrome
With noscript I get the problem that the XBL binding is blocked unless
I enable the target site. So if I am viewing
http://www.example.com
in noscript I have to enable scripts for http://www.example.com - whick almost
completely defeats the purpose of noscript. 127.0.0.1 is enabled but I still
have to enable the other site.
This is Ubuntu 804 with default install.
How do I explain noscript that fix-colors.xml is my trusted script?
Richard