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
Post a Comment