-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiepChat.user.js
More file actions
36 lines (31 loc) · 1.58 KB
/
DiepChat.user.js
File metadata and controls
36 lines (31 loc) · 1.58 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
// ==UserScript==
// @name DiepChat
// @namespace https://tampermonkey.net/
// @icon https://diep.chat/assets/GeneralAssets/favicon.png
// @author 𝗗𝗶𝗲𝗽𝗖𝗵𝗮𝘁 𝗧𝗲𝗮𝗺
// @version 1.2
// @description Version 1.2
// @match https://diep.io/*
// @run-at document-start
// @require https://diep.chat/api
// @require https://diep.chat/diepchatv2
// ==/UserScript==
// ================================================== LICENSE ================================================== //
// © 2026 — @theblueel#0 (Discord)
// All rights reserved.
// This code is under exclusive ownership of @theblueel#0 and is protected by copyright.
// 1. Authorization
// The use of this code is permitted solely for personal, non-commercial purposes, and without any modification.
// 2. Prohibitions
// It is strictly forbidden, without prior written authorization:
// to modify, adapt, or create derivative works from this code;
// to redistribute, share, or publish this code, in whole or in part;
// to use this code for commercial purposes;
// to use this code as a basis for a similar or competing project.
// 3. Liability
// The code is provided "as is", without any warranty.
// The author cannot be held responsible for any damage resulting from its use.
// 4. Acceptance
// Any use of this code constitutes full acceptance of this license.
// In case of non-acceptance, use of this code is prohibited and can lead to legal action.
// ================================================== LICENSE ================================================== //