swdyh (owner)

Revisions

gist: 169120 Download_button fork
public
Public Clone URL: git://gist.github.com/169120.git
Embed All Files: show embed
inspect_contextmenu.js #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
// inspect contextmenu id with Execute JS
Array.forEach(document.getElementById('contentAreaContextMenu').childNodes, function(i) { print([i.id, i.label]) })
 
/*
 
spell-no-suggestions,(修正候補がありません)
spell-add-to-dictionary,辞書に追加
spell-suggestions-separator,
view-userscript,ユーザスクリプトの閲覧
install-userscript-sep,
context-openlink,リンクを新規ウインドウで開く
tm-openlinkhere,リンクを現在のタブで開く
context-openlinkintab,リンクを新規タブで開く
tm-linkWithhistory,リンクを複製したタブで開く
tm-openAllLinks,選択範囲のリンクを新しいタブで開く
tm-openinverselink,リンクをフォアグランドのタブで開く
context-sep-open,
JsActionsMenu,Actions
,
tombloo-menu-share,Share - Photo
,Share...
,Tombloo
,
context-bookmarklink,このリンクをブックマーク
context-savelink,別名でリンク先を保存...
context-sendlink,リンクの URL をメールで送信...
context-copyemail,メールアドレスをコピー
context-copylink,リンクの URL をコピー
context-sep-copylink,
context-media-play,再生
context-media-pause,一時停止
context-media-mute,ミュート
context-media-unmute,ミュート解除
context-media-showcontrols,コントロールを表示
context-media-hidecontrols,コントロールを隠す
context-media-sep-commands,
context-reloadimage,画像を再読み込み
context-viewimage,画像だけを表示
context-viewvideo,動画だけを表示
context-copyimage-contents,画像をコピー
context-copyimage,画像の URL をコピー
context-copyvideourl,動画の URL をコピー
context-copyaudiourl,オーディオの URL をコピー
context-sep-copyimage,
context-saveimage,別名で画像を保存...
siif_menu,Save Image in Folder...
context-sendimage,画像の URL をメールで送信...
context-setDesktopBackground,デスクトップの背景に設定...
context-blockimage,mainichi.jp の画像を表示しない
context-savevideo,別名で動画を保存...
context-saveaudio,別名でオーディオを保存...
context-sendvideo,動画の URL をメールで送信...
context-sendaudio,オーディオの URL をメールで送信...
context-back,戻る
context-forward,進む
context-reload,更新
tm-autoreload_menu,指定間隔ごとに再読み込み
context-stop,中止
tm-content-miscSep,
tm-content-closetab,タブを閉じる
tm-duplicateTabContext,タブを複製
tm-duplicateinWinContext,新しいウィンドウに複製
tm-detachTabContext,新しいウィンドウに移動
tm-mergeWindows,ウィンドウをマージ
tm-content-freezeTab,タブを凍結
tm-content-protectTab,タブを保護
tm-content-lockTab,タブをロック
tm-tabsList,タブの一覧
tm-content-undoCloseSep,
tm-content-undoCloseTab,最後に閉じたタブを復元
tm-content-undoCloseList,最近閉じたタブ
context-sep-stop,
context-bookmarkpage,このページをブックマーク
context-savepage,別名でページを保存...
context-sendpage,ページの URL をメールで送信...
context-sep-viewbgimage,
context-viewbgimage,背景画像だけを表示
context-undo,取り消す
tm-content-textSep,
context-sep-undo,
context-cut,カット
context-copy,コピー
context-paste,ペースト
context-delete,削除
context-sep-paste,
context-selectall,すべてを選択
context-sep-selectall,
context-keywordfield,この検索にキーワードを設定...
context-searchselect,
frame-sep,
frame,このフレーム
context-sep-properties,
context-viewpartialsource-selection,選択した部分のソースを表示
context-viewpartialsource-mathml,MathML のソースを表示
context-viewsource,ページのソースを表示
context-viewinfo,ページの情報を表示
context-metadata,情報を見る
spell-separator,
spell-check-enabled,スペルチェックを行う
spell-add-dictionaries-main,辞書を追加...
spell-dictionaries,言語
context-sep-bidi,
context-bidi-text-direction-toggle,テキストの方向を切り替える
context-bidi-page-direction-toggle,ページの方向を切り替える
refcontrol_sep,
refcontrol_options,このサイトに関する RefControl オプション...
refcontrol_options_link,リンクのサイトのための RefControl オプション...
refcontrol_options_image,画像のサイトのための RefControl オプション...
 
*/