Skip to content

Instantly share code, notes, and snippets.

View larvata's full-sized avatar

Larvata larvata

View GitHub Profile
@larvata
larvata / tampermonkey-itunes-large-cover.js
Last active May 25, 2016 20:20
this is a Tampermonkey script for itunes.click album cover for download it as 1200x1200 resulotion.
// ==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');