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

Add about:config options to the options window #1129

Closed
erikvold opened this issue May 14, 2010 · 9 comments
Closed

Add about:config options to the options window #1129

erikvold opened this issue May 14, 2010 · 9 comments

Comments

@erikvold
Copy link
Contributor

Options like the following should be accessible from the options window:

  • greasemonkey.aboutIsGreaseable
  • greasemonkey.fileIsGreaseable
  • greasemonkey.unmhtIsGreaseable
  • greasemonkey.enableScriptRefreshing ?
@arantius
Copy link
Collaborator

-0 These are intentionally non-user-facing options, provided as workarounds for power users.

@sizzlemctwizzle
Copy link
Contributor

Anyone who would actually need to these options would know how to set them in the about:config. You would probably just confuse most users and they might enable them without knowing the implications.

@erikvold
Copy link
Contributor Author

Anyone who would actually need to these options would know how to set them in the about:config.

That's painful though.

You would probably just confuse most users and they might enable them without knowing the implications.

Well it's a chance to educate them.

@Martii
Copy link
Contributor

Martii commented May 17, 2010

Well it's a chance to educate them.

Perhaps maybe if it's possible to do a right click context menu item on each script that would auto-set the filter to that specific script?

@sizzlemctwizzle
Copy link
Contributor

Perhaps maybe if it's possible to do a right click context menu item on each script that would auto-set the filter to that specific-script?
These are global settings. They aren't script specific, nor should they be. Furthermore, there are already a few things we need to add to the context menu. We don't want it to get too bloated.I misunderstood you because you went off topic with your request.

@erikvold
Copy link
Contributor Author

Perhaps maybe if it's possible to do a right click context menu item on each script that would auto-set the filter to that specific-script?

Isn't manually adding @excludes good enough?

@sizzlemctwizzle
Copy link
Contributor

Isn't manually adding @excludes good enough?
No, I think what Martii means is that this context menu item would open the about:config in a new tab and auto-filter it to show the values saved for that script(aka the one's set using GM_setValue). In which case this is a separate feature request entirely.

@Martii
Copy link
Contributor

Martii commented May 18, 2010

Add about:config options to the options window

I think what Martii means is that this context menu item

Right... sorry if I was generalizing the issue that erikvold made... this possible feature request could be inclusive with this issue ticket and on topic but probably too generalized for what you are asking erikvold... sorry about the confusion.

@johan
Copy link
Collaborator

johan commented Jun 16, 2010

-1; these are specifically put in about:config, so unsuspecting users won't stumble on them. Of those four, three open up potential security holes.

Also, exposing too much stuff (especially hard-to-understand stuff that only a minimal subset of users will understand or benefit from) in a UI has a negative usability impact.

about:config's first-time (and until its checkbox is checked) warning about the dangers of poking around in there conveys a well merited cautioning that applies extra much to the first three. Exposing that stuff in plain view conveys the opposite message, inviting users to shoot themselves in the foot easier.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants