An open API service indexing awesome lists of open source software.

https://github.com/52cik/tampermonkey-got

Simple encapsulation of the tampermonkey GM_xmlhttpRequest method.
https://github.com/52cik/tampermonkey-got

Last synced: 2 months ago
JSON representation

Simple encapsulation of the tampermonkey GM_xmlhttpRequest method.

Awesome Lists containing this project

README

        

# tampermonkey-got

Simple encapsulation of the tampermonkey GM_xmlhttpRequest method.

## Usage

```js
const { body } = await got(url);
console.log(body);
```