steve-de-fox
내 정보
이름 | steve-de-fox |
---|---|
가입한 날짜 | 1월 9, 2008 |
개발한 부가 기능 수 | 부가 기능 0개 |
이 개발자의 부가 기능의 평균 별점 | 아직 별점 없음 |
내 검토
TryAgain
5점중 5점 받음
Brilliant, extremely useful when dealing with an unreliable internet connection
이 검토는 현재 부가 기능의 이전 (3.2.0) 버전에 대한 것입니다.Chrome Package
5점중 3점 받음
Hi which extension do you add, and also can you post the hack? Specifically which userchrome.css modifications do you make.
ExtensionPack Basic
5점중 3점 받음
Weird list of extensions
Mine would be:
Adblock Plus
Foxmarks Bookmarks Synchronizer
PDF Download
Stylish
Greasemonkey
Web Developer
JSView
5점중 4점 받음
ok so I've worked out how to get rid of the (somewhat ugly) icons...
add this to your userchrome.css file
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Get rid of jsview icons */
[label*="Page Source"] > * > * {display: none !important;}
[id*="jsview"] > .menu-iconic-left, [id*="jsview"] > .menu-iconic-icon {display: none !important;}
#jsview-view > menupopup > menuitem > * > * {display: none !important;}
#jsview-context > menupopup > menuitem > * > * {display: none !important;}
/* Make everything align properly */
[id*="jsview"] {margin-left: 15px;}
#sync-menu, #viewmenu-viewsource, [label*="Page Source"] {margin-left: 3px;}
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요