赛尔号/小花仙/功夫派 强制32版本Flash加载

近期米叔不知道为什么把版本32的Flash禁止加载了。此脚本用于32版本的Flash也能正常加载游戏内容。

目前為 2021-01-14 提交的版本,檢視 最新版本

// ==UserScript==
// @name         赛尔号/小花仙/功夫派 强制32版本Flash加载
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  近期米叔不知道为什么把版本32的Flash禁止加载了。此脚本用于32版本的Flash也能正常加载游戏内容。
// @author       别问我是谁请叫我雷锋
// @match        http://hua.61.com/
// @match        http://hua.61.com/*
// @match        http://hua.61.com/play.shtml
// @match        http://seer.61.com/
// @match        http://seer.61.com/*
// @match        http://seer.61.com/play.shtml
// @match        http://gf.61.com/
// @match        http://gf.61.com/*
// @match        http://gf.61.com/play.shtml
// @grant        none
// ==/UserScript==

window.onload = function () {
    'use strict';
    // document.querySelectorAll("script")[8].remove();
    if (deconcept.SWFObjectUtil.getPlayerVersion().major === 32)
        document.getElementById("flashContent").innerHTML = '<embed type="application/x-shockwave-flash" src="Client.swf?' + autoTimes.getTime() + '" width="100%" height="100%" style="undefined" id="Client" name="Client" bgcolor="#330033" quality="high" menu="false" wmode="opaque" allowfullscreen="true" allowscriptaccess="always" allowfullscreeninteractive="true">';
    // Your code here...
};

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址