您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
当前为
// ==UserScript== // @name faucetcrypto.com // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.faucetcrypto.com/external/view-ptc/* // @match https://www.faucetcrypto.com/dash/ptc-ads* // @match https://www.faucetcrypto.com/dash/generate-ptc-link/* // @grant none // ==/UserScript== (function() { 'use strict'; //while(true) { setTimeout(() => { console.log('начинаю выполнять 1 скрипт...'); document.querySelector('#page > div.vx-row.mt-base > div:nth-child(1) > div > div.vx-card__collapsible-content.vs-con-loading__container > div > div.flex.justify-between > button > span.vs-button-text.vs-button--text').click(); setTimeout(() => { console.log('начинаю выполнять 2 скрипт...'); document.querySelector('#generate-link-btn').click(); setTimeout(() => { console.log('начинаю выполнять 3 скрипт...'); document.querySelector('#app > div.layout--full-page > div > div > div > header > div.vs-con-items > a > span').click(); //document.getElementsByClassName('')[0].click(); setTimeout(() => { console.log('начинаю выполнять 4 скрипт...'); window.location.reload(); },5000 ); },50000 ); }, 10000); }, 10000); //} })();