Skip to content

Instantly share code, notes, and snippets.

@gklka
Created June 5, 2016 10:03
Show Gist options
  • Save gklka/c04abd41df4b9b0c3f6d24e9175bde9d to your computer and use it in GitHub Desktop.
Save gklka/c04abd41df4b9b0c3f6d24e9175bde9d to your computer and use it in GitHub Desktop.
Ezt mentsétek el bookmarknak. A PizzaForte rendelési oldalon megnyomva a gombás pizzákat lehalványítja.
javascript:divs = $("div.product_info_panel p:contains('gomba')"); $.each(divs, function(index, value) { $(divs[index]).parent().parent().css('opacity', 0.3); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment