Làm cách nào để thêm dấu trang Firefox làm nút thanh công cụ?
Tôi có một dấu trang mà tôi sử dụng để 'zap màu' từ các trang web: javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20white%20!%20important;%20color:%20black%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet("javascript:'"+styles+"'");%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName("head")[0].appendChild(newSS);%20}%20})(); Tôi thực sự muốn biến nó thành một nút thực tế trên thanh công cụ trong Firefox (ví dụ, ở bên phải nút 'trợ giúp'). Tôi biết thật dễ dàng để di chuyển …