Greasy Fork

carefree fun

29/3/2023, 23:53:22. Script de uso personal, adicional para pasar acortadores. Try to take over the world!

目前为 2023-03-30 提交的版本。查看 最新版本

// ==UserScript==
// @name        carefree fun
// @namespace   Violentmonkey Scripts
// @match       *://blog.cryptowidgets.net/*
// @match       *://blog.insurancegold.in/*
// @match       *://blog.wiki-topia.com/*
// @match       *://blog.freeoseocheck.com/*
// @match       *://blog.coinsvalue.net/*
// @match       *://blog.cookinguide.net/*
// @match       *://blog.webfreetools.net/*
// @match       *://blog.greenenez.com/*
// @match       *://blog.coinscap.info/*
// @run-at      document-end
// @grant       none
// @version     2.1
// @author      sABER (juansi) Contribuciones via FaucetPay User: Crypto4Script
// @description 29/3/2023, 23:53:22. Script de uso personal, adicional para pasar acortadores. Try to take over the world!
// ==/UserScript==

(function() { 'use strict';
   function go(a,b,c) { var d = getCookieValue(a); var e = getCookieValue(b); var f = document.querySelector(`input[value="${e}"]`); f.setAttribute( 'name', c + d ); var g = f.form; window.setTimeout(() => { g.submit(); }, 5000); }
     function docReady(fn){ if (document.readyState === "complete" || document.readyState === "interactive") {setTimeout(fn, 1000);} else {document.addEventListener("DOMContentLoaded", fn);}}
       function nagScreen() {const lista_de_molestias = document.querySelectorAll('.holidAds,.col-sm-12.col-lg-3.col,li,div.form-group,.col-sm-12.col-lg-8.col,h1,h2,h3,h4,p,table.b,#w2g-slot1-cnt,#w2g-slot2-cnt,#w2g-slot3-cnt'); for (const element of lista_de_molestias) {element.remove();}}
         function getCookieValue(cookie) { return decodeURIComponent(document.cookie.match(new RegExp('(?:^|; )' + cookie + '=([^;]*)'))?.pop());}
           docReady(nagScreen);
             var l = new URL(window.location.href);
           switch (l.hostname) {
             case 'blog.cryptowidgets.net': go('fuknp', 'fuksl', 'fukclk'); break;
             case 'blog.freeoseocheck.com': case 'blog.webfreetools.net': go('inp', 'spcl', 'click'); break;
             case 'blog.insurancegold.in': case 'blog.wiki-topia.com':
             case 'blog.coinsvalue.net': case 'blog.cookinguide.net':
             case 'blog.greenenez.com': case 'blog.coinscap.info': go('inp', 'spcl', 'countdown'); break;
             default: break;
                                }
             })();