From c21287a406ec97efe67ace7e81e2c681eac975a6 Mon Sep 17 00:00:00 2001 From: nin0 Date: Sun, 4 Aug 2024 16:14:01 +0000 Subject: [PATCH] Add accurate-vencord.user.js --- accurate-vencord.user.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 accurate-vencord.user.js diff --git a/accurate-vencord.user.js b/accurate-vencord.user.js new file mode 100644 index 0000000..1b4a944 --- /dev/null +++ b/accurate-vencord.user.js @@ -0,0 +1,15 @@ +// ==UserScript== +// @name Vencord Accurate Tags +// @namespace Violentmonkey Scripts +// @match https://github.com/Vendicated/Vencord/* +// @grant none +// @version 1.0 +// @author nin0dev +// @description 04/08/2024, 12:12:52 +// ==/UserScript== + +setInterval(()=>{document.querySelectorAll("span[aria-label*='sponsor since'], span[aria-label*='gave money to']").forEach(e=>{e.ariaLabel="This user gave money to veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeev"; e.querySelector("span").innerHTML="Vencord Premium Subscriber";})}, 100); +setInterval(()=>{document.querySelectorAll("span[aria-label*='previously committed'], span[aria-label*='unpaid intern']").forEach(e=>{e.ariaLabel="This user is an unpaid intern of The Vencord Company of Düsseldorf"; e.querySelector("span").innerHTML="Unpaid Sla- Intern";})}, 100); +setInterval(()=>{document.querySelectorAll("span[aria-label*='invited to collaborate'], span[aria-label*='corporate slave']").forEach(e=>{e.ariaLabel="This user is a corporate slave of V"; e.querySelector("span").innerHTML="Corporate Underpaid Venfactory Worker";})}, 100); +setInterval(()=>{document.querySelectorAll("span[aria-label*='is the owner of'], span[aria-label*='exploiting underpaid']").forEach(e=>{e.ariaLabel="Veeeev herself, exploiting poor employees"; e.querySelector("span").innerHTML="Grandmaster at Pain & Suffering";})}, 100); +setInterval(()=>{document.querySelectorAll("span[aria-label*='is the author of'], span[aria-label*='poor soul']").forEach(e=>{e.ariaLabel="This user is a poor soul working for the Vencord project. thank you"; e.querySelector("span").innerHTML="Poor Soul";})}, 100); \ No newline at end of file