您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove Star7arab default swf logo then replace it with a normal png logo
// ==UserScript== // @name Flash Header Replacement // @namespace Flash Header Replacement // @description Remove Star7arab default swf logo then replace it with a normal png logo // @exclude http://*.star7arab.com/*?edit=* // @exclude http://*.star7-dz.com/*?edit=* // @exclude http://*.star7-dz.info/*?edit=* // @include http://*.star7arab.com/* // @include http://*.star7-dz.com/* // @include http://*.star7-dz.info/* // @version 3 // @grant none // @require http://code.jquery.com/jquery-latest.min.js // ==/UserScript== var NewLogo = 'http://www.star7arab.com/user.asp?id=20985&f=header_logo.png'; var element = document.getElementsByTagName("embed"); $data = $('center'); $.each($data, function (index, val) { $(val).find('embed').after('<img src="' + NewLogo + '" />'); }); element[0].parentNode.removeChild(element[0]);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址