Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tampermonkey Editors on vscode.dev shows nametags instead of script names #7

Open
cyber-sec0 opened this issue Nov 9, 2024 · 0 comments

Comments

@cyber-sec0
Copy link

cyber-sec0 commented Nov 9, 2024

Expected Behavior

Tampermonkey Editors on vscode.dev shows script names instead of nametags

Actual Behavior

Tampermonkey Editors on vscode.dev shows nametags instead of script names

// ==UserScript==
// @name Endless Google pages
// @namespace DeveloperName_OR_Installation_URL
// @Version 1.0
// @description try to take over the world!
// @author Me
// @match http://mywebsite.com/*
// ==/UserScript==

@name is always more helpful and nearly the only thing that devs pay attention to, while @namespace is usually a random username or URL, or anything that doesn't let anyone understand which/what the script actually is/does.

The TM dashboard shows the script @name, why show it differently on vscode.dev?
That's really confusing, vscode.dev is impossible to use because of that, I can't really find anything...

@derjanb derjanb transferred this issue from Tampermonkey/tampermonkey Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant