Skip to content

Instantly share code, notes, and snippets.

@snoj
Created October 18, 2016 21:24
Show Gist options
  • Save snoj/925d78a1ecba16196bcfb615134caa55 to your computer and use it in GitHub Desktop.
Save snoj/925d78a1ecba16196bcfb615134caa55 to your computer and use it in GitHub Desktop.
var a = document.getElementsByClassName("_3m9g");
for( var i = a.length-1; i >= 0; i--) { try { console.log(i); a[i].parentElement.removeChild(a[i]); } catch (ex) {} }
a = document.getElementsByClassName("UFIAddComment");
for( var i = a.length-1; i >= 0; i--) { try { console.log(i); a[i].parentElement.removeChild(a[i]); } catch (ex) {} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment