Created
October 18, 2016 21:24
-
-
Save snoj/925d78a1ecba16196bcfb615134caa55 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 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