// ==UserScript== // @name PTH colour format links // @version 0.1 // @description Colour the links for torrents by format so they stand out // @author Chameleon // @include http*://redacted.ch/* // @grant none // @namespace https://greasyfork.org/users/87476 // @downloadURL none // ==/UserScript== (function() { 'use strict'; var colours = [{format:'FLAC', colour:'#1AC8D8'}, {format:'FLAC / 24bit', colour:'#196FD8', source:'Web'}, {format:'FLAC / 24bit', colour:'#930DCC', source:'Vinyl'}, {format:'FLAC', colour:'#A9CC0E', source:'SACD'}, {format:'Surround', colour:'#D88B19'}, //{format:'', colour:''}, ]; var torrents = document.getElementsByClassName('group_torrent'); var edition; for(var k=0; k