Skip to content

Instantly share code, notes, and snippets.

@Greenscreener
Created July 23, 2017 18:12
Show Gist options
  • Save Greenscreener/4335cf5fc79faf2c6658e981ef1a6e63 to your computer and use it in GitHub Desktop.
Save Greenscreener/4335cf5fc79faf2c6658e981ef1a6e63 to your computer and use it in GitHub Desktop.
cestina20.cz infinite likes js onload script
if (window.location.href.indexOf("cestina20.cz")) {
document.getElementsByClassName("word__rating--down")[0].click();
document.cookie.split(";").forEach(function(c) { document.cookie = c.replace(/^ +/, "").replace(/=.*/, "=;expires=" + new Date().toUTCString() + ";path=/"); });
window.location.reload();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment