Skip to content

Instantly share code, notes, and snippets.

View jakewdr's full-sized avatar

jake jakewdr

  • England
  • 22:18 (UTC -12:00)
View GitHub Profile
@jakewdr
jakewdr / file.md
Last active June 6, 2024 08:42
Websites to find FREE research journals, papers and articles
@jakewdr
jakewdr / google.md
Last active May 21, 2024 21:40
Small guide to improve the privacy and performance of google

What is this

Just a small guide to improve the privacy and performance of google.

Default search engine

Even though google is not the most privacy centered browser in the world, you can still strip out a bunch of the AI and advertising crud

To do this you can change your default search engine to https://google.com/search?q=%s&udm=14 (you can replace .com with your regional address)

@jakewdr
jakewdr / nuker.bat
Last active May 31, 2024 17:57
Nukes your a bunch of network cache and changes a bunch of settings
@echo off
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh int ip reset
netsh winsock reset
arp -d
@jakewdr
jakewdr / autoexec.cfg
Created June 4, 2023 16:54 — forked from BlackCetha/autoexec.cfg
Null cancelling movement script (source games)
bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright
alias +mfwd "-back;+forward;alias checkfwd +forward;"
alias +mback "-forward;+back;alias checkback +back;"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft;"
alias +mright "-moveleft;+moveright;alias checkright +moveright;"
alias -mfwd "-forward;checkback;alias checkfwd none;"