Patches l'affichage en plein écran des vidéos Youtube sur korben.info
if(document && document.location.href.indexOf('korben.info') != -1)
{
output = document.createElement('div');
document.body.appendChild(output);
var css = '<style>';
css += '.main .post-content iframe { width:600px !important; max-width: none !important; }';
css += '</style>';
output.innerHTML = css;
}
Statistics
Installs
1
history
Category
Rating
0.0 (0 votes)
Last update / version
2014-06-16 / 1.0
Listing languages
fr