EnduringGuerila

Untitled

Sep 13th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. @-moz-document url-prefix(".*://(?!https://www.reddit.com/r/PUBATTLEGROUNDS|v.|([a-z0-9.-_]*/(player|photo|file|u/0/photos))|(imgur|pixlr).).*"), url-prefix("https://account.dyn.com/"), url-prefix("http://www.corsair.com"), url-prefix("https://playbits.org"), url-prefix("https://www.ghacks.net"), url-prefix("http://192.168.8.2:8112/"), url-prefix("http://www.droidviews.com"), url-prefix("https://help.ting.com"), url-prefix("http://192.168.8.1"), url-prefix("https://obsproject.com/forum"), url-prefix("http://www.vb-audio.com"), url-prefix("https://bugs.debian.org"), url-prefix("https://bugs.launchpad.net"), url-prefix("https://www.osalt.com"), url-prefix("https://autohotkey.com"), url-prefix("https://www.mediafire.com"), url-prefix("https://forums.linuxmint.com"), url-prefix("https://guerila-pc:6547"), url-prefix("https://www.fedex.com"), url-prefix("https://bendodson.com/projects/itunes-artwork-finder"), url-prefix("http://jpopsuki.eu/") {
  2. html,
  3. body,
  4. tbody,
  5. tr,
  6. td,
  7. div {
  8. background-color: #232323 !important;
  9. color: #777777 !important
  10. }
  11. pre {
  12. display: block !important;
  13. background-color: #333333 !important;
  14. border: #777777 solid 0.1em !important;
  15. color: #999999 !important;
  16. font-family: "courier" !important;
  17. margin: 1em 2em 2em 1.3em !important;
  18. overflow: auto !important;
  19. padding: 0.5em 2em 1em 1em !important;
  20. text-align: left !important;
  21. white-space: pre !important;
  22. }
  23. /* defaults for all links */
  24.  
  25. a:link,
  26. a:visited {
  27. color: #999999 !important
  28. }
  29. a:active {
  30. font-weight: bold !important
  31. }
  32. a:hover {
  33. color: #007700 !important
  34. }
  35. h1,
  36. h2,
  37. h3,
  38. h4,
  39. h5 {
  40. color: #007700 !important
  41. }
  42. }
  43.  
  44. @-moz-document domain("https://www.example.com/") {
  45. /* Without the 'pre' section */
  46.  
  47. html,
  48. body,
  49. tbody,
  50. tr,
  51. td,
  52. div {
  53. background-color: #232323 !important;
  54. color: #777777 !important
  55. }
  56.  
  57. /* defaults for all links */
  58.  
  59. a:link,
  60. a:visited {
  61. color: #999999 !important
  62. }
  63. a:active {
  64. font-weight: bold !important
  65. }
  66. a:hover {
  67. color: #007700 !important
  68. }
  69. h1,
  70. h2,
  71. h3,
  72. h4,
  73. h5 {
  74. color: #007700 !important
  75. }
  76. }
  77.  
  78. /* show up everywhere */
Add Comment
Please, Sign In to add comment