Last active
December 23, 2015 06:19
-
-
Save beunwa/6593353 to your computer and use it in GitHub Desktop.
bookmarklet pour supprimer automatiquement les pubs twitter à chaque fois qu'elles apparraissent (sur la version web)
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
$('.stream-container').bind("DOMNodeInserted",function(){$('.js-promoted-badge').closest('.js-stream-item').each(function(index) { $(this).hide() });}); | |
javascript:(function(){$('.stream-container').bind("DOMNodeInserted",function(){$('.js-promoted-badge').closest('.js-stream-item').each(function(index) { $(this).hide() });}); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Est ce que quelqu un pourrait m expliquer Comment utiliser ces lignes de code permettant de supprimer la pub sur Twitter. Merci par avance