Add accurate-vencord.user.js
This commit is contained in:
parent
4865439b38
commit
c21287a406
1 changed files with 15 additions and 0 deletions
15
accurate-vencord.user.js
Normal file
15
accurate-vencord.user.js
Normal 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);
|
Loading…
Reference in a new issue