Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Granblue Fantasy UI improvements
- // @namespace http://stylebot.me/styles/15093
- // @description
- // @include http://game.granbluefantasy.jp/*
- // @include https://game.granbluefantasy.jp/*
- // @author aku3
- // ==/UserScript==
- var styleEl = document.createElement('style');
- styleEl.type = 'text/css';
- styleEl.innerHTML = '/* Sidebar and submenu */.jssdk #submenu { display: none;}.SdEyhW_kE0xoDznTZ5Wr- { margin-left: 0px !important;}._3CTtyx1weTpsYWGGPfcPYc { display: none;}/* Skill effect popup */.cnt-raid .prt-raid-log { font-size: 6px; height: 10%;}/* Custom font */@font-face { font-family: Ubuntu; src: url(https://fonts.googleapis.com/css?family=Ubuntu);}body { font-family: Ubuntu,Sans;}.prt-status .prt-user-name .txt-user-name { font-family: Ubuntu,Sans;}.prt-user-info .prt-info-profile .btn-user-name { font-family: Ubuntu,Sans;}/* Scrollbar */::-webkit-scrollbar { height: 0px; width: 0px;}';
- document.documentElement.appendChild(styleEl);
Advertisement
Add Comment
Please, Sign In to add comment