NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Adremove pianku // @version 0.1 // @description take over the ads on pianku // @author Yedane // @match https://*.*pianku*.*/* // @grant none // @license MIT // @copyright 2020, yedane (https://openuserjs.org/users/yedane) // ==/UserScript== (function() { 'use strict'; // console.log("remove pinaku"); // if ('loading' == document.readyState) { // alert("This script is running at document-start time."); // } else { // alert("This script is running with document.readyState: " + document.readyState); // } location.assign("javascript:jj=function(){adremove()};void(0)"); location.assign("javascript:adremove();void(0)"); })();