Skip to content

Instantly share code, notes, and snippets.

View OpenSauce04's full-sized avatar

OpenSauce OpenSauce04

  • United Kingdom
  • 18:57 (UTC +01:00)
View GitHub Profile
@OpenSauce04
OpenSauce04 / autoexec.cfg
Created June 4, 2024 19:26
GMod config file which improves performance
gmod_mcore_test 1
cl_threaded_bone_setup 1
@OpenSauce04
OpenSauce04 / epiphany-bookmark-sync.patch
Last active April 22, 2024 21:52
A patch which re-enables bookmark syncing on the Epiphany browser. /etc/portage/patches/www-client/epiphany/
From 3b0639a5f2346e489f731fef6cba0fefd66e70be Mon Sep 17 00:00:00 2001
From: OpenSauce04 <opensauce04@gmail.com>
Date: Mon, 22 Apr 2024 23:41:40 +0100
Subject: [PATCH] Revert "Sabotage the bookmarks sync feature"
This reverts commit 26f513adaeab49fe94cdca35dd102f7c6fc51bf3.
---
src/ephy-firefox-sync-dialog.c | 3 +--
src/ephy-shell.c | 2 --
src/resources/gtk/firefox-sync-dialog.ui | 1 -
@OpenSauce04
OpenSauce04 / surf_css.cfg
Created September 16, 2022 16:58
CS: Source surf config
sv_cheats 1
sv_accelerate 10
sv_airaccelerate 800
impulse 200
echo Surf mode loaded.
@OpenSauce04
OpenSauce04 / surf_csgo.cfg
Created September 16, 2022 16:57
CS:GO surf config
sv_cheats 1
sv_accelerate 10
sv_airaccelerate 800
sv_autobunnyhopping 1
mp_roundtime 999999999
bot_kick
mp_restartgame 1
echo Surf mode loaded.
@OpenSauce04
OpenSauce04 / PhenomenalStyle.user.js
Created February 21, 2022 13:47
A modified version of the "Phenomenal Style" Pokemon Showdown skin with no custom background
// ==UserScript==
// @name The Phenomenal Style - Pokemon Showdown!
// @namespace http://userstyles.org
// @description TIP: Activate the "dark mode" for better visual presentation.
// @author TheLoss Because
// @homepage https://userstyles.org/styles/176018
// @include http://play.pokemonshowdown.com/*
// @include https://play.pokemonshowdown.com/*
// @include http://*.play.pokemonshowdown.com/*
// @include https://*.play.pokemonshowdown.com/*
@OpenSauce04
OpenSauce04 / GDalt.ahk
Created September 26, 2021 19:07
Rebinds the Geometry Dash jump key to the Alt key
Alt::LButton
@OpenSauce04
OpenSauce04 / psimpostor.pyw
Last active February 14, 2022 18:46
A script that allows Powershell to run on certain computers where it is disabled
from shutil import copy
from subprocess import Popen, CREATE_NEW_CONSOLE
from os import remove
import atexit
import ctypes
from threading import Thread
from time import sleep
def copydata():
print("Copying powershell data...")
copy("C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe", "./tmp.exe")
@OpenSauce04
OpenSauce04 / webrickserver.rb
Created May 2, 2020 18:58
Webrick server example
require 'webrick'
server = WEBrick::HTTPServer.new :Port => 80
server.mount "/", WEBrick::HTTPServlet::FileHandler, './'
trap('INT') { server.stop }
server.start
@OpenSauce04
OpenSauce04 / run.bat
Created April 14, 2020 18:38
Processing 3 run command
processing-java --sketch="%cd%" --run