Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A specific fix for Camino' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A specific fix for Camino
Authored by: osxpounder on Jan 31, '07 03:29:50PM
Found the solution. That file wasn't on my system -- yet.

I made one, and put it here:

file://localhost/Users/[my username]/Library/Application%20Support/Firefox/Profiles/7q5z5p7k.default/user.js

The last folder has a gobbledygook name; that's your clue. I changed it in this example, in case mine really means something. Of course I removed my username, too -- but you can probably guess that.

In that folder, I made a text file with TextEdit, saved as user.js, with the following lines:

user_pref("capability.policy.policynames", "nojs");
user_pref("capability.policy.nojs.sites", "http://images.google.com";);
user_pref("capability.policy.nojs.javascript.enabled", "noAccess");

Works! What a GREAT TIP!


[ Reply to This | # ]