Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/gm-sdk
Sdk for tampermonkey based on jQuery/nx.
https://github.com/afeiship/gm-sdk
ajax gm greasyfork http jquery next sdk tampermonkey xhr
Last synced: 23 days ago
JSON representation
Sdk for tampermonkey based on jQuery/nx.
- Host: GitHub
- URL: https://github.com/afeiship/gm-sdk
- Owner: afeiship
- Created: 2020-07-07T10:53:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T02:25:12.000Z (11 months ago)
- Last Synced: 2024-11-14T15:39:11.568Z (about 2 months ago)
- Topics: ajax, gm, greasyfork, http, jquery, next, sdk, tampermonkey, xhr
- Language: JavaScript
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gm-sdk
Sdk for tampermonkey based on jQuery/nx.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```shell
npm i @jswork/gm-sdk
```## sdks
| api | description |
| ----- | -------------------------------------- |
| $ | jquery(You need requre it by yourself) |
| nx | @jswork/next |
| gmsdk | - |## gmsdk apis
| api | description |
| ------------- | ----------------------- |
| `http` | gm-sdk |
| `store` | gm-sdk |
| `NxGmApi.log` | From tampermonkey apis. |## usage
```js
// @require https://cdn.jsdelivr.net/npm/@jswork/gm-sdk// or lock the version
// @require https://cdn.jsdelivr.net/npm/@jswork/[email protected]
```## resources
- https://www.tampermonkey.net/documentation.php
- https://github.com/afeiship/next-gm-api## license
Code released under [the MIT license](https://github.com/afeiship/gm-sdk/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/gm-sdk
[version-url]: https://npmjs.org/package/@jswork/gm-sdk[license-image]: https://img.shields.io/npm/l/@jswork/gm-sdk
[license-url]: https://github.com/afeiship/next-guid/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/gm-sdk
[size-url]: https://github.com/afeiship/next-guid/blob/master/dist/next-guid.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/gm-sdk
[download-url]: https://www.npmjs.com/package/@jswork/gm-sdk