Greasemonkeyだと少なくとも今は@run-at document-startがインラインフレームでうまく働かないので*kcs2/index.php*に直接アクセスしないと動きません。Tampermonkeyは動いた。 WebGLを使うと(艦これに限って)やたらめったら重くなるので作成。

形式
JavaScript
投稿日時
2018-08-21 07:46
公開期間
無期限
  1. // ==UserScript==
  2. // @name disable_kancolle_webgl
  3. // @include http://203.104.209.71/kcs2/index.php*
  4. // @include http://203.104.209.87/kcs2/index.php*
  5. // @include http://125.6.184.215/kcs2/index.php*
  6. // @include http://203.104.209.183/kcs2/index.php*
  7. // @include http://203.104.209.150/kcs2/index.php*
  8. // @include http://203.104.209.134/kcs2/index.php*
  9. // @include http://203.104.209.167/kcs2/index.php*
  10. // @include http://203.104.248.135/kcs2/index.php*
  11. // @include http://125.6.189.7/kcs2/index.php*
  12. // @include http://125.6.189.39/kcs2/index.php*
  13. // @include http://125.6.189.71/kcs2/index.php*
  14. // @include http://125.6.189.103/kcs2/index.php*
  15. // @include http://125.6.189.135/kcs2/index.php*
  16. // @include http://125.6.189.167/kcs2/index.php*
  17. // @include http://125.6.189.215/kcs2/index.php*
  18. // @include http://125.6.189.247/kcs2/index.php*
  19. // @include http://203.104.209.23/kcs2/index.php*
  20. // @include http://203.104.209.39/kcs2/index.php*
  21. // @include http://203.104.209.55/kcs2/index.php*
  22. // @include http://203.104.209.102/kcs2/index.php*
  23. // @version 1
  24. // @run-at document-start
  25. // ==/UserScript==
  26. window.eval("window.WebGLRenderingContext = undefined;");
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト