Last active
January 15, 2019 21:40
-
-
Save yspreen/027eb4636fafd3418c66e5e92eb24928 to your computer and use it in GitHub Desktop.
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
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); | |
// ... give time for script to load, then type (or see below for non wait option) | |
jQuery.noConflict(); | |
setInterval(() => $(".icon-oj:not([src='/images/repliers/crownIcon.png'])").each(function() {$(this).parents("li").remove()}), 100); | |
i = setInterval(() => {return window.scrollTo(0,document.body.scrollHeight);} | |
, 1000); | |
var killId = setTimeout(function() { | |
for (var i = killId; i > 0; i--) clearInterval(i) | |
}, 100); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment