This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name itunes Large Cover | |
// @namespace https://github.com/larvata | |
// @version 0.1 | |
// @description click album cover for download it as 1200x1200 resulotion. | |
// @match https://itunes.apple.com/*/album/* | |
// @copyright 2013+, Larvata | |
// ==/UserScript== | |
var artworks=document.getElementsByClassName('artwork'); |
NewerOlder