SpotifyJacket
by
yuta25
2021-07-12 [2021/07/12 12:12:28]
Spotifyのアルバム・ジャケット画像のURLを開く
@@ -6,4 +6,4 @@
* @javascript_url
*/
-open(document.querySelector('div.contentSpacing div div img').srcset.split(',').find(s => s.match(/640w$/)).replace(/^ /, '').replace(/ 640w$/, ''))
+open(document.querySelector('div.contentSpacing div div img').srcset.split(',').find(s => s.match(/640w$/)).replace(/(^ |w640$)/g, ''))
/*
* @title SpotifyJacket
* @description Spotifyのアルバム・ジャケット画像のURLを開く
* @include http://*
* @license MIT License
* @javascript_url
*/
open(document.querySelector('div.contentSpacing div div img').srcset.split(',').find(s => s.match(/640w$/)).replace(/(^ |w640$)/g, ''))
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。