Created
March 2, 2015 20:47
-
-
Save VincentChalnot/ec6d25356a822334dc7d to your computer and use it in GitHub Desktop.
Bookmarklet pour supprimer les choix contenant des oignons sur AlloResto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:$('.infos > p:not([class])').each(function(){var h=$(this).html();if(h.indexOf('Oignon')>=0||h.indexOf('oignon')>=0){$(this).parents('li').first().hide();}}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment