给微博增加一键转发功能,支持配置不同的一键转发短语。
-
安装 Tampermonkey 或其它兼容的脚本管理器;
-
点击下方图标安装 (或手动打开 awsl.user.js 将脚本添加到管理器中):
-
克隆项目,执行
npm install
安装所需开发依赖 -
执行
npm run dev
开启一个后台编译 -
在 Tampermonkey 中通过下列脚本加载本插件:
// ==UserScript== // @name AWSL (debug) // @version debug // @match https://weibo.com/* // @grant GM.getValue // @grant GM.setValue // @require file:///path/to/xingrz/awsl/dist/awsl.user.js // ==/UserScript==
本项目基于 WTFPL 许可协议开源。