Giter Site home page Giter Site logo

nexusphp_forums's Introduction

nexusphp 油猴脚本

通用评论过滤脚本

按预定格式过滤评论, 过滤被 ban 用户, 清洗出发药需要的一些数据

  • 目前最后的数据包括: 楼层,uid,用户名,用户等级,用户状态,做种大小GB,评论时间,上传量GB,下载量GB,分享率,预注册 ID,预注册邮箱,用户详情页
  • 如果遇到乱码问题,请使用 Google文档打开 或者 修改编码为 UTF-8

img

  • 正确安装后, 打开 nexusphp 论坛页面. 左上角有收集评论按钮, 点击即可. 最后会输出 raw.csv 和 filtered.csv 两个 CSV 文件. 前者是原始的数据, 主要用于排查问题. 后者是过滤后的数据, 自行在 excel 里面按发药条件进行过滤即可.

记得允许网页下载多个文件

主要使用场景

  • 官窑, 个人发送大量邀请
  1. 假设现在的要求是 本站保种>3T, 等级为 NM, 上传大于 5T, 账号正常无警告
  2. 打开邀请帖, 从上次处理过的 楼层/页 开始, 点击开始, 得到过滤后的 excel
  3. 使用 excel 函数对特定列进行过滤, 可以自由组合: 做种大小GB > 12000 && 上传量GB > 5000 && 用户等级 = 'NM' && 用户状态 = '正常'
  4. 过滤后的结果可以导出后可用于自动发送邀请

TODO...

观众banner美化

fsm 个人信息下拉框调整

fsm 首页推荐隐藏

按需安装, 可能会有一些小问题, 就这样吧

img

pter 快捷链接

  • 放点你想放的那个TA

只是一个快捷链接而已,应猫友需要

  • 随便扣的颜色,欢迎 PR
// 下面每一排对应这里的颜色,你可以自己改改。支持颜色名称和16进制,如:#FF74D7
const colors = ['red', 'green', 'blue']
const uidArrs = [
    ['IITII,20405', 'IITII,20405'],
    ['IITII,20405', 'IITII,20405', 'IITII,20405'],
    ['IITII,20405', 'IITII,20405', 'IITII,20405'],
]
  • 如果卡片太小显示不下(换行),自己改改 height 和 width,具体位置看代码

img

nexusphp_forums's People

Contributors

iitii avatar alkalixin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.