Last active
September 17, 2017 23:03
-
-
Save botmtl/71f58e66c0bc21847f3cb2bc2bcbac41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document regexp("https?:\/\/www\.myvidster\.com/"), regexp("https?:\/\/www\.myvidster\.com\/page\/\d+"), regexp("https?:\/\/www\.myvidster\.com/?\?list\=popular") { | |
.empty_clear_floats{ | |
clear:none !important; | |
display:none !important; | |
} | |
div.container2 > table { | |
width:1920px !important; | |
} | |
tr:nth-child(7) td > table tr { | |
display: inline-block; | |
margin: 0; | |
padding: 0; | |
} | |
div.posted_video { | |
/*background-color:red;*/ | |
width: 380px; | |
height:125px; | |
padding-bottom:0; | |
} | |
div.posted_video[style*=border] { | |
display: none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > td:nth-child(2){ | |
display: none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > td:nth-child(3){ | |
display: none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > tr:nth-child(4) td { | |
display: none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > tr:nth-child(6) div { | |
display: none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > td:nth-child(1) > table { | |
width: 100%; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(1) { | |
display:none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(2) { | |
display: none; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(3) { | |
display: none; | |
} | |
div.empty_clear_floats, div.thumbnail-container { | |
clear: none !important; | |
display: none; | |
} | |
div.viddetails > div {display:none;} | |
body { | |
color: pink; | |
} | |
div.pagination { display:block;text-align:left;} | |
} | |
@-moz-document regexp("https?:\/\/www\.myvidster\.com\/collection\/.*"), regexp("https?:\/\/www\.myvidster\.com\/\d+\/Favorites"), regexp("https?:\/\/www\.myvidster\.com\/channel/\d+/Favorites") { | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(1) { | |
width:75%; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(3) { | |
width:25%; | |
} | |
body > div.container2 > table > tbody > tr > td > div > table > tbody > tr:nth-child(3) > td > table > tbody > tr > td:nth-child(3) { | |
width:25%; | |
} | |
div.empty_clear_floats, div.thumbnail-container { | |
clear: none !important; | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment