Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. @-moz-document regexp("http://(www\\.)?iwannabethestream\\.com.*") {
  2. .install-style-ad {
  3. display: none;
  4. }
  5. }
  6.  
  7. @-moz-document regexp("http://(www\\.)?castamp\\.com/embed\\.php.*") {
  8. #player_wrapper {height: 0!important;}
  9. #player {position: fixed;}
  10. }
  11.  
  12. @-moz-document regexp("http://(www\\.)?veemi\\.com/embed\\.php.*") {
  13. body {overflow: hidden;}
  14. }
  15.  
  16. @-moz-document regexp("http://(www\\.)?webcaston\\.com/embed\\.php.*") {
  17. embed {
  18. position: fixed;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. }
  23.  
  24. @-moz-document regexp("https?://(www\\.)?connectcast\\.tv/stream/embed/.*") {
  25. #jw-player {
  26. position: fixed !important;
  27. width: 100% !important;
  28. height: 100% !important;
  29. }
  30. }
  31.  
  32. @-moz-document regexp("https?://(www\\.)?leton\\.tv/player\\.php\\?.*") {
  33. #my-video {
  34. position: fixed;
  35. top: 0;
  36. left: 0;
  37. width: 100%;
  38. height: 100%;
  39. }
  40. }
  41.  
  42. @-moz-document regexp("https?://(www\\.)?streamifyplayer\\.com/embedplayer/\\w+/\\d+/\\d+/\\d+") {
  43. .player_div {
  44. width: 0!important;
  45. height: 0!important;
  46. }
  47. #fplayer {
  48. position: fixed;
  49. top: 0; left: 0;
  50. width: 100%; height: 100%;
  51. }
  52. }
  53.  
  54. @-moz-document regexp("https?://(www\\.)?privatestream\\.tv/player.*") {
  55. body {
  56. margin: 0;
  57. padding: 0;
  58. }
  59. body > div,
  60. #player {
  61. width: 100%!important;
  62. height: 100%!important;
  63. }
  64. #player > div,
  65. #div {
  66. width: 100%!important;
  67. height: 100%!important;
  68. }
  69. #title,
  70. #timer1,
  71. #timer2,
  72. #timer3,
  73. #timer_full,
  74. #my-video_jwpsrv {
  75. display: none;
  76. }
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement