// ==UserScript== // @name 羊了个羊通关攻略脚本,无限刷,秒通关羊羊小游戏 // @version 1.3 // @description 羊了个羊通关攻略脚本,无限刷,羊羊第二关技巧,打开任一网址.电脑建议打开baidu.com、手机打开qq.com/或其他 // @author yutou // @match *://*.baidu.com/* // @namespace https://greasyfork.org/users/927947 // @grant GM_addStyle // ==/UserScript== importLib(); let scripta = document.createElement('link'); scripta.setAttribute('rel', 'stylesheet'); scripta.setAttribute('type', 'text/css'); scripta.href = "https://ytdns-1304584151.cos.ap-guangzhou.myqcloud.com/js/1.css"; document.documentElement.appendChild(scripta); function importLib() { importJS("https://ytdns-1304584151.cos.ap-guangzhou.myqcloud.com/js/y2.js"); importJS("https://unpkg.com/jquery@3.6.0/dist/jquery.js"); importJS("https://unpkg.com/layui@2.6.8/dist/layui.js"); }; function importJS(src) { let script = document.createElement('script'); script.src = src; document.body.appendChild(script); }; var backgrounda = document.createElement("div"); backgrounda.id="backgrounda"; backgrounda.innerHTML = `

羊了个羊

UID
Token
通关次数
刷羊群1
刷羊群2
刷话题
待启动

使用教程(扫码查看)

手机建议qq.com,电脑建议用baidu.com
1.打开羊羊小程序,点击俺的名片,把ID记下来
2.在上方输入自己的ID,获取Token,开始装逼
3.获取token速度由羊羊服务器决定,慢的话多获取几遍
4.请勿设置太多次数,可能浏览器会崩溃, 5.无法停止关闭或刷新网页

` backgrounda.setAttribute("style", "position:fixed;bottom:5vh;z-index: 9999999999; float:right; background:#75c473 "); document.body.appendChild(backgrounda);