Remove disableremoteplayback
by
labocho
2023-10-19 [2023/10/19 18:52:25]
my bookmarklet
@@ -3,7 +3,7 @@
* @description my bookmarklet
* @include https://*
* @license MIT License
- * @require
+ * @javascript_url
*/
document.querySelectorAll("video[disableremoteplayback]").forEach(function(e) { e.removeAttribute("disableremoteplayback") })
/*
* @title Remove disableremoteplayback
* @description my bookmarklet
* @include https://*
* @license MIT License
* @javascript_url
*/
document.querySelectorAll("video[disableremoteplayback]").forEach(function(e) { e.removeAttribute("disableremoteplayback") })
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。