웹사이트를 빠르고 자유롭게 누빌 수 있는 Mozilla Firefox를 다운로드하면 이곳에서 수천가지 부가 기능을 사용하실 수 있습니다!
닫기ameboide
내 정보
이름 | ameboide |
---|---|
가입한 날짜 | 8월 26, 2008 |
개발한 부가 기능 수 | 부가 기능 0개 |
이 개발자의 부가 기능의 평균 별점 | 아직 별점 없음 |
내 검토
ConQuery
5점중 5점 받음
I was happily using Shadow912's version in Firefox 8, but then I upgraded to Firefox 9 and the extension broke :(
I couldn't live without it so I went ahead and fixed it :)
You can get it here: http://dl.dropbox.com/u/976471/conquery-1.7.3-mod9.xpi
I also made it possible to customize the query when right-clicking the search engine, just like when pressing Ctrl.
Keep in mind that this version will only work on Firefox 9+
Fasterfox
5점중 4점 받음
reading some reviews, it's a little wierd to see how people praise the prefetch function, while it's not actually working at all!
the prefetch service changed in ff3, it takes different arguments now and thus the call for the actual prefetch crashes. it was an easy fix though, it's just 1 line of code:
in fasterfoxOverlay.js, line 226, change
PrefetchService.prefetchURI(ff_makeURI(ff_GetAbsoluteUrl(a[i].getAttribute('href'), doc.location.href)), ff_makeURI(doc.location.href), true);
to
PrefetchService.prefetchURI(ff_makeURI(ff_GetAbsoluteUrl(a[i].getAttribute('href'), doc.location.href)), ff_makeURI(doc.location.href), a[i], true, false);
et voilà , prefetch fixed :)
i also made some custom changes for myself so it would be too annoying to publish the fixed installer, you'll have to fix it yourselves :P
---
edit: i uploaded my custom .jar with the mentioned fix and some changes to the prefetch functionality.
before, it would try to prefetch every link ending in .html, .jpg, and some other extensions, except those matching a substring-based blacklist. now, it defaults to not prefetching anything, and you can add rules for what to prefetch.
besides substring-based rules, you can enter regular expressions, that may check the link itself or the html content of the link tag. you can also add blacklisting rules that work the same way but cancel any whitelist match from being prefetched. i also restricted it to only try to prefetch internal links (that dont leave the current domain, like "addons.mozilla.org" here). i think the most useful change is that now when you try to prefetch a dynamic page (which wouldnt make sense as it will be regenerated when you visit it) it will instead prefetch the images embedded in it, which are normally what slows down the browsing.
anyway, here's the file: http://ameboide.googlepages.com/fasterfox.jar
just replace it with your current file and restart firefox (and be sure to add some prefetching rules or it won't prefetch anything).
if you're using winxp, find the file in C:\Documents and Settings\(username)\Application Data\Mozilla\Firefox\Profiles\(random string).default\extensions\{c36177c0-224a-11da-8cd6-0800200c9a99}\chrome
to emulate previous functionality add this rule:
re:\.(html?|jpg|gif|png|jpeg|txt|text|xml|pdf)$
and this is a sample rule for reading manga at onemanga.com:
re:onemanga\.com/[^/]+/\d+/[^/]+/*
enjoy :)
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요