Guest User

Untitled

a guest
May 15th, 2022
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         1001
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        *://*/*
  8. // @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant        none
  10. // ==/UserScript==
  11. (function() {
  12.     'use strict';
  13.     const $ = query => document.querySelector(query);
  14.     const elementExists = query => $(query) !== null;
  15.     const domainCheck = domains => new RegExp(domains).test(location.host)
  16.     const searchParams = new URLSearchParams(location.search);
  17.     const isPath = string => new RegExp(string).test(location.pathname)
  18.     const ree = new RegExp(/^\?([^&]+)/);
  19.  
  20.     function redirect(url, blog = false) {
  21.         location = blog ? 'https://faucetpayrotator.blogspot.com/?url=' + url : url;
  22.     }
  23.  
  24.     function waitForElm(query, callback) {
  25.         setTimeout(function() {
  26.             if (elementExists(query)) {
  27.                 callback($(query))
  28.             } else {
  29.                 waitForElm(query, callback)
  30.             }
  31.         }, 1000)
  32.     }
  33.  
  34.     function click(query) {
  35.         $(query).click()
  36.     }
  37.  
  38.     function submit(query) {
  39.         $(query).submit()
  40.     }
  41.  
  42.     function fun(domains, f, ...args) {
  43.         if (typeof f === 'object') {
  44.             if (Array.isArray(f)) f = {'/': f}
  45.             if (!(location.pathname in f)) return;
  46.             const [key, value] = f[location.pathname]
  47.             if (typeof key === 'object' && key.test(location.search)) return redirect(value + RegExp.$1, ...args)
  48.             const searchParams = new URLSearchParams(location.search);
  49.             if (searchParams.has(key)) redirect(value + searchParams.get(key), ...args)
  50.         } else if (domains === '*') {
  51.             f(...args)
  52.         } else if (domainCheck(domains)) {
  53.             f(...args)
  54.         }
  55.     }
  56.  
  57.     function funif(ifcondition, ...args) {
  58.         if (ifcondition) {
  59.             fun('*', ...args)
  60.         }
  61.     }
  62.  
  63.     function params(domains, data, url, use = null) {
  64.         if (!domainCheck(domains)) return;
  65.         if (typeof data === 'string' && data.split(',').every(p => searchParams.has(p))) {
  66.             use ??= data.split(',')[0]
  67.             redirect(url + searchParams.get(use))
  68.         } else if (typeof data === 'object') {
  69.             const o = data[location.pathname]
  70.             if (!o) return;
  71.             params(domains, ...o)
  72.         }
  73.     }
  74.  
  75.     function meta(url, ifcon = isPath('/verify/'), regex = ree) {
  76.         if (!ifcon) return;
  77.         const m = location.search.match(regex)
  78.         url = url.replace(/(\$\d+)/g, function (match) {
  79.             const index = +match.replace('$', '')
  80.             return m[index]
  81.         });
  82.         document.head.appendChild(Object.assign(document.createElement('meta'), {
  83.             name: 'referrer',
  84.             content: 'origin'
  85.         }));
  86.         Object.assign(document.createElement('a'), {
  87.             href: url
  88.         }).click();
  89.     }
  90.  
  91.     function re(domains, regex, url) {
  92.         if (!domainCheck(domains)) return;
  93.         if (regex.test(location.pathname)) {
  94.     console.log(url)
  95.             url = url.replace(/(\$\d+)/g, match => RegExp[match]);
  96.             console.log(url)
  97.             debugger;
  98.  
  99.             redirect(url)
  100.         }
  101.     }
  102.  
  103.     function clickIfElementExists(query, timeInSec = 1, funcName = 'setTimeout') {
  104.         if (elementExists(query)) {
  105.             window[funcName](function() {
  106.                 click(query);
  107.             }, timeInSec * 1000);
  108.         }
  109.     }
  110.  
  111.     function recaptchaInterval(query, act = 'submit', timeInSec = 0.5) {
  112.         if (elementExists(query)) {
  113.             const timer = setInterval(function() {
  114.                 if (window.grecaptcha && !!window.grecaptcha.getResponse()) {
  115.                     $(query)[act]();
  116.                     clearInterval(timer);
  117.                 }
  118.             }, timeInSec * 1000);
  119.         }
  120.     }
  121.  
  122.     if (typeof hcaptcha == "object" && typeof apiCounter == "object") {
  123.         window.app_country_visitor = ""
  124.         window.hcaptcha.getResponse = () => {}
  125.         window.apiCounter.generateURL()
  126.         window.apiCounter.redirectTo($("button.button-element-verification"))
  127.     }
  128.     if (typeof tokenURL == "string") {
  129.         redirect(atob(window.tokenURL))
  130.     }
  131.  
  132. /*
  133.     if (location.hostname == 'faucetpayrotator.blogspot.com') {} else {
  134.         const listhide = document.querySelectorAll('#frame,#iframe,#particles-js,#canvas,.banner-inner,.vanta-canvas,.particles-js-canvas-el,#s65c,#overlay,#footerads,.oulcsy,.blog-item,.sticky-bottom,.separator,html body iframe,html iframe,#cookie-pop,.vmyor,.tnjmvneldp')
  135.         for (const element of listhide) {
  136.             element.remove()
  137.         }
  138.     }
  139.  
  140. BypassedByBloggerPemula(/za.gl/, function() {
  141.         w('form#link-view', form => {
  142.             $('#x').value = '192'
  143.             $('#y').value = '114'
  144.             $('input[name="givenX"]').value = 'VFl0utOEF6a7BiS8YJdqTg=='
  145.             $('input[name="givenY"]').value = 'rsW06vBB1oIFVpnFz61t5Q=='
  146.             form.submit()
  147.             return
  148.         })
  149.  
  150.         w('#go-link', function(form) {
  151.             setTimeout(function() {
  152.                 fetch(`${location.origin}/links/go`, {
  153.                     headers: {
  154.                         "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
  155.                         "x-requested-with": "XMLHttpRequest"
  156.                     },
  157.                     body: new URLSearchParams(new FormData($("#go-link"))).toString(),
  158.                     method: "POST"
  159.                 })
  160.                 .then(res => res.json())
  161.                 .then(data => {
  162.                     redirect(data.url)
  163.                 })
  164.             }, 5500)
  165.         })
  166.     })
  167.  */
  168.     funif(elementExists('#go-link'), function() {
  169.         const form = $('#go-link')
  170.         fetch(form.action, {
  171.             headers: {
  172.                 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
  173.                 'x-requested-with': 'XMLHttpRequest'
  174.             },
  175.             body: new URLSearchParams(new FormData(form)).toString(),
  176.             method: 'POST'
  177.         })
  178.         .then(response => response.json())
  179.         .then(({url}) => {
  180.             redirect(url)
  181.         })
  182.     })
  183.  
  184.     fun('goldenfaucet.io|croclix.me|adz7short.space|shortique.com', function() {
  185.         function fireMouseEvents(query) {
  186.             const element = $(query);
  187.             if (!element) return;
  188.             ['mouseover', 'mousedown', 'mouseup', 'click'].forEach(eventName => {
  189.                 if (element.fireEvent) {
  190.                     element.fireEvent('on' + eventName);
  191.                 } else {
  192.                     const eventObject = document.createEvent('MouseEvents');
  193.                     eventObject.initEvent(eventName, true, false);
  194.                     element.dispatchEvent(eventObject);
  195.                 }
  196.             })
  197.         }
  198.         setInterval(function() {
  199.             if ($("#link").length > 0) {
  200.                 fireMouseEvents("#link")
  201.             }
  202.         }, 500);
  203.         setTimeout(function() {
  204.             if ($("input#continue").length > 0) {
  205.                 fireMouseEvents("input#continue");
  206.             }
  207.             if ($("a#continue.button").length > 0) {
  208.                 fireMouseEvents('a#continue.button')
  209.             }
  210.         }, 9000);
  211.         setTimeout(function() {
  212.             if ($('#btn-main').length < 0) return;
  213.             fireMouseEvents('#btn-main')
  214.         }, 5000);
  215.     })
  216.  
  217.     waitForElm('div#wpsafe-link > a', function(element) {
  218.         const regex = /redirect=(.*)',/;
  219.         const m = regex.exec(element.onclick.toString())[1]
  220.         location.href = JSON.parse(atob(m)).safelink
  221.     })
  222.  
  223.     recaptchaInterval('#link-view')
  224.     recaptchaInterval('#file-captcha')
  225.     recaptchaInterval('#lview > form')
  226.     recaptchaInterval('#userForm')
  227.     recaptchaInterval('#wpsafelink-landing')
  228.     recaptchaInterval('.col-12 > form:nth-child(1)')
  229.     recaptchaInterval('.contenido > form:nth-child(2)')
  230.     recaptchaInterval('#showMe > center:nth-child(4) > form:nth-child(1)')
  231.     recaptchaInterval('#showMe > center:nth-child(1) > center:nth-child(4) > form:nth-child(1)')
  232.     recaptchaInterval('#adb-not-enabled > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > form:nth-child(1)')
  233.     recaptchaInterval('.m-2.btn-captcha.btn-outline-primary.btn', 'click')
  234.     recaptchaInterval('button#continue.btn.btn-primary.btn-captcha', 'click')
  235.     recaptchaInterval('#yuidea-btn-before.yu-btn.yu-blue', 'click')
  236.     recaptchaInterval('#yuidea-btn-after.yu-blue.yu-btn', 'click')
  237.     clickIfElementExists('.recaptcha-checkbox-border', 3)
  238.     clickIfElementExists('button#btn6.yu-btn.yu-go', 3)
  239.     clickIfElementExists('.mb-3 > .btn-primary.btn', 3)
  240.     clickIfElementExists('.yu-blue.yu-btn', 3)
  241.     clickIfElementExists('button#showTimerText.btn.btn-accent', 3)
  242.     clickIfElementExists('a#firststep-btn.btn.btnstep1', 3)
  243.     clickIfElementExists('a#finalx22.btn.btnstep1', 3)
  244.     clickIfElementExists('.fTk7vd > a:nth-child(1)', 3)
  245.     clickIfElementExists('#links > a:nth-child(2)', 3)
  246.     clickIfElementExists('#wpsafelinkhuman > img:nth-child(1)', 3)
  247.     clickIfElementExists('div.box-main:nth-child(2) > div:nth-child(4) > a:nth-child(1)', 3)
  248.     clickIfElementExists('button#btn6.g-recaptcha.btn.btn-primary', 3)
  249.     clickIfElementExists('button#btn6.btn.btn-outline-primary.btn-captcha.m-2', 3)
  250.     clickIfElementExists('button#submit-button.btn.btn-primary', 3)
  251.     clickIfElementExists('#link1s-snp > button:nth-child(1)', 3)
  252.     clickIfElementExists('button.btn-main.get-link', 3)
  253.     clickIfElementExists('.next-button.btn-lg.text-white.btn-info.btn', 3)
  254.     clickIfElementExists('.next-button.text-white.btn-info.btn', 3)
  255.     clickIfElementExists('.btn-outline-white.btn', 3)
  256.     clickIfElementExists('button#bt.btn.btn-info.btn-lg', 3)
  257.     clickIfElementExists('button#btn-main.btn.btn-main', 3)
  258.     clickIfElementExists('button#btn-get-link', 3)
  259.     clickIfElementExists('.col-md-8 > form:nth-child(17) > button:nth-child(3)', 3)
  260.     clickIfElementExists('#cl1 > center:nth-child(1) > a:nth-child(1)', 3)
  261.     clickIfElementExists('div#wpsafe-generate a img', 3)
  262.     clickIfElementExists('a.submitBtn.btn.btn-primary', 3)
  263.     clickIfElementExists('button#submitbtn.g-recaptcha.btn.btn-primary', 3)
  264.     clickIfElementExists('p.getlink', 3)
  265.     clickIfElementExists('button#getlink.getlink.disabled', 3)
  266.     clickIfElementExists('#link1s-snp > button:nth-child(1)', 3)
  267.     clickIfElementExists('#cl1 > a:nth-child(2) > font:nth-child(1)', 3)
  268.     clickIfElementExists('button#mdt.custom-btn.btn-7', 3)
  269.     clickIfElementExists('input#btn-main.btn.btn-primary', 3)
  270.     clickIfElementExists('#cl1 > a:nth-child(1) > font:nth-child(1) > b:nth-child(1)', 3)
  271.     clickIfElementExists('input.btn.btn-primary', 5)
  272.     clickIfElementExists('div.complete a.btn', 5)
  273.     clickIfElementExists('#molien > a:nth-child(1)', 5)
  274.     clickIfElementExists('div#wpsafe-link a img', 5)
  275.     clickIfElementExists('#wpsafe-snp > a:nth-child(1)', 5)
  276.     clickIfElementExists('#wpsafe-snp > center:nth-child(1) > a:nth-child(1)', 5)
  277.     clickIfElementExists('a#surl1.btn-main.get-link', 5)
  278.     clickIfElementExists('button#invisibleCaptchaShortlink.btn-main.get-link', 5)
  279.     clickIfElementExists('.btn-captcha.btn-sm.btn-primary.btn', 5)
  280.     clickIfElementExists('button#invisibleCaptchaShortlink.btn.ybtn.ybtn-accent-color.btn-captcha', 5)
  281.     clickIfElementExists('button#invisibleCaptchaShortlink.btn.btn-outline-primary.btn-lg.btn-block.btn-captcha', 5)
  282.     clickIfElementExists('button#invisibleCaptchaShortlink.btn.btn-primary.btn-goo.btn-captcha', 7)
  283.     clickIfElementExists('button#get_link.btn.btn-primary.btn-sm', 7)
  284.     clickIfElementExists('button.btn.btn-success', 7)
  285.     clickIfElementExists('div.lds-ellipsis', 9)
  286.     clickIfElementExists('#makingdifferenttimer', 3, 'setInterval')
  287.     clickIfElementExists('#myButtonn > span:nth-child(1)', 3, 'setInterval')
  288.     clickIfElementExists('#mdt.btn.btn-primary.text-white.next-button', 3, 'setInterval')
  289.     clickIfElementExists('a.get-link.bg-red-600.px-8.py-2.rounded-md.inline-block', 3, 'setInterval')
  290.     clickIfElementExists('button#main-button.claim-button.btn.btn-lg.btn-accent', 3, 'setInterval')
  291.     clickIfElementExists('.next-button.btn-lg.btn-info.btn', 3, 'setInterval')
  292.     clickIfElementExists('input.g-recaptcha.btn.btn-primary', 3, 'setInterval')
  293.     clickIfElementExists('.get-link.ybtn-accent-color.ybtn.btn', 3, 'setInterval')
  294.     clickIfElementExists('#go_d', 5, 'setInterval')
  295.     clickIfElementExists('#nextButton', 7, 'setInterval')
  296.     clickIfElementExists('.btn-sm.btn-default.btn', 5, 'setInterval')
  297.     clickIfElementExists('#makingdifferenttimer9 > .btn-success.btn', 5, 'setInterval')
  298.     clickIfElementExists('#yuidea-btmbtn', 5, 'setInterval')
  299.     clickIfElementExists('#link1s.btn-primary.btn', 5, 'setInterval')
  300.     clickIfElementExists('a.btn-main.get-link', 5, 'setInterval')
  301.     clickIfElementExists('a.btn.m-2.btn-success', 5, 'setInterval')
  302.     clickIfElementExists('.btn-danger.btn-raised', 5, 'setInterval')
  303.     clickIfElementExists('.close-me > a:nth-child(1)', 5, 'setInterval')
  304.     clickIfElementExists('button.btn-block.btn-success', 5, 'setInterval')
  305.     clickIfElementExists('a.btn.btn-primary.get-link.text-white', 5, 'setInterval')
  306.     clickIfElementExists('div.column:nth-child(2) > font:nth-child(2) > a:nth-child(8)', 3)
  307.     clickIfElementExists('#btn6.btn-captcha.btn-primary.btn', 5, 'setInterval')
  308.     clickIfElementExists('button#link.btn.btn-primary', 5, 'setInterval')
  309.  
  310.     let temp = 'nukl.ink|tronex.biz|playgotoken.com|iir.ai|celinks.net|cryptowidgets.net|urlchanger.ml|nabits.xyz|d.bawabatak.com|www.adshort-url.com|linksfy.co|mitly.us|skincarie.com|linksos.live|yocto.link|sl.claimfreebits.com'
  311.     fun(temp, click, 'button.btn:nth-child(4)');
  312.     fun('marocclickers.xyz', click, '#link-view > div:nth-child(5) > center:nth-child(5) > div:nth-child(1)');
  313.     fun('jameeltips.us', click, '#continue_button_1');
  314.     fun('shortit.pw', click, '.pulse.btn-primary.btn');
  315.     fun('techload.co|largestpanel.in|earn.largestpanel.in', click, '#tp-snp2');
  316.     fun('1link.club', click, '#download');
  317.     fun('1ink.cc', click, '#countingbtn');
  318.     fun('mdn.world', click, '.btn-primary.btn');
  319.     fun('yoshare.net', click, '#yuidea');
  320.     fun('bildirim.eu', click, '#btnPermission');
  321.     fun('up-load.one', click, '#submitbtn');
  322.     fun('ashort2a-bro.tk|ashort1a.xyz', click, '#proceed');
  323.     fun('stfly.me', submit, '#submit_data');
  324.     fun('coinsparty.com', submit, '.box-body > form:nth-child(2)');
  325.     fun('makemoneywithurl.com', submit, '#hidden form');
  326.     fun('adshort.space|go.techgeek.digital', submit, '.text-center > form:nth-child(4)');
  327.     fun('forex-trnd.com', submit, '#exfoary-form');
  328.     fun('forex-lab.xyz', submit, 'body > center:nth-child(3) > div:nth-child(2) > form:nth-child(1)');
  329.     fun('forexlap.com', submit, '#molien > center:nth-child(2) > form:nth-child(3)');
  330.     fun('automotur.club|sanoybonito.club', submit, '#page2');
  331.     fun('intercelestial.com|tribuntekno.com', submit, '#landing');
  332.     fun('adsy.pw|linkpay.cc', submit, '#link-view');
  333.     fun('okrzone.com', meta, 'https://gtlink.co/$1')
  334.     fun('ledifha.com', meta, 'https://process.ledifha.com/$1')
  335.     fun('techrayzer.com', meta, 'https://techrayzer.com/insurance/$1');
  336.     fun('urlily.com', meta, 'https://shorturl.sh2rt.com/$1')
  337.     fun('www.hostingviral.live|www.apk4do.com', meta, 'https://www.dineroshare.com/$1')
  338.     fun('speedynews.xyz', meta, 'https://additionalgamer.com/blog/$1')
  339.     fun('adinsurance.xyz', meta, 'https://blog.adinsurance.xyz/$1')
  340.     fun('url.magmint.com', meta, 'https://bell.healthyguy.online/$1')
  341.     fun('madar-24.com', meta, 'https://coupon-fresh.com/' + decodeURIComponent(searchParams.get('link')), isPath('/') && searchParams.has('link'))
  342.     fun('linkstom.ml', meta, 'https://links.earnfort.in/' + decodeURIComponent(searchParams.get('link')), isPath('/') && searchParams.has('link'))
  343.     fun('nawahi1.com', meta, 'https://sh2rt.com/$1', isPath('^\/verify\/$'))
  344.     fun('dutchycorp.space|dutchycorp.ovh', function() {
  345.         const ticker = setInterval(function() {
  346.             try {
  347.                 window.grecaptcha.execute();
  348.                 clearInterval(ticker);
  349.             } catch (e) {
  350.                 console.log(e)
  351.             }
  352.         }, 2000);
  353.     })
  354.     fun('ultraten.net|uniqueten.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|allcryptoz.net|topcryptoz.net|thumb9.net|shinbhu.net|riadblog.com|riadcrypto.com|donia2tech.com|crypto4tun.com|askpaccosi.com|www.cgyojna.com|saqercoin.xyz|2the.space', function() {
  355.         const form = document.getElementById('wpsafelink-landing')
  356.         redirect(JSON.parse(atob(form.newwpsafelink.value)).linkr)
  357.     })
  358.     fun('toptechtalk.xyz', setInterval, function() {
  359.         click('#cbt.btn-primary.btn-warningbtn.btn')
  360.     }, 5000)
  361.     fun('atlai.club', setInterval, function() {
  362.         click('#cbt.btn-primary.btn-warningbtn.btn');
  363.     }, 5000)
  364.     fun('doctor-groups.com', setInterval, function() {
  365.         click('.skip-ad > a:nth-child(1)');
  366.     }, 3000)
  367.     // if (location.href.indexOf("linksly.co") != -1 || location.href.indexOf("shrinke.me") != -1 || location.href.indexOf("health-and.me") != -1 || location.href.indexOf("stfly.me") != -1 || location.href.indexOf("cutdl.xyz") != -1 || location.href.indexOf("zagl.info") != -1 || location.href.indexOf("100count.net") != -1) {
  368.     // clickIfElementExists('.get-link.btn-lg.btn-success.btn', 5, 'setInterval')
  369.     // }
  370.     fun('www.lootlinks.xyz', clickIfElementExists, '#get-link', 5, 'setInterval')
  371.     fun('cekip.site|www.cekip.site', function() {
  372.         meta(atob('$1'), isPath('^\/go\/([^\/]+)'))
  373.     })
  374.     fun('profitlink.info', function() {
  375.         clickIfElementExists('.btn-captcha.btn-primary.btn', 3, 'setInterval')
  376.         setInterval(function() {
  377.             click('.calc-earn.get-link.btn-lg.btn-success.btn')
  378.         }, 5000)
  379.     })
  380.     fun('freebcc.org', setInterval, function() {
  381.         click('.get-link.btn-sm.btn-primary.btn')
  382.     }, 5000)
  383.     fun('tei.ai', function() {
  384.         window.addEventListener('DOMContentLoaded', (event) => {
  385.             var linkbypass = atob(`aH${$("#link-view [name='token']").value.split("aH").slice(1).join("aH")}`);
  386.             redirect(linkbypass);
  387.         });
  388.     })
  389.     fun('crazyblog.in', {
  390.         '/finance/': ['link', 'https://shrinkpay.crazyblog.in'],
  391.         '/hars/verify/': [ree, 'https://redd.crazyblog.in'],
  392.         '/harsh/verify/': [ree, 'https://studyuo.com/pro2/verify/?'],
  393.         '/xhod/verify/': [ree, 'https://redd.crazyblog.in/']
  394.     }, false)
  395.     fun('network-earn.online', function() {
  396.         if (searchParams.has('tok') && location.href.includes('index.php'))
  397.             redirect('https://luckybits.online/check.php?tok=' + searchParams.get('tok'))
  398.     })
  399.     fun('cool-time.dutchycorp.space|anime.dutchycorp.space|movies.dutchycorp.space|tech.dutchycorp.space', function() {
  400.         if (isPath('^\/redir[^.]+?\.php$') && searchParams.has('code'))
  401.             redirect(searchParams.get('code') + '?verif=0')
  402.     })
  403.     fun('acortame.xyz', function() {
  404.         funif(location.hash, redirect, location.hash.substr(1), true)
  405.     })
  406.     fun('clk.sh|shrinkearn.com', function() {
  407.         if (location.href.includes('bloogerspoot.') && searchParams.has('url')) {
  408.             let i = new URL(searchParams.get('url'));
  409.             redirect('https://softindex.website' + i.pathname);
  410.         }
  411.     })
  412.     fun('studyuo.com|mcrypto.club', function() {
  413.         var path = searchParams.get('link').substring(0, 3);
  414.         var ob = {
  415.             'ca/': 'https://cryptoads.space/' + path,
  416.             'cu/': 'https://coinsurl.com/' + path,
  417.             'mh/': 'https://myhealths.icu/' + path,
  418.             'cf/': 'https://cryptoflare.cc/' + path
  419.         }
  420.         redirect(searchParams.get('link').substring(0, 1) == '/' ? 'https://coinsparty.com/' + searchParams.get('link').substring(1) : ob[path]);
  421.     })
  422.     fun('zonearn.biz', function() {
  423.         funif(isPath('^\/(.+)') && searchParams.has('tok'), redirect, searchParams.get('tok'))
  424.     })
  425.     fun('techmody.io', meta, decodeURIComponent(searchParams.get('check')), isPath('/') && searchParams.has('check'))
  426.     fun('studyuo.com', {
  427.         '/pro/': ['link', 'https://shrinkpay.crazyblog.in'],
  428.         '/short/verify/':  [ree, 'https://redd.crazyblog.in/'],
  429.         '/blog/verify/': [ree, 'https://speedynews.xyz/verify/?']
  430.     })
  431.     funif(isPath('/pro2/verify/'), meta, 'https://csd.xmod.in/$1')
  432.     funif(elementExists('div.col-md-4:nth-child(2)'), setInterval, function() {
  433.         click('div.col-md-4:nth-child(2) > span:nth-child(1) > img:nth-child(1)');
  434.     }, 5000)
  435.     funif(elementExists('.tdc_zone'), setInterval, function() {
  436.         click('a.btn-success')
  437.     }, 5000)
  438.     funif(elementExists('#makingdifferenttimer'), setInterval, function() {
  439.         click('#url_qu > a:nth-child(1)')
  440.     }, 3000)
  441.     funif(elementExists('#ytimer'), setInterval, function() {
  442.         click('#ytimer > .s-btn-f')
  443.     }, 5000)
  444.     funif(elementExists('#mainlink'), function() {
  445.         click('#mainlink > .s-btn-f')
  446.     }, 5000)
  447.     funif(elementExists('#links'), setInterval, function() {
  448.         submit('#links > form:nth-child(2)')
  449.     }, 3000)
  450.     funif(elementExists('#surl'), setInterval, function() {
  451.         click('#surl.btn-success.m-2.btn')
  452.     }, 5000)
  453.     funif(elementExists('#before-captcha'), setTimeout, function() {
  454.         submit('#before-captcha');
  455.     }, 3000)
  456.     funif(elementExists('a#firststep-btn.btn.btnstep1'), setTimeout, function() {
  457.         click('button#getlink.btn.m-2.btn-success.disabled');
  458.     }, 3000)
  459.     funif(elementExists('#url_qu'), setTimeout, function() {
  460.         click('.ad-banner.btn-captcha.btn-primary.btn');
  461.     }, 3000)
  462.     params('amazingdarpon.com', 'link', 'https://go.zolomix.in/')
  463.     params('allcryptoz.net|topcryptoz.net', 'link', 'https://allcryptoz.net/home/sh/')
  464.     params('mercedesellington.com|model-tas-terbaru.com', 'link', 'http://yousm.link/')
  465.     params('digitalnaz.net', 'getlink', 'https://go.linkfly.io/')
  466.     params('wiki-topia.com', 'link', 'https://cryptowidgets.net/sl/')
  467.     params('foodyrecipe.xyz', 'link', 'https://paid4.link/')
  468.     params('7apple.net', 'go', 'https://illink.net/')
  469.     params('wpking.in', 'link', 'https://o.ovlinks.com/')
  470.     params('go.dogeearn.com', 'go', 'https://cryptoads.space/');
  471.     params('takez.co|www.takez.co', 'token', 'https://links.spidermods.in/');
  472.     params('www.digiromotion.com|www.visflakes.com', 're', 'https://zipfy.link/')
  473.     params('crazyblog.in', 'postid', '')
  474.     params('insurance-space.xyz', 'link', 'https://link.insurance-space.xyz/');
  475.     params('theconomy.me', 'link', 'https://link.theconomy.me/');
  476.     params('lux.adinsurance.xyz', 'link', 'https://go.adinsurance.xyz/')
  477.     params('go.insurglobal.xyz', 'link', 'https://link.insurglobal.xyz/');
  478.     params('coin-free.com|kienthucrangmieng.com|coindoog.com', 'wpsafelink', '');
  479.     params('esenr.com', 'link', 'https://go.bcdshort.xyz/')
  480.     params('technicalramno1.link', 'link', 'https://go.urlmoney.xyz/')
  481.     params('informaxonline.com|gaminplay.com', 'link', 'https://go.adslinkfly.online/')
  482.     params('infinityfreescripts.xyz', 'link', 'https://technologylover.in/')
  483.     params('btc.freebcc.org|eth.freebcc.org', 'claim', 'https://freebcc.org/')
  484.     params('adcortoltda.agency', 'link', 'https://link.adcortoltda.agency/')
  485.     params('www.oyunzak.com|www.gazianteppetektemizleme.net', 'link', '')
  486.     params('netfile.cc', 'link', 'https://next.netfile.cc/')
  487.     params('exe.io|birdurls.com|dash-free.com|owllink.net', 'url,api', 'https://')
  488.     params('dogeearn.com', 'link', 'https://myhealths.icu/')
  489.     params('supersites.xyz', {
  490.         '/verifysl.php': [
  491.             'url', ''
  492.         ]
  493.     });
  494.     params('claimclicks.com', {
  495.         '/blog/': [
  496.             'link', 'https://claimclicks.com/short/'
  497.         ]
  498.     });
  499.     params('insuranceblog.xyz', {
  500.         '/blog/': ['link', 'https://gos.insuranceblog.xyz/']
  501.     })
  502.     params('blogginglass.com', {
  503.         '/': ['link', 'http://go.mozlink.net/'],
  504.         '/blog/': ['getlink', 'http://go.fire-link.net/']
  505.     })
  506.     re('dogeearn.com', /^\/coinsurl\/([^/]+)/, 'https://coinsurl.com/$1')
  507.     re('dogeclick.net', /^\/short\/([^/]+)/, 'https://short.clickscoin.com/$1')
  508.     re('dogeclick.net', /^\/ccsl\/([^/]+)/, 'https://ccsl.xyz/$1')
  509.     re('11bit.co.in', /^\/link\/([^/]+)/, 'https://sl.proinfinity.fun/$1')
  510.     re('11bit.co.in', /^\/bitshort\/([^/]+)/, 'https://bitshort.co/$1')
  511.     re('short.clickscoin.com|watchdoge.xyz|dogeclick.net', /^\/ccsl\/([^/]+)/, 'https://ccsl.xyz/$1')
  512.     re('coinbaze.in|techmart4u.in', /^\/coinbazeads\/([^\/]+)/, 'https://urlfiles.com/$1')
  513.     re('nulledsafe.com', /^\/link\/([^\/]+)/, 'https://golink.nulledsafe.com/$1');
  514.     re('coinsearns.com', /^\/cryptoads\/([^/]+)/, 'https://cryptoads.space/$1');
  515.     re('step0.shortlinks.click', /^\/([^\/]+)/, 'https://shortlinks.click/$1');
  516.     re('earnfree.cc', /^\/slc\/step1\/([^/]+)/, 'http://shortlinks.click/$1');
  517.     re('konstantinova.net', /^\/verify\/([^\/]+)/, 'https://coin.mg/$1');
  518.     re('crypto-faucet.xyz', /^\/claim\/link\/([^\/]+)/, 'https://doctor-groups.com/link/$1')
  519.     re('adoco.in', /girl([mpwz])oro\/([^\/]+)/, 'https://girl$1oro.xyz/$2')
  520.     re('link.linksfire.co', /^\/(.+)/, location.href.replace('link', 'blog'))
  521.     re('go.birdurls.com|go.owllink.net', /^\/(.+)/, location.href.replace('go.', ''))
  522.     re('gifans.com|www.gifans.com', /^\/link\/([^\/]+)/, 'https://shortlink.prz.pw/$1')
  523.     re('faucet.100count.net', /^\/fo\/linko\/([^\/]+)/, 'https://100count.net/fo/linko/$1')
  524.     re('faucet.100count.net', /^\/clickit\/sh\/([^/]+)/, 'https://100count.net/fileo/clicksfile/stats/$1')
  525.     re('blog.crazyblog.in', /^\/step\d+?\/([^/]+)$/, 'https://wplink.online/$1')
  526.     re('blog.crazyblog.in', /^\/visit\d+?\/step\d+?\/([^/]+)$/, 'https://cblink.crazyblog.in/$1')
  527.     re('clickscoin.com', /^\/short\/([^/]+)/, 'https://short.clickscoin.com/$1')
  528.     re('clickscoin.com', /^\/shortccsl\/([^/]+)/, 'https://ccsl.xyz/$1')
  529. })();
Add Comment
Please, Sign In to add comment