Code Monkey home page Code Monkey logo

csdn-helper's Introduction

Version Author Vue Element

💡 简介

:octocat: 安装

📚 功能

📖 使用文档

🐛 版本历史与更新日志

👻 责任说明

简介

这是一款可以全自动点赞评论刷积分刷等级的插件,进入到CSDN博客页面后便可以自动点赞评论

可以选定点赞评论的范围,比如文章字数,浏览数或者文章的发布日期等等

安装

安装并使用这款插件,需要你的浏览器装有油猴Tampermonkey插件

正式版 GitHub版
在油猴上正式发布的版本, 最稳定, 更新频率较低 新增内容测试的地方, 更新频率高, 但功能不稳定

本脚本的点赞评论均需要在登陆之后的环境下进行,否则没反应属于正常

功能

  1. 快速刷积分刷等级
  2. 当天点赞次数用尽之后会帮你关闭自动点赞
  3. 评论的内容你来提前设定,此后便会随机抽选一条内容评论
  4. 纯模拟用户操作,安全并且不会引发账号异常
  5. 营造博客内大家热情友好的一面
  6. 增加互动,为自己的博客带来流量收益

评论市场

  • 评论市场提供评论模板,可以快速导入到你的插件中
  • 欢迎提交你的评论库到评论市场

使用方法

找到你感兴趣的评论,可浏览内容,可复制链接导入进你的插件

所有评论

作者 预览 类别 条目 版本 导入链接
ZainCheung helloWorld 所有 28 1.0 https://cdn.jsdelivr.net/gh/ZainCheung/CSDN-helper@master/market/ZainCheung/HelloWorld/[email protected]
ZainCheung 马保国 随机 1 1.0 https://cdn.jsdelivr.net/gh/ZainCheung/CSDN-helper@master/market/ZainCheung/马保国/马保国@1.0.json
ZainCheung 网友评论 随机 13 1.0 https://cdn.jsdelivr.net/gh/ZainCheung/CSDN-helper@master/market/ZainCheung/网友评论/网友评论@1.0.json

加入我们

欢迎参与开源项目,提交自己制作的评论库,为开源贡献自己的一份力量。

提交流程:

  1. 在项目的market目录下新建一个以你的名字(用户名或者花名都可以)为名的文件夹,里面存放的就是你的评论库。
  2. 为每个库建立一个独立的文件夹,以评论库名命名,库下面放置的是各个版本的json文件以及一个README文件。
  3. 提交到项目,作者会帮你更新到主页面列表中。

json结构:

{
  "commentList": {
      "type": "random",
      "count": 2,
      "author": "作者",
      "name": "评论库名",
      "version": "1.0",
      "R": [
          {
              "text": "这是第一条评论"
          },
          {
              "text": "这是第二条评论"
          }
      ]
  }
}

commentList:最外层结构

type:库的类型,小写字母,推荐 random

所有 随机 分段 少等字数 中等字数 多等字数
all random word s m l

注意:目前只使用随机评论,其他所有类型将在下一个版本废弃,请不要使用!!!

count: 评论数量

author: 作者

name: 评论库名

version: 版本,建议从1.0开始

评论内容:从示例中可以看到,在R列表里面有2条评论

README结构

### 评论库:评论库名 

### 作者:作者名

### 类别:随机

### 条目:2

### 版本:1.0

### 导入链接:[https://cdn.jsdelivr.net/gh/ZainCheung/CSDN-helper@master/market/作者名/评论库名/评论库@版本.json](https://cdn.jsdelivr.net/gh/ZainCheung/CSDN-helper@master/market/作者名/评论库名/评论库@版本.json)

#### 随机:

1. 这是第一条评论
2. 这是第二条评论

责任说明

该脚本仅用于学习开发,请不要借此发布不良内容,如因被举报导致关进小黑屋与此项目无关

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.