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

Support GM.* functions #25

Closed
Aradiv opened this issue Dec 18, 2019 · 2 comments
Closed

Support GM.* functions #25

Aradiv opened this issue Dec 18, 2019 · 2 comments

Comments

@Aradiv
Copy link

Aradiv commented Dec 18, 2019

The IITC-Button is lacking Support for the GM.* functions.

This means all Plugins that are using them don't work in IITC-Button

The GM.* function is commonly used to store credentials or make requests to do stuff like syncing with a backend server in a defined way so other plugins can't access them.

Without them the only other option is store them in a shared area where all scripts can access them.

Thats why IITC-Button should get a proper GM.* support especially:

  • Value Handling
    • GM.getValue
    • GM.setValue
    • GM.deleteValue
    • GM.listValues
  • HTTP Requests
    • GM.xmlHttpRequest
    • GM.getResourceUrl
@modos189
Copy link
Contributor

Done in #40

@johnd0e
Copy link

johnd0e commented Nov 3, 2021

@Aradiv
Does that work for you?

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

3 participants