/*
* @title SpotifyJacket
* @description Spotifyのアルバム・ジャケット画像のURLを開く
* @include http://*
* @license MIT License
* @javascript_url
*/
open($('div.contentSpacing div div img').srcset.split(',').find(s => s.match(/640w$/)).replace(/^ /, '').replace(/ 640w$/, ''))