Lartsch / FediAct

Chrome/Firefox extension that simplifies interactions on other Mastodon instances than your own.
MIT License
459 stars 15 forks source link

Intercept existing requests in the background #55

Open Lartsch opened 1 year ago

Lartsch commented 1 year ago

As of now, FediAct identifies toots as they appear on the frontend, grabs the necessary data and then resolves the toots.

Performance could be improved by intercepting API calls of the external instance using chrome/firefox webrequest, THEN identify the according toots on the frontend and then resolve to the home instance.