YTMusicのアップグレードを消す
by
mino90
06/02 [2024/06/02 03:41:40]
YTMusicのアップグレードを消す
-
/*
* @title YTMusicのアップグレードを消す
* @description YTMusicのアップグレードを消す
* @include https://music.youtube.com/*
* @license MIT License
*/
(function() {
var s = document.createElement('style');
s.setAttribute('type', 'text/css');
s.innerHTML='ytmusic-guide-entry-renderer.ytmusic-guide-section-renderer.style-scope:nth-of-type(4) > .ytmusic-guide-entry-renderer.style-scope{display: none !important;}';
document.head.appendChild(s);
})();
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。