
&html5=True to the end of a youtube link 
I think Mozilla developers are teenagers seeing their obsession with pictures, caricatures (AMO) and animations (their photos are fakes, of course!).
It actually makes you want to open AM
makondo said:And another one.
I would like to change the color of the text 'No description available' on Ytube. Possible?
TIA!

Not only do i remember, i have it saved for reference locally! Never crossed my mind to look it up!

select, option, select>option, select option,
option:checked, select:focus > option:checked,
select:focus > optgroup > option:checked,
optgroup, optgroup > option,
menulist,
-moz-dropdown-list,
select[size="0"],
select[size="1"]
{ border: 1px solid black !important;
background-color: black !important;
-moz-appearance: none !important;
color: #ccc !important; }
i will wash your feet for the rest of the year (
)makondo said:Ssooo ... i guess nobody wants their feet washed, huh?
*|*::-moz-dropdown-list {
z-index: 2147483647;
background-color: inherit;
-moz-user-select: none;
position: static !important;
float: none !important;
/*
* We can't change the padding here, because that would affect our
* intrinsic width, since we scroll. But at the same time, we want
* to make sure that our left border+padding matches the left
* border+padding of a combobox so that our scrollbar will line up
* with the dropmarker. So set our left border to 2px.
*/
border: 1px outset black !important;
border-left-width: 2px ! important;
}
Note that that styling anonymous boxes like this is only possible from privileged stylesheets; that restriction has been in place since before Gecko 1.9.0 So if you're testing this using an in-page stylesheet, then of course it won't work.

.urlbar-progress-container, .tab-throbber[progress]
{ display: none !important; }
It looks like you're new here. If you want to get involved, click one of these buttons!