You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support tipping on Twitter (and elsewhere), Greaselion scripts will need to communicate with extensions with a subset of the extension API (chrome.runtime.sendMessage at least). The current Greaselion architecture does not allow for this, because the isolated world in which we execute the scripts does not have the extension API available.
The text was updated successfully, but these errors were encountered:
To support tipping on Twitter (and elsewhere), Greaselion scripts will need to communicate with extensions with a subset of the extension API (
chrome.runtime.sendMessage
at least). The current Greaselion architecture does not allow for this, because the isolated world in which we execute the scripts does not have the extension API available.The text was updated successfully, but these errors were encountered: