/*
* @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(/(^ |640w$)/g, ''))