We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6d514 commit b50ce0dCopy full SHA for b50ce0d
1 file changed
README.md
@@ -177,10 +177,6 @@ Userscripts currently supports the following api methods. All methods are asynch
177
- `GM.addStyle(css)`
178
- `css: String`
179
- on success returns a promise resolved with the css string argument provided
180
-- `GM_addStyle(css)`
181
- - `css: String`
182
- - **synchronous**
183
- - returns the css string argument provided *without regard to success*
184
- `GM.setValue(key, value)`
185
- `key: String`, `value: Any`
186
- on success returns a promise resolved with an object indicating success
0 commit comments