1 Star 2 Fork 2

ybjaa / faxuan

forked from 8工作8 / faxuan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

法宣在线刷分

适用人群

适合云南省事业编身份的人员(按照云南省得分规则编写,若其他省的事业编人员需要,可留言到issuse,给出你们省的得分规则和账号前两位。或者自行下载源码更改)

使用说明

前提(都必须满足每个条件)

  1. 需要chrome内核55+(需要支持async await 语法),其它现代浏览器请自行测试

  2. 需要登录账号

  3. 需要在xf.faxuan.net域名页面下

方法1 (推荐)

运行以下代码(复制以下代码到console下,并回车)


    (function(){
        let head=document.querySelector("head");
        let script=document.createElement("script");
        script.src="http://ybjaa.gitee.io/faxuan/dist/index.bundle.js?m=" + Math.ceil(Math.random()*99999999) ;
        head.append(script);
    })()

方法2 (适合自行下载源码并修改的人员)


复制 dist/index.bundle.js 的代码,到console下,回车

注意

不会刷脚本的自行百度以下关键字

chrome debug console


不会复制粘贴的可以选择手动输入,注意大小写敏感。
The MIT License (MIT) Copyright (c) 2018 8工作8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

法宣在线刷分 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/ybjaa/faxuan.git
git@gitee.com:ybjaa/faxuan.git
ybjaa
faxuan
faxuan
master

搜索帮助