alien_fx_fiend

Discord FontFace Change [Developer Tools > Console Code]

Oct 24th, 2021 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setInterval(function() {
  2.     [].forEach.call(document.getElementsByTagName("*"), e => e.style.fontFamily = "Comic Sans MS" );
  3. }, 1);
Add Comment
Please, Sign In to add comment