Skip to content

Instantly share code, notes, and snippets.

View devxan's full-sized avatar
👋
xan.lol

Xan devxan

👋
xan.lol
View GitHub Profile
@devxan
devxan / Vencord-quick.css
Last active June 2, 2024 03:22
QuickCSS for running in modified Discord desktop apps (Vencord)
@import url(https://raw.githubusercontent.com/Blisterexe/shiggy-loader/main/main.css);
@import url("https://minidiscordthemes.github.io/Snippets/AvatarDecorationCheckmark/main.css");
/* @import url("https://minidiscordthemes.github.io/Snippets/UnreadShake/UnreadShake.css");*/
/* @import url(https://seele1306.github.io/Snippets/MessageSection/import.css);*/
@import url(//dablulite.github.io/css-snippets/BetterAuthApps/import.css);
@import url(//dablulite.github.io/css-snippets/AccountDetailsGrid/import.css);
@import url(https://raw.githubusercontent.com/vencordcss/onekocord/main/onekoanimations.css);
@import url(https://raw.githubusercontent.com/vencordcss/onekocord/main/onekotoolbox.css);
@devxan
devxan / Free Nitro.md
Last active September 10, 2021 02:14

Free Nitro?!

For education purposes only. All code credit to @retronbv, I just decided to make this gist along with instructions because I wanted to share it with more people and I also thought you might like it. 😄 Click here to view the original console version. This also might be against the Discord TOS, so use at your own risk! ⚠️

Instructions

Select all the code of a version of the bookmarklet and drag that text into your bookmarks bar. Rename it if you would like. In the future you can open up a random website, click this, wait for the nitro to load, and if you didn't receive Nitro then click the bookmarklet again. To open up a new tab of possible Discord Nitro every time you click it, hold the Ctrl key as you press your mouse onto the bookmarklet. This will work even on chromium-based new tab pages! (Clicking the bookmarklet without holding the Ctrl key will not work on chromium-based new

@devxan
devxan / Scratch-Stats-Link.user.js
Last active June 8, 2021 02:57
Originally from https://github.com/Hans5958/userscripts/blob/master/Scratch/Shorter%20Scratch%20Stats%20Links.user.js. Made better by me. Now with working (hopefully? It doesn't seem too. Userscript developers, please help!) update link and a better name! Make sure to follow me on Scratch if you like it: https://scratch.mit.edu/users/-Xanimation-/
@devxan
devxan / scratch-view-unshared-project-bookmarklet.js
Created October 2, 2020 21:55
Let's you view a scratch project before it's shared. This is a bookmarklet. Drag the code into your bookmarks bar and rename it to "Open unshared project."
javascript:(function()%7Bif%20(window.location.href.indexOf('scratch.mit.edu%2Fprojects')%20%3E%200)%20%7B%0Awindow.location%20%3D%20'%23_bypasssharerestrictions_'%3B%20%0Alocation.reload()%3B%0A%7D%7D)()%3B
// ==UserScript==
// @name Scratch Project Analytics
// @version 1
// @description adds engagement rates for a project's likes/fav's out of total views an to MyStuff
// @author NickyNouse
// @match https://scratch.mit.edu/projects/*
// @match https://scratch.mit.edu/mystuf*
// @grant none
// ==/UserScript==
@devxan
devxan / scratch-message-organizer.user.js
Last active August 2, 2020 21:53
A userscript that organizes all your messages on the Scratch messages page.
// ==UserScript==
// @name Message Organizer (Scratch)
// @version 0.1
// @description Organizes all your messages on the Scratch messages page.
// @author Ani-Xan (remade from jokebookservice1)
// @match https://scratch.mit.edu/messages
// @updateURL https://gist.github.com/Ani-Xan/38dab0023d3bbb00dcb90b46d971be5e/raw/scratch-message-organizer.user.js
// @grant none
// ==/UserScript==
@devxan
devxan / magicFluffyUnicorn.user.js
Created August 2, 2020 18:37 — forked from prail/magicFluffyUnicorn.user.js
Simple userscript for commenting nice when you love a project.
// ==UserScript==
// @name magicFluffyUnicorn
// @namespace http://tampermonkey.net/
// @version 1.2
// @description Does cool magic fluffy unicorn kind of stuff.
// @author @TheUltimatum, @bob1171
// @match https://scratch.mit.edu/projects/*
// @grant none
// ==/UserScript==
@devxan
devxan / copy-comment.user.js
Created August 2, 2020 18:35 — forked from Kenny2github/copy-comment.user.js
Copy Scratch comment links
// ==UserScript==
// @name Comment IDs
// @version 0.1
// @description Get Scratch comment IDs
// @author Kenny2github
// @match https://scratch.mit.edu/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @updateURL https://gist.githubusercontent.com/Kenny2github/a25dff9c52c90d6f062209df43ef0200/raw/copy-comment.user.js
// ==/UserScript==
@devxan
devxan / matu-ctrl-enter.user.js
Created August 2, 2020 18:32 — forked from MegaApuTurkUltra/matu-ctrl-enter.user.js
Makes CTRL-Enter submit on Scratch comment and forum editors
// ==UserScript==
// @name Scratch CTRL-Enter
// @namespace http://aputurk.tk/
// @version 0.1
// @description Adds keybinds for posting
// @author MegaApuTurkUltra
// @match https://scratch.mit.edu/*
// @grant none
// @run-at document-end
// ==/UserScript==
// ==UserScript==
// @name Scratch Messages Finder
// @namespace scratch.mit.edu/users/bob1171
// @version 1.1
// @description Displays someone's message count
// @author @bob1171
// @match https://scratch.mit.edu/users/*
// @grant none
// ==/UserScript==