Add accurate-vencord.user.js

This commit is contained in:
nin0dev 2024-08-04 16:14:01 +00:00
parent 4865439b38
commit c21287a406

15
accurate-vencord.user.js Normal file
View file

@ -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);