Tampermonkeyで右クリックメニューにメニューを追加する
Code:
// @run-at context-menu
The script will be injected if it is clicked at the browser context menu (desktop Chrome-based browsers only).
Note: all @include and @exclude statements will be ignored if this value is used, but this may change in the future.
// @run-at context-menuをコメントに入れておけば良い。