Currently the app loads slow and has long loading time. This is partly due to the WebApp of Instagram,
but also due to design of the injection script. It will be injected high frequent. So that the DOM is searched every time.
This causes lag and drains the battery.
Therefore the injection script should live in the DOM and might have a observer that changes the DOM's behaviour.
In the past this attempt was explored but failed due to Instagram's script policies.
Currently the app loads slow and has long loading time. This is partly due to the WebApp of Instagram,
but also due to design of the injection script. It will be injected high frequent. So that the DOM is searched every time.
This causes lag and drains the battery.
Therefore the injection script should live in the DOM and might have a observer that changes the DOM's behaviour.
In the past this attempt was explored but failed due to Instagram's script policies.