ฉันมีบุ๊คมาร์คที่ฉันใช้ 'zap colours' จากเว็บไซต์:
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})();
ฉันอยากจะทำให้มันเป็นปุ่มจริงบนแถบเครื่องมือใน Firefox (ตัวอย่างเช่นทางด้านขวาของปุ่ม 'ช่วยเหลือ') ฉันรู้ว่ามันง่ายที่จะย้ายไปไว้ที่แถบเครื่องมือบุ๊กมาร์ก แต่ฉันชอบที่จะซ่อนแถบเครื่องมือบุ๊กมาร์กดังนั้นควรจะมีปุ่มจริงใน Firefox สำหรับเรื่องนี้และอาจจะเป็นที่คั่นหนังสืออื่น ๆ
ฉันจะเพิ่มปุ่มคั่นหน้า Firefox เป็นแถบเครื่องมือได้อย่างไร