Skip to content

Instantly share code, notes, and snippets.

View Technetium1's full-sized avatar
💭
If an immediate response is required, contact via Discord

Technetium1 Technetium1

💭
If an immediate response is required, contact via Discord
View GitHub Profile
"1394ohci","*** SENTRYTRIBE MENTAL ***"
"ac98intc","*** DARKSKYLINE MENTAL ***"
"acelpvc","*** SIG22 - FOLLOW GUIDANCE ***"
"activemov","*** SIG25 - FOLLOW GUIDANCE ***"
"activems","*** SIG25 - FOLLOW GUIDANCE ***"
"actmove","*** SIG25 - FOLLOW GUIDANCE ***"
"actproxy","*** SIG25 - FOLLOW GUIDANCE ***"
"adap64info","*** SIG24 - FOLLOW GUIDANCE ***"
"adpkprp","*** KILLSUIT LOADER DRIVER - REMOVE ME ***"
"adpu321","*** SIG35 - FOLLOW GUIDANCE ***"
@Technetium1
Technetium1 / RemoveGoogleAds.user.js
Last active November 18, 2018 21:35
Remove Ads from Google results
// ==UserScript==
// @name Remove Ads from Google search
// @namespace XcomeX
// @description Removes ads from Google search result pages
// @version 0.4
// @author XcomeX
// @include /^https?://www\.google\./
// @grant none
// ==/UserScript==
static ConvertReason(a) {
let b = "";
switch (a) {
case 0:
b = "There is no internet connection...";
break;
case 1:
b = "Opss, chatroom has no free slots for users";
break;
case 2:
@Technetium1
Technetium1 / ExportGoogleDomainContacts.user.js
Last active October 11, 2019 01:22
Don't scroll too fast or it won't be able to keep up. Results can be retrieved from local storage.
// ==UserScript==
// @name Export Google Domain Directory Contacts
// @version 1.0
// @description Export Google Contacts Domain Directory to LocalStorage
// @match *://contacts.google.com/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_addStyle
// @run-at document-start
// ==/UserScript==
@Technetium1
Technetium1 / TINYCHAT_SUCKS.user.js
Created October 31, 2019 21:38
TC is dead, move to a better site
// ==UserScript==
// @name TC SUCKS
// @match https://tinychat.com/*
// @exclude https://tinychat.com/*?1*
// @exclude /.*tinychat\.com\/(settings|promote|gifts|subscription|coins|start|privacy\.|terms\.)([#\/].+)?/
// ==/UserScript==
(function() {
'use strict';
@Technetium1
Technetium1 / MS DISABLE EDGE SCRIPT.bat
Last active August 6, 2020 20:05
I fucking hate Windows so much. This will fail because permanence is set to permanent in the manifest for KB4559309. This tool was inspired by the garbage at https://docs.microsoft.com/en-us/deployedge/microsoft-edge-blocker-toolkit
@ECHO off
ECHO MICROSOFT EDGE IS FUCKING GARBAGE! LET'S GET RID OF IT FOREVER!
ECHO
SLEEP 1
goto admincheck
:admincheck
ECHO CHECKING FOR ADMIN PERMISSION TO CONTINUE!
net session >nul 2>&1
/* Make Transparent */
/*:root {*/
/* opacity: 0.96;*/
/*}*/
/* Settings for github.com/KillYoy/DiscordNight theme as of v0.8.15 */
:root {
--User-List-Width: 225px; /* 200px, Discord default = 240px */
--Channel-List-Width: 212px; /* 196px, Discord default = 240px */
--Channel-Invite-Edit-Button: none; /* flex = ON, none = OFF */
Start-Process -FilePath "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" -ArgumentList "http://captive.apple.com/hotspot-detect.html"
timeout /T 10 /NOBREAK
echo "ENDING EDGE!"
Get-Process -Name "*Edge*" | Stop-Process

Franks and Corn Bread Recipe:

Ingredients:

  • 2 cans Bush's country style baked beans (30-35oz total)
  • 1 package ballpark franks, halved lengthwise and diced (12-14 oz total)
  • 1 package corn bread or muffin mix (8.5oz total)
  • 1 TBSP brown sugar
  • 1 TBSP Worcestershire sauce
  • 1 TBSP mustard (can be fancy mustard for more flavor)
  • 1 CUP shredded cheddar cheese (4oz)
// ==UserScript==
// @name JumpinChat Open Dyslexic Mono Font
// @version 1.0
// @description Uses Open Dyslexic Mono Font on jumpin.chat & jumpinchat.com
// @author https://github.com/Technetium1
// @updateURL 127.0.0.1
// @match https://jumpin.chat/*
// @match https://jumpinchat.com/*
// @grant GM_addStyle
// @run-at document-start