Skip to content

Instantly share code, notes, and snippets.

@home-gihub
Created July 28, 2023 20:31
Show Gist options
  • Save home-gihub/815349f814f168529b2bd037b96779ba to your computer and use it in GitHub Desktop.
Save home-gihub/815349f814f168529b2bd037b96779ba to your computer and use it in GitHub Desktop.
OWOifier
// OWOifier break any website by adding owo before and after every element
// it is a bookmarklet so you can run it with a pus of a button just make a bookmart and set it to the url
// here it is
javascript:%22use%20strict%22;void%20function(){var%20a=document.createElement(%22style%22);a.innerText=%22\n\t*::before%20{%20\n%20\t%20content:%20\%22owo\%22;%20\n\t}\n\n\t*::after%20{\n\t%20%20content:%20\%22owo\%22;%20\n\t}\n%22,document.head.appendChild(a)}();
// the bookmarklet is made with https://chriszarate.github.io/bookmarkleter/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment