Skip to content

Instantly share code, notes, and snippets.

@acmiyaguchi
Created July 11, 2015 00:39
Show Gist options
  • Save acmiyaguchi/810f67be16f398398fd9 to your computer and use it in GitHub Desktop.
Save acmiyaguchi/810f67be16f398398fd9 to your computer and use it in GitHub Desktop.
kissanime bookmarklet
javascript:(function(){function a(){function b(e){return function(){e.click()}}var c=document.getElementsByTagName("a");for(var d=0;d<c.length;d++){if(c[d].textContent=="Hide"){setTimeout(b(c[d]),100)}}}a();document.addEventListener("DOMContentLoaded",a)})();
@acmiyaguchi
Copy link
Author

  1. Create a new bookmark
  2. Copy and paste the script into the location url
  3. Click bookmark on a page under http://kissanime.com/* to run

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