L
L
leni_m2018-12-20 16:23:10
JavaScript
leni_m, 2018-12-20 16:23:10

How to change javascript on the fly in browser?

As I understand it, there are two options for changing the js code in the browser:
1) Js is written in the body of the page inside the tags <script></script>and you can change it in the "Elements" tab.
2) Js is included as a separate file, and its contents can be changed in the "Sources" tab.
So: change is changing, but I still don’t understand how to make the changes take effect or the page reloads with the changed code.
Tell me please.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ihor Bratukh, 2018-12-20
@leni_m

For example, an extension in Chrome -> TamperMonkey

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question