interface change

smaller chopcoin interface

  1. // ==UserScript==
  2. // @name interface change
  3. // @namespace namespace
  4. // @version 1.01
  5. // @description smaller chopcoin interface
  6. // @match http://chopcoin.io/
  7. // @run-at document-end
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. /*
  13. SCREENSHOT: http://i.imgur.com/cbAf2Qql.png
  14. */
  15.  
  16.  
  17.  
  18. document.getElementsByTagName('head')[0].innerHTML += ' \
  19. <style> \
  20. #content, \
  21. div#menu { \
  22. width: 400px \
  23. } \
  24. div#wrapper { \
  25. width: 450px; \
  26. margin-left: 0; \
  27. background: rgba(220, 220, 220, .5) \
  28. } \
  29. img { \
  30. width: 70%; \
  31. margin: 0!important \
  32. } \
  33. #langswitch, \
  34. #languagelabel { \
  35. text-align: left!important \
  36. } \
  37. div#menu { \
  38. margin: 0 \
  39. } \
  40. .col-xs-12 { \
  41. float: none \
  42. } \
  43. #copyright { \
  44. text-align: left \
  45. } \
  46. .activeserverinfo, \
  47. h1, \
  48. h4, \
  49. iframe, \
  50. thead { \
  51. display: none!important \
  52. } \
  53. tr { \
  54. background: none!important \
  55. } \
  56. #chatroom { \
  57. width: 445px!important \
  58. } \
  59. #wrapper:hover { \
  60. z-index: 10002 \
  61. } \
  62. </style>'