Guest User

Untitled

a guest
May 8th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Granblue Fantasy UI improvements
  3. // @namespace http://stylebot.me/styles/15093
  4. // @description
  5. // @include http://game.granbluefantasy.jp/*
  6. // @include https://game.granbluefantasy.jp/*
  7. // @author aku3
  8. // ==/UserScript==
  9. var styleEl = document.createElement('style');
  10. styleEl.type = 'text/css';
  11. 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;}';
  12. document.documentElement.appendChild(styleEl);
Advertisement
Add Comment
Please, Sign In to add comment