Skip to content

Instantly share code, notes, and snippets.

View hl2guide's full-sized avatar
🫒
stuck in a for loop

Dean hl2guide

🫒
stuck in a for loop
  • Australia
View GitHub Profile
@hl2guide
hl2guide / BROWSER_EXTENSIONS_README.md
Last active January 15, 2022 01:01
The best security and privacy focused internet browser extensions/addons for 2022 (in my opinion).
@hl2guide
hl2guide / UnwantedTwitch_Blacklist.json
Last active October 3, 2021 16:57
A custom vastly improved settings file for use in Unwanted Twitch (https://github.com/kwaschny/unwanted-twitch). Simply import using the extension's settings page and save settings and then reload any Twitch tabs. It blocks "hot tub" streams and junk.
{"categories":["-A-",".hack//Infection",".hack//Mutation","+ = x","100% Orange Juice","112 Operator","12 HOURS","1v1.lol","428: Shibuya Scramble","4thewords","5 Days a Stranger","5X","60 Seconds!","60 Seconds! Reatomized","7 Days to Die","A Misteryous Thief","A Plague Tale: Innocence","A Short Hike","A Story About My Uncle","A Total War Saga: Troy","A Way Out","ACE Online","ActRaiser","Actraiser Renaissance","Advance Wars: Days of Ruin","Advance Wars: Dual Strike","Advent Rising","Adventure Island","AER: Memories of Old","Afterparty","Agar.io","Agatha Christie: The ABC Murders","Age of Empires","Age of Empires II","Age of Empires III","Age of Empires IV","Age of Mythology","Agrou","AI: The Somnium Files","Aim Lab","Aion","Airport","Akiba's Trip: Hellbound & Debriefed","Alan Wake","Albion","Alice Gear Aegis","Alien: Isolation","Aliens: Fireteam Elite","Alliance of Valiant Arms","Alone in the Dark 2","ALTF4","Always On","American Railroads - Summit River & Pine Valley","AMID EVIL","Amnesia: Rebirth","Among Us",
*Unofficial Fallout 4 Patch.esp
*Mod-NWTransCenLOD.esl
*Mod-Nuka World Creature XP Tweaks.esl
*Mod-Quintessential Quarries.esl
*Mod-StarlightLOD.esl
*Mod-Vault111LOD.esl
*Mod-AORobcoReconScope.esl
*Mod-BetterRoboticsDisposal.esl
*Mod-Burly Bunkers.esl
*Mod-DeanomanEasiestHacking.esl
@hl2guide
hl2guide / sabnzbd_guide.md
Created August 24, 2020 10:41
A guide that contains useful tips for sabnzbd.

Guide for sabnzbd

This guide contains useful tips for sabnzbd that you may or may not know.

@hl2guide
hl2guide / upgrade_ffmpeg_windows.ps1
Created August 15, 2020 06:54
A PowerShell script that downloads and upgrades ffmpeg Nightly for Windows
# Downloads and upgrades ffmpeg Nightly for Windows
# Saves time by changing a manual process to auto
# Start Edits
$destinationFolderTemp = "C:\Temp"
$finalDestinationFolder = "D:\Portable Software\Command Line Apps"
# End Edits
$uri = "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip"
$destinationFileTemp = "$destinationFolderTemp\ffmpeg-latest-win64-static.zip"
@hl2guide
hl2guide / sabnzbd_queue_snapshot.ps1
Created April 4, 2020 12:41
Gets the full queue of SABnzbd as a snapshot text file using the official API.
# Name: SABqueueSnapShot for PowerShell
# Decription: Gets the full queue of SABnzbd as a snapshot text file using the official API
# Version: 1.0B
# Required Edits: 1-4
# To troubleshoot issues ensure that all firewalls are configured properly :D
# Start Edits:
# Edit 1) Edit this to your API key in SABnzbd's General > Security settings section
@hl2guide
hl2guide / settings.json
Created February 25, 2020 19:56
example settings.json
{
"workbench.editor.showIcons": true,
"workbench.startupEditor": "none",
"editor.fontSize": 12,
"editor.minimap.enabled": false,
"editor.mouseWheelZoom": true,
"editor.tabSize": 4,
"editor.renderWhitespace": "all",
"editor.insertSpaces": true,
"editor.rulers": [
@hl2guide
hl2guide / skytorrents.py
Created February 5, 2020 08:17 — forked from kernc/skytorrents.py
SkyTorrents.lol search plugin for qBittorrent
# -*- coding: utf-8 -*-
#VERSION: 2.0
#AUTHORS: Joost Bremmer (toost.b@gmail.com)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@hl2guide
hl2guide / mod.settings
Last active January 2, 2020 05:49
Customized mod.settings file for The Witcher 3 - Full
; Basic mod.settings file for The Witcher 3
; This file goes in your Documents\The Witcher 3 folder.
; So if you installed the game to your C drive on Win7, it would go in C:\Users\USERNAME\Documents\The Witcher 3
; Intro and instructions from "W3 Tutorials - Using the mods.settings file" by Kad_Venku
; Original PDF can be downloaded at http://www.moddb.com/mods/the-witcher-3-wild-hunt-launcher/downloads/using-the-modssettings-file
; You can use the semicolon to comment your file, the game will ignore lines which start with a semicolon
; [section] this is a section, in our case it marks the beginning of a mod's entry