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