forked from ChinaGodMan/UserScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptsPath.json
More file actions
648 lines (648 loc) · 33.3 KB
/
Copy pathScriptsPath.json
File metadata and controls
648 lines (648 loc) · 33.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
{
"scripts": [
{
"isUpdated": true,
"name": "ChatGPT代码字体缩小",
"description": "让 ChatGPT 代码框内字体变小",
"relatedscripts": "ChatGPT相关脚本",
"path": "chatgpt-code-styling.user.js",
"backuppath": "chatgpt-code-styling",
"version": "0.1.1.0",
"GreasyFork": "505209",
"created_at": "2024-08-26 11:42:17",
"code_updated_at": "2024-10-20 10:48:34",
"local_created_at": "2024-07-27 20:58:35",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/chatgpt-code-styling.png"
},
{
"isUpdated": true,
"name": "ChatGPT 聊天复制代码按钮",
"description": "在 chatgpt.com 上代码块的右下角添加一个带有动画的“复制代码”按钮",
"relatedscripts": "ChatGPT相关脚本",
"path": "chatgpt-copy-code-button.user.js",
"backuppath": "chatgpt-copy-code-button",
"version": "1.2.0.0",
"GreasyFork": "509598",
"created_at": "2024-09-22 07:35:20",
"code_updated_at": "2024-10-19 05:36:23",
"local_created_at": "2024-09-22 07:06:07",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/22/VexqWUEA6GYPQjN.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/chatgpt-copy-code-button.png"
},
{
"isUpdated": true,
"name": "ChatGPT 字符计数器",
"description": "添加一个字符计数器到输入框,限制为 32732 个字符。(ChatGPT 的限制是 32732 个字符。)",
"relatedscripts": "ChatGPT相关脚本",
"path": "chatgpt-counter.user.js",
"backuppath": "chatgpt-counter",
"version": "1.3.1.14",
"GreasyFork": "506166",
"created_at": "2024-09-01 09:51:01",
"code_updated_at": "2024-10-19 05:36:24",
"local_created_at": "2024-09-01 09:45:50",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/01/uJZIDbie6fdmOQH.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/chatgpt-counter.png"
},
{
"isUpdated": true,
"name": "ChatGPT 折叠自己消息和最大宽度",
"description": "自动折叠由你发送的长消息,节省屏幕空间。允许你设置聊天窗口的最大宽度,使得长消息不会超出指定范围。",
"relatedscripts": "ChatGPT相关脚本",
"path": "chatgpt-plus.user.js",
"backuppath": "chatgpt-plus",
"version": "0.3.0.0",
"GreasyFork": "504901",
"created_at": "2024-08-24 11:33:58",
"code_updated_at": "2024-10-19 05:36:24",
"local_created_at": "2024-08-24 11:09:34",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/24/BEyFS87bgMjJX1R.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/chatgpt-plus.png"
},
{
"isUpdated": true,
"name": "网页写入剪辑版授权管理器",
"description": "禁止网页向剪辑版拉屎,绿色为放行,红色禁止,橙色临时方向",
"relatedscripts": "网页相关脚本",
"path": "clipboard-manager.user.js",
"backuppath": "clipboard-manager",
"version": "1.2.3.1",
"GreasyFork": "497403",
"created_at": "2024-06-09 10:17:55",
"code_updated_at": "2024-10-19 05:36:25",
"local_created_at": "2024-07-27 20:54:00",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/ItB4r1G9SULPqaH.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/clipboard-manager.png"
},
{
"isUpdated": true,
"name": "解除CSDN登录复制限制",
"description": "去你妈的 CSDN 登录复制,无需登录即可复制代码框内容",
"relatedscripts": "网页相关脚本",
"path": "csdn-blocker.user.js",
"backuppath": "csdn-blocker",
"version": "1.0.0.23",
"GreasyFork": "505207",
"created_at": "2024-08-26 11:37:22",
"code_updated_at": "2024-10-23 08:45:01",
"local_created_at": "2024-07-27 20:58:34",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/csdn-blocker.svg"
},
{
"isUpdated": true,
"name": "绚丽渐变美化网页表格",
"description": "自动为网页上的表格所有列应用颜色渐变美化.",
"relatedscripts": "网页相关脚本",
"path": "colorful-table.user.js",
"backuppath": "colorful-table",
"version": "1.0.0.9",
"GreasyFork": "507036",
"created_at": "2024-09-06 06:08:08",
"code_updated_at": "2024-10-20 09:01:50",
"local_created_at": "2024-09-06 05:02:49",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/06/IA7pxwj1ZC4c56a.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/colorful-table.svg"
},
{
"isUpdated": true,
"name": "GitHub提交信息显示HTML",
"description": "该脚本将 GitHub 上的提交信息转化为 HTML 视图,以更清晰地查看提交详情。它会自动将提交信息列表、提交头部和最新提交信息转化为 HTML 格式,提供更佳的视觉效果和用户体验。",
"relatedscripts": "GitHub相关脚本",
"path": "github-commit-viewer.user.js",
"backuppath": "github-commit-viewer",
"version": "1.0.0.19",
"GreasyFork": "505830",
"created_at": "2024-08-30 10:13:44",
"code_updated_at": "2024-10-19 05:36:25",
"local_created_at": "2024-08-30 03:21:51",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/30/lhJrcbzDdABY2pO.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png"
},
{
"isUpdated": true,
"name": "GitHub 快速跳转助手",
"description": "GitHub 快速跳转助手是一款专为帮助用户快速访问自己在 GitHub 上的仓库而设计。它可以大幅提高开发者在使用 GitHub 时的效率。",
"relatedscripts": "GitHub相关脚本",
"path": "github-repository-navigator.user.js",
"backuppath": "github-repository-navigator",
"version": "2024.11.6.21",
"GreasyFork": "515205",
"created_at": "2024-11-01 19:46:42",
"code_updated_at": "2024-11-06 20:58:38",
"local_created_at": "2024-11-01 19:36",
"top_tip": "",
"img": "https://s2.loli.net/2024/11/01/AWopjtOVhEcYKxC.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-commit-viewer.png"
},
{
"isUpdated": true,
"name": "GitHub 文件列表美化器",
"description": "GitHub 文件列表美化器是一个用户脚本,用于增强 GitHub 仓库中的文件显示效果。它可以为文件和文件夹添加颜色,并将文件类型图标替换为小图像,使得代码库更加易于浏览和管理。",
"relatedscripts": "GitHub相关脚本",
"path": "github-file-list-beautifier-plus.user.js",
"backuppath": "github-file-list-beautifier-plus",
"version": "4.1.0.4",
"GreasyFork": "508047",
"created_at": "2024-09-12 11:56:17",
"code_updated_at": "2024-10-20 18:57:48",
"local_created_at": "2024-9-12 10:39:51",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/12/HCZDNa8EngxQJ4y.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-file-list-beautifier-plus.png"
},
{
"isUpdated": true,
"name": "Github 代码语言列表显示全部",
"description": "扩展 Github 存储库上的语言列表,显示每种语言,而不是将小部分隐藏在 “其他” 下",
"relatedscripts": "GitHub相关脚本",
"path": "github-linguist-expand.user.js",
"backuppath": "github-linguist-expand",
"version": "1.1.0.0",
"GreasyFork": "509889",
"created_at": "2024-09-24 05:30:01",
"code_updated_at": "2024-10-19 07:37:49",
"local_created_at": "2024-09-24 04:33:03",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/24/NlaYfsZdcW7hTr5.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-linguist-expand.png"
},
{
"isUpdated": true,
"name": "GitHub 自动确认设备授权",
"description": "在GitHub授权页面自动输入授权码与自动确认。",
"relatedscripts": "GitHub相关脚本",
"path": "github-device-authorization.user.js",
"backuppath": "github-device-authorization",
"version": "1.0.0.0",
"GreasyFork": "508956",
"created_at": "2024-09-18 09:12:31",
"code_updated_at": "2024-10-19 05:36:22",
"local_created_at": "2024-09-18 08:50:32",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-device-authorization.png"
},
{
"isUpdated": true,
"name": "GitHub文件夹下载",
"description": "添加一个下载按钮,允许轻松下载特定的 GitHub 文件夹。",
"relatedscripts": "GitHub相关脚本",
"path": "github-folder-downloader.user.js",
"backuppath": "github-folder-downloader",
"version": "0.7.0.23",
"GreasyFork": "505496",
"created_at": "2024-08-28 04:27:35",
"code_updated_at": "2024-10-19 05:36:26",
"local_created_at": "2024-08-29 06:11:34",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/28/XiKjIu85TVBwzMa.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-folder-downloader.png"
},
{
"isUpdated": true,
"name": "GitHub下载单文件和复制文件URL",
"description": "在每个文件行的末尾添加按钮,以复制原始文件 URL 和下载文件",
"relatedscripts": "GitHub相关脚本",
"path": "github-raw-file-plus.user.js",
"backuppath": "github-raw-file-plus",
"version": "2.2.0.22",
"GreasyFork": "505501",
"created_at": "2024-08-28 05:20:14",
"code_updated_at": "2024-10-19 05:36:27",
"local_created_at": "2024-08-29 06:11:33",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/28/QolM627BS8Avd9b.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-raw-file-plus.png"
},
{
"isUpdated": true,
"name": "🤠 Github 增强小助手 仓库显示大小 不活跃开发警告 仓库内快捷跳转用户其他仓库 🤠",
"description": "在Github查看仓库和搜索仓库时显示仓库大小 ,不活跃开发警告,仓库内快捷跳转.",
"relatedscripts": "GitHub相关脚本",
"path": "github-repo-size-view.user.js",
"backuppath": "github-repo-size-view",
"version": "0.1.3.7",
"GreasyFork": "502291",
"created_at": "2024-08-01 03:43:19",
"code_updated_at": "2024-10-19 05:36:27",
"local_created_at": "2024-08-01 00:53:59",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/RwxPkGZoNiYTM1m.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-repo-size-view.png"
},
{
"isUpdated": true,
"name": "GitHub Sort by Date",
"description": "仓库列表文件排序方式改为日期降序,方便查看最新更新的文件。",
"relatedscripts": "GitHub相关脚本",
"path": "github-sort-by-date.user.js",
"backuppath": "github-sort-by-date",
"version": "1.1.0.23",
"GreasyFork": "505218",
"created_at": "2024-08-26 12:30:53",
"code_updated_at": "2024-10-19 05:36:28",
"local_created_at": "2024-08-06 01:28:58",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/26/UjuVOtcvks8FPaB.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/github-sort-by-date.png"
},
{
"isUpdated": true,
"name": "Google 高级搜索",
"description": "这是一个为 Google 添加高级搜索表单的用户脚本。它能在页面顶部添加一个可隐藏的高级搜索表单,使您能够更精确地搜索信息。",
"relatedscripts": "Google相关脚本",
"path": "google-advanced-search.user.js",
"backuppath": "google-advanced-search",
"version": "0.1.9.45",
"GreasyFork": "502652",
"created_at": "2024-08-05 10:28:20",
"code_updated_at": "2024-10-19 05:36:28",
"local_created_at": "2024-08-06 00:32:20",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/google-advanced-search.png"
},
{
"isUpdated": true,
"name": "Google 搜索屏蔽指定站点",
"description": "在搜索引擎结果中屏蔽特定的站点,帮助用户过滤掉不需要的搜索结果。 自定义输入屏蔽站点。格式-zhihu -baidu 用于屏蔽谷歌搜索内容",
"relatedscripts": "Google相关脚本",
"path": "google-block-search-sites.user.js",
"backuppath": "google-block-search-sites",
"version": "0.0.1.51",
"GreasyFork": "500262",
"created_at": "2024-07-11 14:21:02",
"code_updated_at": "2024-10-23 08:45:02",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/google-block-search-sites.png"
},
{
"isUpdated": true,
"name": "GreasyFork适用于增强",
"description": "脚本详情页增加适用于链接增加点击打开网页,复制网页,轮胎搜索",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-link.user.js",
"backuppath": "greasyfork-link",
"version": "0.9.3.66",
"GreasyFork": "497317",
"created_at": "2024-06-08 05:36:47",
"code_updated_at": "2024-10-23 08:45:02",
"local_created_at": "2024-07-27 20:54:00",
"top_tip": "",
"img": "https://greasyfork.s3.us-east-2.amazonaws.com/0y7q4czfrs1ylz71cpjpbl89h6tp",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-link.png"
},
{
"isUpdated": true,
"name": "GrreasyFork 用户发布的脚本数据可视化",
"description": "使用Chart.js获取和可视化获取用户脚本数据,并在用户个人主页生成一个图表在下方显示详细安装情况",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-user-scripts-data-visualization.user.js",
"backuppath": "greasyfork-user-scripts-data-visualization",
"version": "1.1.1.1",
"GreasyFork": "508968",
"created_at": "2024-09-18 11:41:12",
"code_updated_at": "2024-10-19 05:36:31",
"local_created_at": "2024-09-19 11:22:00",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/19/azlGiIBEg2SAFPc.gif",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-user-scripts-data-visualization.svg"
},
{
"isUpdated": true,
"name": "GreaysFork 增强 WebHook同步设置",
"description": "这个脚本可以帮助你快速输入脚本同步信息,并批量增加多个国家的语言代码,而不用一个个地点击选择框再去对应的网址。",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-webhook-sync-enhanced.user.js",
"backuppath": "greasyfork-webhook-sync-enhanced",
"version": "1.1.1.1",
"GreasyFork": "506717",
"created_at": "2024-09-04 12:12:18",
"code_updated_at": "2024-10-19 05:36:32",
"local_created_at": "2024-09-04 12:08:47",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/04/oYGt17AV9MD43w6.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-webhook-sync-enhanced.svg"
},
{
"isUpdated": true,
"name": "GreasyFork Markdown toobar",
"description": "在论坛默认使用 Markdown 格式,添加格式帮助链接及 Markdown 工具栏绍",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-markdown-toolbar.user.js",
"backuppath": "greasyfork-markdown-toolbar",
"version": "2.0.5",
"GreasyFork": "505164",
"created_at": "2024-08-26 02:12:29",
"code_updated_at": "2024-10-19 05:36:30",
"local_created_at": "2024-08-06 00:32:53",
"top_tip": "",
"img": "https://s2.loli.net/2024/10/02/oI7mw3JLyzKCDRc.gif",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-markdown-toolbar.png"
},
{
"isUpdated": true,
"name": "GreasyFork 显示脚本评分",
"description": "脚本列表添加评价分数",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-ranks.user.js",
"backuppath": "greasyfork-ranks",
"version": "1.3.3.63",
"GreasyFork": "501119",
"created_at": "2024-07-19 09:44:01",
"code_updated_at": "2024-10-15 01:04:55",
"local_created_at": "2024-07-27 20:54:00",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/wvyAz8iVGMWJjEQ.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-ranks.png"
},
{
"isUpdated": true,
"name": "GreasyFork 高级搜索",
"description": "使用谷歌搜索 GreasyFork 和 SleazyFork 上的脚本",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-search.user.js",
"backuppath": "greasyfork-search",
"version": "0.6.5.23",
"GreasyFork": "505215",
"created_at": "2024-08-26 12:08:49",
"code_updated_at": "2024-10-19 05:36:30",
"local_created_at": "2024-07-27 20:58:34",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-search.png"
},
{
"isUpdated": true,
"name": "GreasyFork 导航栏增强",
"description": "增强greasyfork导航栏,增加用户列表,用户控制台等",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-user-control-panel-button.user.js",
"backuppath": "greasyfork-user-control-panel-button",
"version": "0.3.1.57",
"GreasyFork": "501880",
"created_at": "2024-07-27 09:34:43",
"code_updated_at": "2024-10-19 05:36:30",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/MXF8JdpqnyreuRf.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-user-control-panel-button.png"
},
{
"isUpdated": true,
"name": "Greasyfork糊裱匠",
"description": "增强greasyfork,复制代码,脚本下载,精确时间到秒,主页清理,讨论一键举报,脚本列表跳转代码添加下载 美化查看代码显示代码引用文件,显示脚本图标,跳转成人脚本等等一些操作",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-utility-toolkit.user.js",
"backuppath": "greasyfork-utility-toolkit",
"version": "2024.12.12.2116",
"GreasyFork": "497346",
"created_at": "2024-06-08 17:06:26",
"code_updated_at": "2024-12-12 21:18:54",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/Oq9DGAm7FzjpSg6.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-utility-toolkit.svg"
},
{
"isUpdated": true,
"name": "Greasyfork 通知助手",
"description": "当你的脚本或你参与的讨论有新回复时,脚本会在网页上以模态窗口显示最新的讨论内容。",
"relatedscripts": "GreasyFork相关脚本",
"path": "greasyfork-discussion-watcher.user.js",
"backuppath": "greasyfork-discussion-watcher",
"version": "1.5.0.4",
"GreasyFork": "506345",
"created_at": "2024-09-02 12:36:00",
"code_updated_at": "2024-10-19 05:36:29",
"local_created_at": "2024-09-02 12:34:55",
"top_tip": "",
"img": "https://s2.loli.net/2024/09/02/Ftpq1KomRcALjIE.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/greasyfork-discussion-watcher.png"
},
{
"isUpdated": true,
"name": "网页高亮关键字+(推荐)",
"description": "对网页上的文字进行高亮显示",
"relatedscripts": "网页相关脚本",
"path": "highlight-keywords.user.js",
"backuppath": "highlight-keywords",
"version": "1.1.2.72",
"GreasyFork": "498906",
"created_at": "2024-06-26 07:05:05",
"code_updated_at": "2024-10-23 08:45:02",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/oBWsunTIhLKkcrM.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/highlight-keywords.png"
},
{
"isUpdated": true,
"name": "高亮网页文本-迷你版",
"description": "在网页上自定义关键词突出显示包括滚动时动态加载的内容",
"relatedscripts": "网页相关脚本",
"path": "highlight-keywords-mini.user.js",
"backuppath": "highlight-keywords-mini",
"version": "1.0.5.26",
"GreasyFork": "498905",
"created_at": "2024-06-26 06:53:12",
"code_updated_at": "2024-10-23 08:45:02",
"local_created_at": "2024-08-24 06:02:07",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/highlight-keywords-mini.png"
},
{
"isUpdated": true,
"isSleazy": true,
"name": "MiSSAV自动登录",
"description": "检测 MisssAV 状态,并且在未登录时自动登录",
"relatedscripts": "成人脚本",
"path": "missav-auto-login-helper.user.js",
"backuppath": "missav-auto-login-helper",
"version": "1.0.1.7",
"GreasyFork": "505325",
"created_at": "2024-08-27 04:15:17",
"code_updated_at": "2024-10-19 05:36:34",
"local_created_at": "2024-08-27 02:45:07",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/missav-auto-login-helper.png"
},
{
"isUpdated": true,
"isSleazy": true,
"name": "MissAV收藏管理器",
"description": "miss片单备份,支持下载图片保存视频信息.导出本地网页 支持导出到webdav",
"relatedscripts": "成人脚本",
"path": "missav-explorer.user.js",
"backuppath": "missav-explorer",
"version": "1.2.3.73",
"GreasyFork": "497682",
"created_at": "2024-06-12 10:58:39",
"code_updated_at": "2024-10-23 08:45:03",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "https://greasyfork.s3.us-east-2.amazonaws.com/y01rsvz3iuz4f5kt043s6b5mddqr",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/missav-explorer.png"
},
{
"isUpdated": true,
"isSleazy": true,
"name": "TissAV自动登录",
"description": "检测 TissAV 状态,并且在未登录时自动登录",
"relatedscripts": "成人脚本",
"path": "thisav-auto-login-helper.user.js",
"backuppath": "thisav-auto-login-helper",
"version": "1.0.1.8",
"GreasyFork": "506528",
"created_at": "2024-09-03 08:50:59",
"code_updated_at": "2024-10-19 05:36:37",
"local_created_at": "2024-09-03 08:52:46",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/thisav-auto-login-helper.png"
},
{
"isUpdated": true,
"isSleazy": true,
"name": "JableTV自动登录",
"description": "检测 JableTV 状态,并且在未登录时自动登录",
"relatedscripts": "成人脚本",
"path": "jable-auto-login-helper.user.js",
"backuppath": "jable-auto-login-helper",
"version": "1.0.0.10",
"GreasyFork": "506730",
"created_at": "2024-09-04 13:43:00",
"code_updated_at": "2024-10-19 05:36:33",
"local_created_at": "2024-09-04 13:44:42",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/jable-auto-login-helper.png"
},
{
"isUpdated": true,
"name": "外语终结者",
"description": "识别非中文字符,如果长度大于 5 且翻译文本中不含中文,则替换为中文,需要可访问google的网络",
"relatedscripts": "自动翻译",
"path": "no-zh-terminator.user.js",
"backuppath": "no-zh-terminator",
"version": "1.4.0.0",
"GreasyFork": "504890",
"created_at": "2024-08-24 10:37:08",
"code_updated_at": "2024-10-23 08:45:03",
"local_created_at": "2024-07-27 20:58:35",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/no-zh-terminator.png"
},
{
"isUpdated": true,
"name": "小窗口预览",
"description": "拖拽链接时在弹出窗口中打开链接,并在打开前提供预览,使用 Edge 的预读技术。同时在小窗口打开时在背后添加亚克力效果。",
"relatedscripts": "网页相关脚本",
"path": "popup-window.user.js",
"backuppath": "popup-window",
"version": "2.5.1.4",
"GreasyFork": "504880",
"created_at": "2024-08-24 06:51:35",
"code_updated_at": "2024-11-23 13:44:01",
"local_created_at": "2024-08-23 07:20:13",
"top_tip": "",
"img": "https://greasyfork.s3.us-east-2.amazonaws.com/45120umjmiqk1lfkh0116ad6pnui",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/popup-window.png"
},
{
"isUpdated": true,
"name": "去除链接下划线",
"description": "去除网页链接的下划线",
"relatedscripts": "网页相关脚本",
"path": "remove-link-underlines.user.js",
"backuppath": "remove-link-underlines",
"version": "1.2.0.63",
"GreasyFork": "498625",
"created_at": "2024-06-23 11:35:07",
"code_updated_at": "2024-10-19 05:36:35",
"local_created_at": "2024-07-27 20:54:00",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/remove-link-underlines.png"
},
{
"isUpdated": true,
"name": "Script Finder油猴脚本查找器",
"description": "Script Finder 是一个用户脚本(userscript),它可以帮助你在任何网站上查找和管理用户脚本",
"relatedscripts": "GreasyFork相关脚本",
"path": "script-finder-plus.user.js",
"backuppath": "script-finder-plus",
"version": "0.1.6.80",
"GreasyFork": "498904",
"created_at": "2024-06-26 06:43:47",
"code_updated_at": "2024-10-19 05:36:36",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/05/EBsldxGySe9Kf3w.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/script-finder-plus.png"
},
{
"isUpdated": true,
"name": "上下滚动小按钮",
"description": "页面右侧添加上下滚动按钮",
"relatedscripts": "网页相关脚本",
"path": "scroll-button.user.js",
"backuppath": "scroll-button",
"version": "1.0.0.26",
"GreasyFork": "497251",
"created_at": "2024-06-07 08:33:17",
"code_updated_at": "2024-10-15 01:05:01",
"local_created_at": "2024-08-24 06:05:19",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/24/nOVbHuZzvmdtRUc.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/scroll-button.png"
},
{
"isUpdated": true,
"name": "一键置顶和置底按钮",
"description": "修改自Greasyfork用户脚本 为网页添加置顶和置底按钮,方便在长页面中快速移动到顶部或底部。 增加向下滚动时按钮变色,3秒内无滚动自动停止",
"relatedscripts": "网页相关脚本",
"path": "scroll-to-top-button.user.js",
"backuppath": "scroll-to-top-button",
"version": "1.2.0.72",
"GreasyFork": "500255",
"created_at": "2024-07-11 13:57:29",
"code_updated_at": "2024-10-19 05:36:36",
"local_created_at": "2024-07-27 20:54:01",
"top_tip": "",
"img": "https://s2.loli.net/2024/08/26/UrwMu2lphEia3Q7.png",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/scroll-to-top-button.png"
},
{
"isUpdated": true,
"name": "网页翻译——自动翻译为中文",
"description": "给每个非中文的网页右下角(可以调整到左下角)添加一个 google 翻译图标,该版本为中文翻译版本,只把外语翻译为中文,添加自动翻译",
"relatedscripts": "自动翻译",
"path": "translate-only-chinese.user.js",
"backuppath": "translate-only-chinese",
"version": "0.31.0.23",
"GreasyFork": "505208",
"created_at": "2024-08-26 11:37:23",
"code_updated_at": "2024-10-23 08:45:03",
"local_created_at": "2024-07-27 20:58:34",
"top_tip": "",
"img": "",
"icon": "https://raw.githubusercontent.com/ChinaGodMan/UserScriptsHistory/main/scriptsIcon/translate-only-chinese.png"
}
]
}