Advertisement
kowith337

[Firefox Stylish] MyGame Ads Remover + Float Fix

Apr 30th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.52 KB | None | 0 0
  1. @-moz-document domain("board.mygame.in.th") {
  2. /* Hide Advertisement on Webboard and Collapse Space */
  3. div[style="margin:0 auto; width:728px;height:90px; text-align:center; margin-top:10px;"], div[style="margin:0 auto; width:728px;height:90px; text-align:center;"], div[style="width:728px;height:90px; text-align:center;"] {display: none !important}
  4. }
  5.  
  6. @-moz-document domain("mygame.in.th") {
  7. /* Ads on MyGame */
  8. td ins[style="display:inline-table;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:728px"] {display: none !important}
  9.  
  10. /* Ads on Other */
  11. .ads, .bottom-ads, .left-ads, #btn-ads, #left-ads, #ads-center-top, #bottom-ads, #ads-right {display: none !important}
  12. td ins[style="display:inline-table;border:none;height:90px;margin:0;padding:0;position:relative;visibility:visible;width:728px"], td ins[style="display:inline-table;border:none;height:200px;margin:0;padding:0;position:relative;visibility:visible;width:200px"], td ins[style="display:inline-table;border:none;height:60px;margin:0;padding:0;position:relative;visibility:visible;width:468px"] {display: none !important}
  13.  
  14. /* Remove Floating Contents for All MyGame Sites */
  15. #float,#float-banner, #float_bannerjob, #main-stickynote, #stickynote2, #fancybox-overlay, #fancybox-outer, #fancybox-close  {display: none !important}
  16. #btn-reward-swf, #btn-reward-swf-close {display: none !important}
  17. }
  18.  
  19. @-moz-document url("http://pangya.mygame.in.th/main.asp") {
  20. /* Fix Bottom Line Size */
  21. #wrap-bottom {height: 84px !important}
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement