How can i disable function .scrollTo (jquery) for all pages in my Firefox? Probably i must use NoScript or GreaseMonkey, but how can i use it?

link|improve this question
1  
Unless you're asking how to write the code for such a feature (and it doesn't look this way), this should really be asked somewhere else. – Joachim Sauer Aug 17 '11 at 13:58
mozilla.org/projects/security/components/ConfigPolicy.html is your answer but the question indeed doesn't belong here. – Wladimir Palant Aug 17 '11 at 14:01
I think this might kill it: jQuery.scrollTo = function(){}; basically re-assigning it to an empty function. Though I have to ask... why do you want to do this? (of course you would need to re-define this before it is called) – scunliffe Aug 17 '11 at 14:03
feedback

migrated from stackoverflow.com Aug 17 '11 at 14:13

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown