javascript - How to change content of a website locally after loading -


i want not show price of product listed on amazon, flipkart, paytm or shopclues. how can remove price or set zero.

the easiest way using extension, example, stylebot chrome once installed, go amazon, open extension , go advanced, , add display:none elements want hide, example:

span.a-size-base.a-color-price.acs_product-price__buying {     display:none     } 

(the element class name / id vary)


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -