Disable contextmenu blocking
by
unarist
2023-10-15 [2023/10/15 04:44:39]
event catpture の活躍の場
@@ -1,5 +1,5 @@
/*
- * @title Disable contextmenu blocking
+ * @title 右クリ?
* @description event catpture の活躍の場
* @include http://*
* @license CC0 https://creativecommons.org/publicdomain/zero/1.0/
/*
* @title 右クリ?
* @description event catpture の活躍の場
* @include http://*
* @license CC0 https://creativecommons.org/publicdomain/zero/1.0/
* @javascript_url
*/
['contextmenu', 'selectstart', 'copy'].forEach(ev => window.addEventListener(ev, e => e.stopPropagation(), true));
document.head.appendChild(document.createElement('style')).textContent = '* { user-select: initial !important }';
undefined;
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。