// ==UserScript== // @name PTH Copy last read link to icon // @version 0.1 // @description Copy the last read link to the read/unread/pinned/locked icon // @author Chameleon // @include http*://passtheheadphones.me/* // @grant none // @namespace https://greasyfork.org/users/87476 // @downloadURL none // ==/UserScript== (function() { 'use strict'; var lastreads=document.getElementsByClassName('last_read'); for(var i=0; i