Disable contextmenu blocking

    @@ -6,5 +6,5 @@ * @javascript_url */ -document.head.appendChild(document.createElement('style')).textContent = '* { user-select: initial !important }'; +document.head.insertAdjacentHTML('beforeend', '<style>* { user-select: initial !important }</style>'); ['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.insertAdjacentHTML('beforeend', '<style>* { user-select: initial !important }</style>');
    ['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 です。

History

  1. 2023/10/15 04:44:39 - 2023-10-15
  2. 2021/06/20 20:53:06 - 2021-06-20
  3. 2020/11/28 23:08:16 - 2020-11-28
  4. 2020/11/28 23:06:49 - 2020-11-28
  5. 2019/03/31 23:36:01 - 2019-03-31
  6. 2019/03/31 23:35:51 - 2019-03-31
  7. 2018/09/07 14:37:01 - 2018-09-07
  8. 2018/09/07 08:38:30 - 2018-09-07
  9. 2018/09/05 23:44:41 - 2018-09-05
  10. 2018/09/05 23:42:44 - 2018-09-05
  11. 2018/09/05 23:40:01 - 2018-09-05