Skip to content

Instantly share code, notes, and snippets.

@yspreen
Last active January 15, 2019 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yspreen/027eb4636fafd3418c66e5e92eb24928 to your computer and use it in GitHub Desktop.
Save yspreen/027eb4636fafd3418c66e5e92eb24928 to your computer and use it in GitHub Desktop.
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