-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
可以添加一个类似暴力猴跟踪外部编辑的功能
功能描述
比如我们开发时是直接把脚本路径扔到chrome搜索栏安装脚本的,这个跟踪外部编辑就可以实时的检测我们本地脚本的变化,更方便开发
解决的问题
@require file://xx.js有缓存问题,本地改了,等好长时间才能检测到变化,同样的通过@require http://localhost:8080/xx.js这种引入的也有缓存,使用暴力猴的跟踪外部编辑就可以避免这个问题
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
