Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

2009-02-27から1日間の記事一覧

IE版Greasemonkey「Trixie」

Trixie GSと違ってメタデータセクションがすべて必要なので注意する。 // ==UserScript== // @name // @namespace // @description // @include // ==/UserScript==

フレームのロケーションを変える

window.frames["フレーム名"].location = 'URL';