Skip to content

Instantly share code, notes, and snippets.

@RUJodan
Created September 9, 2016 14:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RUJodan/8c794cda2876813d1ef1d7833a681ab8 to your computer and use it in GitHub Desktop.
Save RUJodan/8c794cda2876813d1ef1d7833a681ab8 to your computer and use it in GitHub Desktop.
(() => {
[...document.getElementsByTagName('a')].forEach(x => x.addEventListener("mouseover", () => warnABrotha(x), false));
})();
function warnABrotha(x) {
if (x.href.includes("rebecca.blackfriday")) alert("it's friday");
}
@prameshbajra
Copy link

🗡️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment