Skip to content

Instantly share code, notes, and snippets.

@VincentChalnot
Created March 2, 2015 20:47
Show Gist options
  • Save VincentChalnot/ec6d25356a822334dc7d to your computer and use it in GitHub Desktop.
Save VincentChalnot/ec6d25356a822334dc7d to your computer and use it in GitHub Desktop.
Bookmarklet pour supprimer les choix contenant des oignons sur AlloResto
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