Advertisement
GochiSiyan

Untitled

Feb 21st, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. (function(){
  2. document.getElementById('mceu_0').addEventListener('click',function(e){
  3. setTimeout(function(){
  4. Array.from(document.getElementsByClassName('mce-text')).forEach(function(value,index){
  5. switch(index){
  6. case 1:
  7. case 4:
  8. case 5:
  9. case 6:
  10. case 7:
  11. value.parentElement.style.display='none'
  12. break
  13. }
  14. })
  15. },100)
  16. })
  17. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement