// ==UserScript== // @name Top Button for deviantart // @namespace http://tampermonkey.net/ // @version 0.1 // @description Read the name // @author SoaringGecko // @match https://www.deviantart.com/* // @grant none // @require https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js // @icon https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Circle-icons-arrow-up.svg/600px-Circle-icons-arrow-up.svg.png // @downloadURL https://update.greasyfork.icu/scripts/404159/Top%20Button%20for%20deviantart.user.js // @updateURL https://update.greasyfork.icu/scripts/404159/Top%20Button%20for%20deviantart.meta.js // ==/UserScript== $("body").append ( `
` );