Closed
Description
Sequence of actions:
- create a script in your local disk, say,
example.user.js
:
// ==UserScript==
// @name name2
// @namespace http://tampermonkey.net/
// @version 1.0
// @description
// @author You
// @match https://example.com/*
// @grant none
// ==/UserScript==
// nothing here but us chicken!
- drag it into a VM window, and then click "track external edit".
- rename the
// @name name2
toname3
and save the file externally
Problem:
This will cause a duplicate script to be created:
Expected result:
It should not duplicate itself if you merely modifying metadata
Devtools console contents:
Environment:
- OS: Windows 10
- Browser: 131.0.6778.265 (Official Build) (64-bit) (cohort: Stable)
- Violentmonkey Version: Violentmonkey BETAv2.29.1