javascript - How to make console run script in the background? -


i want block pop-up stuff, removing specific css file.

i use following code

$("link:eq(4).[rel=stylesheet]").attr("href", '-'); 

and works, if update page or click on internal links pop again , have manually type code in console again.

is there way automate process?

you can set scripts page greasemonkey.

https://addons.mozilla.org/es/firefox/addon/greasemonkey/


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -