Skip to content

Commit 8be8ba6

Browse files
committed
docs: change description
1 parent 5bf974d commit 8be8ba6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README-summary.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## UserUtils
2-
Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more.
2+
Lightweight library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more.
33
Contains builtin TypeScript declarations. Supports ESM and CJS imports via a bundler and global declaration via `@require`
4-
It is licensed under the [MIT license.](https://github.com/Sv443-Network/UserUtils/blob/main/LICENSE.txt)
4+
The library also works in any DOM environment without the [GreaseMonkey API](https://wiki.greasespot.net/Greasemonkey_Manual:API), but some features will be unavailable or limited.
55

66
You may want to check out my [template for userscripts in TypeScript](https://github.com/Sv443/Userscript.ts) that you can use to get started quickly. It also includes this library by default.
77

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
<!-- #region Description -->
44
## UserUtils
5-
Lightweight library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more.
6-
It is licensed under the [MIT license.](./LICENSE.txt)
7-
5+
Lightweight library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more.
86
Contains builtin TypeScript declarations. Supports ESM and CJS imports via a bundler and global declaration via `@require`
7+
The library also works in any DOM environment without the [GreaseMonkey API](https://wiki.greasespot.net/Greasemonkey_Manual:API), but some features will be unavailable or limited.
98

109
You may want to check out my [template for userscripts in TypeScript](https://github.com/Sv443/Userscript.ts) that you can use to get started quickly. It also includes this library by default.
1110
If you like using this library, please consider [supporting the development ❤️](https://github.com/sponsors/Sv443)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sv443-network/userutils",
33
"libName": "UserUtils",
44
"version": "8.4.0",
5-
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more",
5+
"description": "Lightweight library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
88
"types": "dist/lib/index.d.ts",

0 commit comments

Comments
 (0)