Flash Accelerate

开启FlashPlayer硬件渲染加速

Ajankohdalta 15.2.2015. Katso uusin versio.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tekijä
thunderhit
Arvostelut
0 0 0
Versio
1.05
Luotu
16.11.2014
Päivitetty
15.2.2015
Size
2,52 kt
Lisenssi
N/A
Käytössä
Kaikki sivustot

创意来自 gpu-accelerated-flash-play!

是否有加速效果作者也不知道。
只有当不存在 wmode 参数时才会开启加速

关于wmode参数的解释:http://helpx.adobe.com/flash/kb/flash-object-embed-tag-attributes.html

以下是脚本可选项,你可以在脚本中编辑它们:

var force_all = false; //默认 false,当为true时始终开启加速,忽略wmode是否存在,会覆盖下一个选项。在某些flash中可能会出现问题,但我还是建议开启这项
var force_direct_gpu = false; //默认 false,当存在且wmode = direct 时开启加速
var wmodeValue = 'gpu'; //默认 gpu,可以是 direct。