0.0.7 • Published 4 years ago

modheader v0.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

modheader

NPM Version Downloads Stats gzip

Modify HTTP request headers for Mobile Browsers.

Demo

img

Browse it on your phone: https://hstory.cn/modheader/

Usage

npm install modheader

or

yarn add modheader

Import dist/modheader.min.js to your project:

<script src="path/to/modheader.min.js"></script>
<script>
  modheader.init();
</script>

or use cdn instead:

<script src="//cdn.jsdelivr.net/npm/modheader/dist/modheader.min.js"></script>
<script>
  modheader.init();
</script>

License

MIT@ZiQiangWang.