ContextSearch web-ext incelemeleri
ContextSearch web-ext geliştiren: Mike B
Mike B adlı kullanıcının yanıtı
Geliştiricinin yanıtı
gönderilme: 5 yıl önce(edit)
I took another look at how Speedometer 2.0 works and why the slowdown. It's not actually a content script loading issue. The page simulates a ton of click events. Every click event triggers a very light "menu close" event and method. When the addon gets flooded with hundreds of simulated click events per second, it bogs down the page. It's nothing you'd experience in a real-world situation. The Speedometer rating flat-out misleading.
This addon injects content scripts into iframes to maintain most if not all function when searching text inside iframes.
When testing using Speedometer 2.0, content scripts are being loaded into the iframe every refresh. If that iframe refreshes 480 times, or whatever the actual count is, it adds up.
For reference, I ran tests while injecting this addon's code into the iframe, or not -
with iframe injection: 29.41 runs/min
without iframe injection: 63.66 runs/min
I took another look at how Speedometer 2.0 works and why the slowdown. It's not actually a content script loading issue. The page simulates a ton of click events. Every click event triggers a very light "menu close" event and method. When the addon gets flooded with hundreds of simulated click events per second, it bogs down the page. It's nothing you'd experience in a real-world situation. The Speedometer rating flat-out misleading.
This addon injects content scripts into iframes to maintain most if not all function when searching text inside iframes.
When testing using Speedometer 2.0, content scripts are being loaded into the iframe every refresh. If that iframe refreshes 480 times, or whatever the actual count is, it adds up.
For reference, I ran tests while injecting this addon's code into the iframe, or not -
with iframe injection: 29.41 runs/min
without iframe injection: 63.66 runs/min
199 inceleme
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13443993, 2 saat önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13163912, 22 gün önce
- 5 üzerinden 5 puanyazan: Paulthefox, 2 ay önceAbsolutley excelent add on can customise it as much as needed and works perfect
- 5 üzerinden 5 puanyazan: Steven_Aston, 2 ay önce
- 5 üzerinden 5 puanyazan: Gemini62167, 3 ay önce
- 5 üzerinden 5 puanyazan: HypnotizedNarcissist, 5 ay öncethe best from the best
my respect mike
easy, fast, great lay-out, top add-on
thank you very much
btw. and always good updates - 5 üzerinden 5 puanyazan: Кадочников Сергей, 6 ay önceПрекрасное расширение, удобное, легко настраиваемое под себя.
- 5 üzerinden 5 puanyazan: Seän "Frostbyte" Shepherd, 8 ay önce
- 5 üzerinden 5 puanyazan: EarOfWheat, 9 ay önce
- 5 üzerinden 5 puanyazan: darlington95, 9 ay önce
- 5 üzerinden 5 puanyazan: Seän D. Shepherd, 9 ay önce
- 5 üzerinden 5 puanyazan: Ninetynine, 10 ay önce
- 5 üzerinden 5 puanyazan: Dom0909, bir yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 10244801, bir yıl önceDitched my two faithful companions Context Search Origin and Swift Selection Search when I found this babe.
- 5 üzerinden 5 puanyazan: biggsley, bir yıl önce
- 5 üzerinden 5 puanyazan: Isaac, bir yıl önceThis is actual software in the form of an Add-On. Aces job!
- 5 üzerinden 5 puanyazan: Saud, bir yıl önce
- 5 üzerinden 1 puanyazan: LawrenceSan, 2 yıl önceI've used many, many different extensions in several different browsers over many years. (I'm an experienced web developer, starting when the web was first invented, and can code several different web languages -- in other words, I'm not a newbie.)
ContextSearch web-ext has the most complicated, buggy preferences interface I've ever seen in a browser extension. I have it running in both Firefox and Chrome, and when it works it's great -- but trying to customize it, add search engines, etc. is a nightmare.
Currently one of the engines in my ContextSearch list is "Google Maps". It works fine in Firefox, but doesn't work at all in Chrome, just leads to a blank page. So I tried exporting it from Firefox into Chrome. Forget it! The export/import features in the extension's customization interface appears to just export the URL for the icon, not for the search engine itself? And some of the gazillion preferences-interface elements for this extension, in both browsers, appear as just solid gray blocks -- regardless of what theme I use, or whether Dark Reader is on or off, or what other interface options I choose for ContextSearch itself. Of the options (including links) that I can see clearly, most of them don't do anything like what their name implies or what I'd expect them to do.
I haven't given up on it because, for the engines I finally get working, it's very useful. But I spend more time wrestling with this interface than with all my other (many) installed extensions put together! - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 5599219, 2 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 12680106, 2 yıl önce
- 5 üzerinden 5 puanyazan: XacK, 2 yıl önceGreat add-on
Lacks the option to "Close menu on right click" Geliştiricinin yanıtı
gönderilme: 2 yıl önce(edit) That bug has been found and will be fixed in the next release
The save bug is known and may have been addressed in a recent version. I know it's been a persistent annoyance.
As for the transparency, you should be able to set that yourself using CS Options -> General -> User Styles. Use CSS selectors to apply opacity levels to the menu. If you need help, open an issue at the github site.