Skip to content

MyVidster Tidier by cole

Details

Authorcole

LicenseNo License

Categoryuserstyles

Created

Updated

Size2.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Cleans the user interface of myVidster.com

Notes

Source code

/* ==UserStyle==
@name          MyVidster Tidier
@namespace		 No
@version        1.0.0
@description    Clean Interface for MyVidster.com
@author         CF
==/UserStyle== */

@-moz-document domain("myvidster.com") {
  .details_video iframe,
  #infobox iframe,
  div.details_video:nth-child(5),
  div.details_video:nth-child(7),
  div.details_video:nth-child(1),
  .search_ad
  {  
    display: none !important;
  }
  
/*   HIDE RIGHT SIDEBAR */
  body > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3) * {
    visibility: hidden;
  } 
  body > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3):hover * {
    visibility: visible;
  }
  
/*   LEFT TRUNK */
  body > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2),
  body > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3),
  body > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:last-child,
/*   body > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(4), */
  body > table[width="100%"],
  #video_space + div
  {
    display: none !important;
  }
  
/*   MODIFY SMALL BUTTONS */
  #sddm li.last,
  #sddm > li:nth-last-child(2),
  #myv_header td[align="left"]
  {
    display: none;
  }

/*   MODIFY TYPE SIZE */  
{
 font-size:inherit !important;
 line-height:inherit !important;
}

html {
 font-size:large !important;
 line-height:1.4 !important;
}

h1 {font-size:x-large !important;}
h2 {font-size:x-large !important;}
h3 {font-size:large !important;}
h4 {font-size:large !important;}

/*   PATH */
  div.details_video:nth-last-child(5) {
    display: block !important;
}

Reviews

No reviews yet.