Last active
January 11, 2017 18:44
-
-
Save Zorgatone/5bd1c53c5db8668efb2b6e06233d5f0f to your computer and use it in GitHub Desktop.
KissAnime Series Helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name KissAnime Series Helper | |
// @namespace http://zorgatone.tk/ | |
// @version 0.2 | |
// @description Hides the ads on KissAnime | |
// @author Zorgatone <[email protected]> | |
// @include /^https?://kissanime\.(?:com|to|ru)(?:\/.*)?$/ | |
// @update https://rawgit.com/Zorgatone/1fec4be76e649d9d0c6fbe52f73e465a/raw/42c710be90e99f1114e2a94f5369fe0dfc3a0f10/kissanime-ad-blocker.user.js | |
// ==/UserScript== | |
/* jshint esnext: false */ | |
/* jshint esversion: 5 */ | |
(function () { | |
"use strict"; | |
console.info("KissAnime series helper v0.2"); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment