-
-
Save Snegovikufa/2edcfcf79546a648174643e10448bdcf to your computer and use it in GitHub Desktop.
Hide original translation on skyeng vocubulary page
This file contains 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
Array.prototype.forEach.call(document.getElementsByClassName("original"), function(el) { | |
// Do stuff here | |
el.hidden = true; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment