[RESOLVED] Yahoo stealing focus - noscript messing things up
Posted: Sun May 02, 2010 10:23 pm
Hi,
I should be able to prevent yahoo from stealing my focus using the following code in my prefs.js file:
That code verifiably works in a clean install of firefox 3.6.3 (current as of today). the SECOND you install noscript, this code stops functioning. In my test environment as of today, there are two domains that require enablement so that yahoo can do what it does. they are the "yahoo" and "yimg" domains.
I want yahoo to be able to run scripts. i do not want yahoo to be able to change my cursor focus. most importantly, i do not want to globally prevent sites from being able to change the focus; only yahoo. i simply want to keep using noscript like usual, but prevent one domain from doing one thing.
please advise.
I should be able to prevent yahoo from stealing my focus using the following code in my prefs.js file:
Code: Select all
user_pref("capability.policy.policynames", "nofocus");
user_pref("capability.policy.nofocus.sites", "http://www.yahoo.com http://m.www.yahoo.com");
user_pref("capability.policy.nofocus.HTMLInputElement.focus", "noAccess");
I want yahoo to be able to run scripts. i do not want yahoo to be able to change my cursor focus. most importantly, i do not want to globally prevent sites from being able to change the focus; only yahoo. i simply want to keep using noscript like usual, but prevent one domain from doing one thing.
please advise.