[Wylug-help] Selectors for mozilla userContent.css

Felix Ulrich-Oltean felix at chaptereight.com
Wed Jun 22 11:41:32 BST 2005


On Wed, Jun 22, 2005 at 11:18:41AM +0100, Dan Walker wrote:
> Couldn't you do something similar with GreaseMonkey?
> 
> I know that's not answering the question, really...
> 
> Dan
> 
> http://greasemonkey.mozdev.org/
> 

Ah - thanks for the tip - I guess this could definitely get me on my 
way.  I'm rubbish at js, but a greasemonkey script along the following 
lines should to the trick (making up the API): 

function putURL() {
document.body.id =  cleanupURL(document.location);
}


Then userContent.css can take over.

Thanks,

Felix.






More information about the Wylug-help mailing list