Skip to content

Instantly share code, notes, and snippets.

@NeonGamerBot-QK
NeonGamerBot-QK / darkproxies.pac
Created June 8, 2024 02:39 — forked from darrenpmeyer/darkproxies.pac
PAC file for I2P, Tor, etc. proxy configs
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, ".i2p")) { return "HTTP 100.68.74.55:4444"; }
if (dnsDomainIs(host, ".onion")) { return "SOCKS5 100.68.74.55:9050"; }
return "DIRECT";
}
;(()=>{
var b=window.open()
a=b.document.createElement("iframe")
a.style.width="100%"
a.style.height="100%";
a.style.border="none"
a.src=location.href
b.document.body.appendChild(a)
window.close()
location.replace("https://saahild.com/close_window_under_anystance.html")
// ==UserScript==
// @name UserScript Cursor Icon
// @author iralakaelah
// @description Changes your mouse cursor into a pretty cute Greasemonkey icon when hovering over user script links.
// @include http*://*
// @run-at document-start
// @version 1.20
// @namespace https://greasyfork.org/en/scripts/419170-userscript-cursor-icon
// @homepage https://greasyfork.org/en/scripts/
// @downloadURL https://update.greasyfork.org/scripts/419170/UserScript%20Cursor%20Icon.user.js
// ==UserScript==
// @name Github Nyan Cat Star
// @namespace https://github.com/EastSun5566
// @version 0.0.7
// @description Makes GitHub make sense again
// @author Michael Wang
// @license MIT
// @homepageURL https://github.com/EastSun5566
// @match https://github.com/**
// @icon https://www.google.com/s2/favicons?sz=64&domain=nyan.cat
console.log(`external paste loaded`)
debugger;
well well well
@NeonGamerBot-QK
NeonGamerBot-QK / SlateX.theme.css
Last active April 11, 2024 02:34
CSS theme for discord customized
/**
* @name SoftX
* @author Gibbu
* @version 1.0.0
* @description A soft and comfy feel for Discord.
* @source https://github.com/DiscordStyles/SoftX
* @invite ZHthyCw
*/
@import url('https://gist.githubusercontent.com/NeonGamerBot-QK/2220d8fc443769b66a43185e4c6d8b80/raw/99e6fc7e0a65e3893185f3523a6a7f4016adc55e/SoftX.css');
@NeonGamerBot-QK
NeonGamerBot-QK / content_warning_footage.js
Created April 5, 2024 03:50
Upload content warning footage to discord
// const fetch = require('node-fetch')
const { Webhook, MessageBuilder } = require('discord-webhook-node');
const hook = new Webhook("URL HERE");
// const fs = require('fs')
const chokidar = require('chokidar');
chokidar.watch(require('os').homedir() + '\\OneDrive\\Desktop\\').on('add', (path) => {
// console.log(path)
if (path.includes('.webm') && path.includes('content_warning')) {
// upload to a discord webhook
console.log(`Sending ${path} to webhook`)
setInterval(() => {
if(document.getElementsByClassName( "introduction__start-button")[0]) document.getElementsByClassName( "introduction__start-button")[0].click()
Array.from(document.getElementsByTagName('input')).forEach(e=>e.click())
document.getElementsByClassName('progress__level-up-button')[0].click()
}, 50)
/**
* @name Frosted Glass Using Custom IMG Lynx Art but trans
* @author Gibbu#1211
* @version 2.0.0
* @description Display your picture of choice with adjustable blur and brightness. Dark theme is required.
* @invite ZHthyCw
* @donate https://paypal.me/IanRGibson
* @authorId 174868361040232448
* @source https://github.com/DiscordStyles/FrostedGlass
* @website https://gibbu.me/