How to reload only a userscript, i.e. without reloading the page?

后端 未结 2 1874
青春惊慌失措
青春惊慌失措 2021-01-23 05:39

I\'m working on a Greasemonkey userscript for a web app that needs configuration steps before I can actually test my userscript\'s functionality. So every time I reload

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-23 06:04

    Might want to have alook into AJAX for this then, it's a tool that interacts with databases without refreshing the webpage. I.E - dynamic webpages.

    Might help, just do a general google browse and see if it applies.

    https://www.w3schools.com/xml/ajax_intro.asp

提交回复
热议问题