Skip to content

Instantly share code, notes, and snippets.

View RazerMoon's full-sized avatar
🐢
Slowly getting there...

Rasync RazerMoon

🐢
Slowly getting there...
  • Ireland
View GitHub Profile
@RazerMoon
RazerMoon / nitrobegone.css
Last active April 24, 2020 19:49
Gets rid of the Discord Nitro tab in settings
/* Discord Nitro Tab be gone */
/* By RazerMoon*/
.da-item:not(.da-themed):not(span):not(.da-clickable) {
display: none;
}
@RazerMoon
RazerMoon / webcam.css
Created April 23, 2020 13:58
Changes the size of the webcam preview window in settings, because it is hella small by default.
/* Webcam Size Changer Snippet */
/* By RazerMoon */
.userSettingsVoice-iwdUCU .media-engine-video {
height: 405px !important;
width: 720px !important;
}
.userSettingsVoice-iwdUCU .previewContainer-37c2Si {
position: relative;
@RazerMoon
RazerMoon / membername.css
Last active April 23, 2020 13:39
Gets rid of the roles and names in the member list, leaving only the avatars.
/* Member List Name Hider Snippet */
/* by RazerMoon/Rasync */
.da-membersGroup {
display: none; /* Hides Roles */
}
.da-layout > .da-content {
display: none; /* Hides names */
}
@RazerMoon
RazerMoon / rgb.js
Created April 18, 2020 03:54
Change RGB values of username text
let usernames = document.querySelectorAll(".username-1A8OIy")
for (let i = 0; i < usernames.length; i++) {
let rgb = usernames[i].style.color
if (rgb == 0) continue;
rgb = rgb.replace(/[^\d,]/g, '').split(',').map(Number);
let maxValue = Math.max(rgb[0], rgb[1], rgb[2])

Keybase proof

I hereby claim:

  • I am RazerMoon on github.
  • I am razermoon (https://keybase.io/razermoon) on keybase.
  • I have a public key whose fingerprint is C2C1 69E9 5ACF D1E1 539D 3205 C825 571D 6440 A36D

To claim this, I am signing this object: