diff --git a/README-summary.md b/README-summary.md index a3d7d29..4f069d2 100644 --- a/README-summary.md +++ b/README-summary.md @@ -1,7 +1,7 @@ ## UserUtils -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. +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. Contains builtin TypeScript declarations. Supports ESM and CJS imports via a bundler and global declaration via `@require` -It is licensed under the [MIT license.](https://github.com/Sv443-Network/UserUtils/blob/main/LICENSE.txt) +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. 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. diff --git a/README.md b/README.md index 839edec..7f883d1 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ ## UserUtils -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. -It is licensed under the [MIT license.](./LICENSE.txt) - +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. Contains builtin TypeScript declarations. Supports ESM and CJS imports via a bundler and global declaration via `@require` +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. 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. If you like using this library, please consider [supporting the development ❤️](https://github.com/sponsors/Sv443) diff --git a/package.json b/package.json index 6ca08f0..e524922 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sv443-network/userutils", "libName": "UserUtils", "version": "8.4.0", - "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", + "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", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/lib/index.d.ts",