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
Support for embedding JavaScript code to change data on the client side in the browser, especially for changing data in localStorage, which allows you to manipulate the state of web pages or checks, for example, tokens or user settings.
Describe the use case of this feature:
This feature is useful for situations where you need to execute JavaScript code on the client side by changing the page state, for example, to edit data in localStorage, which can be used to verify authorization or configure the page.
For example:
I wrote a simple website that checks localstorage, after which we launch httpx with the introduction of js to change localstorage.
index.html
Please describe your feature request:
Support for embedding JavaScript code to change data on the client side in the browser, especially for changing data in localStorage, which allows you to manipulate the state of web pages or checks, for example, tokens or user settings.
Describe the use case of this feature:
This feature is useful for situations where you need to execute JavaScript code on the client side by changing the page state, for example, to edit data in localStorage, which can be used to verify authorization or configure the page.
For example:
I wrote a simple website that checks localstorage, after which we launch httpx with the introduction of js to change localstorage.
index.html
t.js tt.js ttt.js
Result from httpx:
The text was updated successfully, but these errors were encountered: