What I am trying to do is remove all the elements on a Google result page that contain a specific word. However, it only is removing one element.
$("div[class*='IsZvec']:contains('Example')").remove();
What I am trying to do is remove all the elements on a Google result page that contain a specific word. However, it only is removing one element.
$("div[class*='IsZvec']:contains('Example')").remove();