タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

greasemonkeyに関するaipenのブックマーク (2)

  • prog*sig

    Greasemonkeyで@includeをhttp://*など広い範囲に指定しているとき、実行されるページにインラインフレーム(iframe)があると、そのiframe内でもGreasemonkeyスクリプトは実行されるのでややこしい事があります。 例えば、iframe pageのページにはiframeが2つあるので、下のようなスクリプトだと3回もlogが表示されるためiframeの存在に気づかないとスクリプトがバグってるのかと誤解します。 // ==UserScript== // @name iframe test // @namespace http://efcl.info/ // @include http://* // ==/UserScript== GM_log("テスト"); GM_log(location.href); // URLを表示すると意味が分かりやすい。 その

    aipen
    aipen 2011/01/30
    iframe内でGreasemonkeyを実行させない方法
  • Google Notebook

    As of July 2012, Google Notebook has shut down and all Notebook data should now be in Google Docs. As previously announced, in most cases we were able to automatically export the Notebook data, so please visit Google Docs. Also please update any bookmarks or links to Notebook so that they point to Docs instead. Here are answers to some questions about this transition. We may add or update question

    aipen
    aipen 2011/01/30
    load後に実行の事が書いてある
  • 1