Firefox
提供: MacWiki
Firefox とは?[編集]
Netscape / Mozilla の系譜を継いでいる、 オープンソースのウェブブラウザ。 最新バージョンは 9。
詳しくは Wikipedia:Mozilla_Firefox なども参考にして下さい。
AppleScript[編集]
- Webページのタイトル等を取得する
tell application "Firefox" set theInfo to properties of front window as list set theTitle to name of front window set theURL to item 3 of theInfo end tell -- set the clipboard to "* " & theTitle & return & theURL & return
tell application "Firefox" set theTitle to name of front window set theURL to «class curl» of front window end tell -- set the clipboard to "* " & theTitle & return & theURL & return
- Webページを開く
set theURL to "http://macwiki.sourceforge.jp/wiki/" tell application "Firefox" -- OpenURL theURL Get URL theURL end tell
関連ファイルのディレクトリ[編集]
クリーン消去等の場合の参考情報
- アプリケーション
- (HD)⁄Applications/Firefox.app
- 初期設定ファイル
- (HD)⁄Users⁄(username)⁄Library⁄Preferences/org.mozilla.firefox.plist
- フォルダ
- (HD)⁄Users⁄(username)⁄Library⁄Caches/Firefox
- (HD)⁄Users⁄(username)⁄Library⁄ApplicationSupport/Mozilla
- (HD)⁄Users⁄(username)⁄Library⁄ApplicationSupport/Firefox
- (HD)/Library/ApplicationSupport/Mozilla