WIP | Element Hider Plugin

This commit is contained in:
meowarex
2025-06-12 03:19:44 +10:00
parent f8aaf2b33e
commit 82145184df
3 changed files with 406 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "@meowarex/element-hider",
"description": "adds a right-click option to hide any element on the page.",
"author": {
"name": "meowarex",
"url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/90243579"
},
"main": "./src/index.ts",
"type": "module"
}