タグ

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

  • 関連タグはありません

タグの絞り込みを解除

userchromejsに関するanimistのブックマーク (1)

  • 鳥獣保護区 | DownloadComment for Firefox

    ダウンロードしたファイルのコメントにURLを貼付ける userChrome.js スクリプトです。 Safari 用のプラグインを入れてみたら結構便利だったので作ってみました。ただし osascript コマンドで AppleScript を実行するという泥臭いやり方なので、インストールが若干面倒です。もっとスマートなやり方を知っている人教えてください >< downloadcomment-fx.dmg.gz ソース DownloadComment.uc.js WriteComment.scpt on run argv tell application "Finder" set comment of ((POSIX file (item 1 of argv)) as file) to (item 2 of argv) end tell end run 対応: Firefox 2.0 - 3

  • 1