jquery ui - How to Load my Javascript file on a website that I have no access to its source -


I'm working on a monitoring system, it's a jquery-ui graph! Whenever it loads on my browser, I want to edit that graph! And I do not have access to the source! What can I do / do?

How can you access the source if your screen is loading? I'm sure that you can wire sack on your computer which is coming to your computer, if for some reason you are unable to do this through your web browser.

You should work on saving the page locally. This is going to be the best thing from your local PC if you are going to make a lot of changes and want to save your changes.

You can also use some developer tools that have been created in your web browser. For example, with Chrome Inspector (F12) you can right click under the Elements tab and edit attributes or edit as HTML, and make changes in Inline CSS and JS. Take a look below the formulas tab for the included files.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -