@sv443-network/userutils 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.global.js +15 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.global.js
CHANGED
|
@@ -1,14 +1,24 @@
|
|
|
1
1
|
// ==UserScript==
|
|
2
|
-
// @name UserUtils
|
|
3
|
-
// @description Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more
|
|
4
2
|
// @namespace https://github.com/Sv443-Network/UserUtils
|
|
5
|
-
// @
|
|
6
|
-
// @license MIT
|
|
3
|
+
// @exclude *
|
|
7
4
|
// @author Sv443
|
|
8
|
-
// @copyright Sv443 (https://github.com/Sv443)
|
|
9
5
|
// @supportURL https://github.com/Sv443-Network/UserUtils/issues
|
|
10
6
|
// @homepageURL https://github.com/Sv443-Network/UserUtils#readme
|
|
7
|
+
// @supportURL https://github.com/Sv443-Network/UserUtils/issues
|
|
8
|
+
|
|
9
|
+
// ==UserLibrary==
|
|
10
|
+
// @name UserUtils
|
|
11
|
+
// @description Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more
|
|
12
|
+
// @version 1.1.3
|
|
13
|
+
// @license MIT
|
|
14
|
+
// @copyright Sv443 (https://github.com/Sv443)
|
|
15
|
+
|
|
11
16
|
// ==/UserScript==
|
|
17
|
+
// ==/UserLibrary==
|
|
18
|
+
|
|
19
|
+
// ==OpenUserJS==
|
|
20
|
+
// @author Sv443
|
|
21
|
+
// ==/OpenUserJS==
|
|
12
22
|
|
|
13
23
|
var UserUtils = (function (exports) {
|
|
14
24
|
var __defProp = Object.defineProperty;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sv443-network/userutils",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|