IITC-CE / IITC-Button

Firefox/Chrome extensions that enables IITC features
GNU General Public License v3.0
16 stars 6 forks source link

Support GM.* functions #25

Closed Aradiv closed 3 years ago

Aradiv commented 4 years ago

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:

modos189 commented 3 years ago

Done in https://github.com/IITC-CE/IITC-Button/pull/40

johnd0e commented 2 years ago

@Aradiv Does that work for you?