Bu faydalı scripti indirdikten sonra üzerinde birazcık oynama yaparak harikalar yaratabilirsiniz. Ben bu eklentiyi biraz düzelttim açıkçası. Şöyle yaptım;
document.getElementsByTagName('html')[0].setAttribute('style','margin-bottom:20px;');
var gmnotice = document.createElement('div');
gmnotice.setAttribute('id','gmnotice');
gmnotice.setAttribute('style', 'cursor:pointer;position:fixed;bottom:0;right:0;width:10%;height:21px;padding:0 3px;background-color:#FFFA2F;border-bottom:1px solid #8C8C8C');
var p = document.createElement('p');
p.setAttribute('style','margin:0;padding:3px;font-family:arial,helvetica,sans-serif;color:#666666;font-size:12px;text-align:center;');
p.setAttribute('id','gmnotice-p');
var text = document.createTextNode('Download to video');
Today i loaded some scripts on the Firefox's Greasmonkey extension. And i did some change.
Hiç yorum yok:
Yorum Gönder