-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserscript-header.js
More file actions
103 lines (102 loc) · 4.21 KB
/
userscript-header.js
File metadata and controls
103 lines (102 loc) · 4.21 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
// ==UserScript==
// @name MaNKeY-Bot: 1337x Comment Assistant [ABANDONED - UNTESTED]
// @namespace http://tampermonkey.net/
// @version 0.3.3
// @description [ABANDONED] Uploader tool for managing comments on 1337x. Original author banned - use at your own risk. Community contributions welcome!
// @author MankeyDoodle (Original), Community Maintained
// @match https://1337x.to/*
// @match https://www.1337x.to/*
// @match https://1337x.st/*
// @match https://www.1337x.st/*
// @match https://x1337x.ws/*
// @match https://www.x1337x.ws/*
// @match https://x1337x.eu/*
// @match https://www.x1337x.eu/*
// @match https://x1337x.se/*
// @match https://www.x1337x.se/*
// @match https://x1337x.cc/*
// @match https://www.x1337x.cc/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_deleteValue
// @grant GM_registerMenuCommand
// @grant GM_download
// @license MIT
// @homepageURL https://github.com/MankeyDoodle/MaNKeY-Bot-1337x-Comment-Assistant
// @supportURL https://github.com/MankeyDoodle/MaNKeY-Bot-1337x-Comment-Assistant/issues
// ==/UserScript==
/*
* ========================================
* ===== PROJECT STATUS: ABANDONED =====
* ========================================
*
* This project is NO LONGER ACTIVELY MAINTAINED by the original author.
*
* WHY: The original developer (MankeyDoodle) was banned from 1337x before
* this script could be properly tested and released. This script is being
* uploaded to preserve all the work done by MankeyDoodle and UncleSamurott,
* despite the ban.
*
* TESTING LIMITATIONS:
* - Many recently implemented features have NOT been fully tested
* - The script requires uploader account verification on 1337x to function
* properly, which is no longer possible due to the ban
* - This script was primarily tested on Google Chrome - browser-specific
* bugs on Firefox, Safari, Edge, etc. were NOT tested
* - This was the developer's first attempt at creating a public userscript
*
* USE AT YOUR OWN RISK:
* - Some features may be buggy or incomplete
* - No support will be provided by the original author
* - The code is provided AS-IS
*
* COMMUNITY CONTRIBUTIONS WELCOME:
* - Feel free to fork this project
* - Pull requests are welcome (though may not be reviewed)
* - Use this code for personal projects
* - Learn from it, modify it, make it your own!
*
* ===== DISCLAIMER =====
*
* This script is an INDEPENDENT, OPEN-SOURCE project.
* It is NOT affiliated with, endorsed by, or related to 1337x in any way.
* The authors have no connection to 1337x staff or administration.
* Use at your own discretion.
*
* ===== INSTALLATION INSTRUCTIONS =====
*
* This script requires a userscript manager. Here are your options:
*
* CHROME / EDGE / BRAVE / OPERA:
* - Tampermonkey (Recommended): https://www.tampermonkey.net/
* - Violentmonkey: https://violentmonkey.github.io/
*
* FIREFOX:
* - Tampermonkey: https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/
* - Violentmonkey: https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/
* - Greasemonkey: https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/
*
* SAFARI:
* - Userscripts: https://apps.apple.com/app/userscripts/id1463298887
*
* HOW TO INSTALL:
* 1. Install one of the userscript managers above for your browser
* 2. Click on the userscript manager icon in your browser toolbar
* 3. Select "Create a new script" or "Add new script"
* 4. Delete any default code and paste this entire script
* 5. Save the script (Ctrl+S or Cmd+S)
* 6. Visit any 1337x page - the script will activate automatically!
*
* FEATURES:
* - Block users (hard block hides comments, soft block highlights)
* - Trust users (green highlight for friends/helpers)
* - Keyword filtering to auto-hide specific content
* - Quick reply templates for fast responses
* - Custom tags displayed next to usernames
* - Themes and full appearance customization
* - Export/Import your settings and lists
*
* ===== ORIGINAL AUTHORS =====
* - MankeyDoodle (MNKYDDL) - Creator & Lead Developer
* - UncleSamurott - Co-Developer
*/