// ==UserScript== // @name User RSS on Profile // @namespace pxgamer // @version 0.1 // @description Adds user uploads RSS button to their profile. // @author pxgamer // @include *kat.cr/user/*/ // @grant none // @downloadURL none // ==/UserScript== /*jshint multistr: true */ (function() { 'use strict'; var nick = $('h1.nickname').html().split(' My Upload RSS'); } else { $('div.userPic.floatleft.userPicSize100px').next('div.botmarg10px').append(' User Upload RSS'); } })();