http://platypus.mozdev.org/
Umoznuje udelat WYSIWYG zmeny na strance a nasledne je ulozit jako skript pro Greasemonkey. Nezkousel jsem, ale zni to velmi sexy :)
T.
Vlákno názorů k článku
Dobře namazaná opice
funtomas (neregistrovaný)
16. 5. 2005 21:16
Re: Platypus
...zato já jsem zkoušel a tohle mi Platypus připravil pro mazanou opici, haádjete pro který server..:
// ==UserScript==
// @name Platypus-http://www.idnes.cz/
// @namespace Platypus
// @include http://www.idnes.cz/
function do_platypus_script() {
platypus_do_function(window, 'remove',document.getElementById('right'),'null');
platypus_do_function(window, 'remove',document.getElementById('copyright'),'null');
platypus_do_function(window, 'remove',document.getElementById('portal'),'null');
}; // Ends do_platypus_script
window.addEventListener("load", function() { do_platypus_script() }, false);//.user.js
// ==UserScript==
// @name Platypus-http://www.idnes.cz/
// @namespace Platypus
// @include http://www.idnes.cz/
function do_platypus_script() {
platypus_do_function(window, 'remove',document.getElementById('right'),'null');
platypus_do_function(window, 'remove',document.getElementById('copyright'),'null');
platypus_do_function(window, 'remove',document.getElementById('portal'),'null');
}; // Ends do_platypus_script
window.addEventListener("load", function() { do_platypus_script() }, false);//.user.js