// ==UserScript== // @name TF2R - Raffle quick-link fixes // @namespace auhtwoo // @description Replaces the defunct TF2Rep link with a useful link to the raffler's steam profile inventory, fixes TF2B link, and adds BP.tf link // @include http://tf2r.com/k* // @grant none // ==/UserScript== var a = document.getElementsByClassName("profile_info"); var x = a[0].getElementsByTagName("a")[0].href.replace("http://steamcommunity.com/actions/AddFriend/", ""); a[0].innerHTML = ' ';