CwableK

Untitled

Sep 29th, 2021 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  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