,因爲我的擴展的頁面加載時,我認爲CSS或js文件,我想補充另一個檢查觸發我的分機僅在當前頁面的內容類型爲text/html的甚至觸發。一個Firefox擴展,如何可以檢測內容類型的網頁裝載?
//eg: at my page load handler
function onPageload(){
// only want to proceed if content-type reflects a text/html or */html page
if (contentTypeIsHtml()){
//continue here
}
}
contentTypeIsHtml()應該做什麼?
謝謝,香蕉正在嘗試創建一個xpcom組件,它的各種界面和聆聽每一頁(不要忘記多年來xpcom上分散的文檔)。乾杯! – bosky101 2010-05-18 13:29:32