MozTW 討論區 https://forum.moztw.org/ |
|
css樣式暫時移除 https://forum.moztw.org/viewtopic.php?f=11&t=20494 |
第 1 頁 (共 1 頁) |
發表人: | mphstw [ 2007-09-25, 19:10 ] |
文章主題 : | css樣式暫時移除 |
請問有套件可以達成嗎? 原來在TW有一個插件是可以暫時移除CSS樣式,方便比對 設計得結果是否正確..因為他是javascript 寫的html 剛剛想到可以..用greasemonkey..不過不如何撰寫 原碼 <script language="javascript"> function _tag$(o){return document.getElementsByTagName(o);} for(var i=0; i<_tag$("STYLE").length; i++) { if(_tag$("STYLE")[i].media=="websms") _tag$("STYLE")[i].media = "all"; else _tag$("STYLE")[i].media = "websms"; } for(var i=0; i<_tag$("LINK").length; i++) { if(_tag$("LINK")[i].href.indexOf("/*/")!=-1) _tag$("LINK")[i].href=_tag$("LINK")[i].href.replace("/*/",""); else _tag$("LINK")[i].href="/*/" + _tag$("LINK")[i].href; } </script> |
發表人: | Jackbin [ 2007-09-25, 19:34 ] |
文章主題 : | |
「檢視 -> 頁面樣式 -> 無樣式」不是就可以?? ![]() |
第 1 頁 (共 1 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |