Update Remove-Sankaku-Advertisements.user.js
authorKNG <[email protected]>
Sun, 18 Mar 2018 08:06:27 +0000 (18 04:06 -0400)
committerGitHub <[email protected]>
Sun, 18 Mar 2018 08:06:27 +0000 (18 04:06 -0400)
Remove-Sankaku-Advertisements.user.js

index c13ceb6..e61cb57 100644 (file)
@@ -2,9 +2,9 @@
 // @name         Remove Sankaku Advertisements/Iframes
 // @description  Hopefully removes all ads from *.sankaku
 // @namespace    http://tampermonkey.net/
-// @version      3.4
+// @version      4.0
 // @author       ECHibiki
-// @match        *://*.sankakucomplex.com/*
+// @match        *.sankakucomplex.com/*
 // @updateURL    https://github.com/ECHibiki/Misc-UserScripts/raw/master/Remove-Sankaku-Advertisements.user.js
 // @downloadURL  https://github.com/ECHibiki/Misc-UserScripts/raw/master/Remove-Sankaku-Advertisements.user.js
 // ==/UserScript==
@@ -21,4 +21,4 @@ setInterval(function(){
     for (var j = 0 ; j < frames.length ; j++){
         frames[j].remove();
     }
-}, 500);
\ No newline at end of file
+}, 500);