Skip to content

Commit b50ce0d

Browse files
committed
docs: remove GM_addStyle(css) doc
1 parent 6a6d514 commit b50ce0d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ Userscripts currently supports the following api methods. All methods are asynch
177177
- `GM.addStyle(css)`
178178
- `css: String`
179179
- 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*
184180
- `GM.setValue(key, value)`
185181
- `key: String`, `value: Any`
186182
- on success returns a promise resolved with an object indicating success

0 commit comments

Comments
 (0)