Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to only run Wappalyzer on demand (menu/icon click etc.) #201

Closed
kernc opened this issue Dec 3, 2012 · 7 comments

Comments

Projects
None yet
4 participants
@kernc
Copy link

commented Dec 3, 2012

I don't want Wappalyzer to scan all websites I visit. I'd be a nice option to have it only scan a certain website when I choose to.

@AliasIO

This comment has been minimized.

Copy link
Owner

commented Dec 3, 2012

Detection wouldn't work too well this way, i.e. response headers can only be analysed before a page is loaded and many JavaScript are fired on page load. Wappalyzer used to have this feature but I removed it, partially for this reason but also to keep the add-on code simpler and the fact that few people used it.

Can you expand on why you think this would be a good feature to have?

@gadcam

This comment has been minimized.

Copy link
Contributor

commented Dec 3, 2012

But we can maybe store header and environnement variables in a sort of cache untill you change of page, no?

@kernc

This comment has been minimized.

Copy link
Author

commented Dec 3, 2012

So does Web Developer make another request when one clicks Information>ViewResponseHeaders ?

Rationale-wise, I just kind of hate all the newly icons in location/add-on bar, and the fact that on every page load hundreds of RegExes and logic is fired. Firefox is slow as it is. :P
On the other hand, if the currently necessary restart would be made non-required (issue #193), then I could simply disable the add-on and enable it when I have thorough examination to do...

@AliasIO

This comment has been minimized.

Copy link
Owner

commented Dec 3, 2012

Yes most add-ons make another request. If you use Firebug you have probably noticed the Net tab is empty unless Firebug is open when you request the page.

You can turn the applications icons off in the settings. It will only show the main icon.

Perhaps I'll add a "pause" button until we have a restartless version.

@q--

This comment has been minimized.

Copy link
Contributor

commented Dec 4, 2012

Of course, you can also use the bookmarklet if you don't want to have the icons shown all the time.

@AliasIO

This comment has been minimized.

Copy link
Owner

commented Dec 4, 2012

That's a good point actually, the bookmarklet does exactly what you want. It re-requests the page on click to get around the response header issue.

@kernc

This comment has been minimized.

Copy link
Author

commented Dec 4, 2012

That's superb! I didn't even know about the bookmarklet. Thank you. 😃 Issue closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.