I am looking for a solution for injected javascript with Tampermonkey for Chrome, where every reload of page would clear usage of RAM and not increase it.
I am making tests of Injected scripts with Chrome Developer Tools->Timeline. Every time I reload the page, RAM usage increases.
My javascript includes few jQuery AJAX calls, and few lines of code.
I tried every possible javascript reload function, but none gives me the result I want.
So If anyone has idea, how to solve that, I would be really thankful.