// ==UserScript== // @name QqoneAutoClick // @namespace http://tampermonkey.net/ // @version 0.1 // @description 一个QQ空间点赞脚本 // @author jgckM // @match *://user.qzone.qq.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=0.1 // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/446914/QqoneAutoClick.user.js // @updateURL https://update.greasyfork.icu/scripts/446914/QqoneAutoClick.meta.js // ==/UserScript== (function () { let style = document.createElement('style'); let body = document.querySelector('body'); style.innerHTML = '.box{position:fixed;top:200px;left:10px;min-width:100px;max-width:200px;width:auto;padding:10px;display:flex;justify-content:center;align-items:center;box-shadow:none;border-radius:10px;border:1px solid #a0a0a0;background-color:#f7f7f9;transition:left 0.3s cubic-bezier(0.03,0.21,0,1.32)}.box label{font-size:18px}.box input{border:1px solid #a0a0a0;outline:none;min-width:40px;border-radius:5px;max-width:60px}.box button{border-radius:5px;border-width:1px;width:50px}.box .toggle{font-size:14px;text-align:center;position:absolute;right:-20px;width:20px;height:40px;background-color:darkgray;border-radius:5px}'; body.appendChild(style); })(); window.addEventListener('load', function () { // Removeiframe(); let box = document.createElement('div'); let body = document.querySelector('body'); box.className = 'box'; box.innerHTML = `