タグ

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

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとextensionとFirefoxに関するmonjudohのブックマーク (1)

  • javascriptを拡張機能のコンテキストで実行できる Execute JS - bits and bytes

    先日、ブックマークレットとおんなじくらいお手軽にFirefoxで開いているページの中身をスクリプトに渡して処理したりできないかなーと思って Browse Web and Developer Tools :: Firefox Add-ons を見ていたらFirefoxの拡張機能を作るときに少し役に立ちそうなものを発見しました。 Execute JS という名前のextensionで、説明に # Execute arbitrary (multiline) JavaScript Code in every window you like. # Evaluting the properties of an object. # Modifying functions on the fly i.e. you can search for functions, load and edit them

    monjudoh
    monjudoh 2007/08/18
    『 Execute JS は入力したjavascriptコードが実行されるコンテキストがextensionとおんなじコンテキストなところです。』『ふつうはアクセスできない Components.classes にアクセスできてXPCOMオブジェクトを操作できる』
  • 1