Guest User

XMA hide user mods

a guest
Aug 24th, 2025
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. var userList = [/* ... */];
  2. userList.forEach(userID => document.querySelectorAll('a[href="/user/' + userID + '"]').forEach(x => x.closest('div.px-1').remove()));
Advertisement
Add Comment
Please, Sign In to add comment