Greasemonkeyだと少なくとも今は@run-at document-startがインラインフレームでうまく働かないので*kcs2/index.php*に直接アクセスしないと動きません。Tampermonkeyは動いた。 WebGLを使うと(艦これに限って)やたらめったら重くなるので作成。
- // ==UserScript==
- // @name disable_kancolle_webgl
- // @include http://203.104.209.71/kcs2/index.php*
- // @include http://203.104.209.87/kcs2/index.php*
- // @include http://125.6.184.215/kcs2/index.php*
- // @include http://203.104.209.183/kcs2/index.php*
- // @include http://203.104.209.150/kcs2/index.php*
- // @include http://203.104.209.134/kcs2/index.php*
- // @include http://203.104.209.167/kcs2/index.php*
- // @include http://203.104.248.135/kcs2/index.php*
- // @include http://125.6.189.7/kcs2/index.php*
- // @include http://125.6.189.39/kcs2/index.php*
- // @include http://125.6.189.71/kcs2/index.php*
- // @include http://125.6.189.103/kcs2/index.php*
- // @include http://125.6.189.135/kcs2/index.php*
- // @include http://125.6.189.167/kcs2/index.php*
- // @include http://125.6.189.215/kcs2/index.php*
- // @include http://125.6.189.247/kcs2/index.php*
- // @include http://203.104.209.23/kcs2/index.php*
- // @include http://203.104.209.39/kcs2/index.php*
- // @include http://203.104.209.55/kcs2/index.php*
- // @include http://203.104.209.102/kcs2/index.php*
- // @version 1
- // @run-at document-start
- // ==/UserScript==
- window.eval("window.WebGLRenderingContext = undefined;");