NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Always Krausbooru // @namespace Always Krausbooru // @description Enables Krausbooru GUI on all domains // @author DanielTepesKraus | https://www.derpibooru.org/profiles/DanielTepesKraus // @include https://derpibooru.org/* // @include https://www.derpibooru.org/* // @include https://derpiboo.ru/* // @include https://www.derpiboo.ru/* // @include https://trixiebooru.org* // @include https://www.trixiebooru.org* // @version 1 // @grant none // @run-at document-start // ==/UserScript== 'use strict'; window.addEventListener('focus', function() { var NewName = document.getElementsByClassName("home hide-mobile-t"); NewName[0].innerHTML = "<img src='http://i.imgur.com/yHTYOEq.png'><a href='/'>Krausbooru</a>"; }, false);