Skip to content

Instantly share code, notes, and snippets.

// is there a game to claim ? if yes, claim it
if ($('[value="claim"]') && $('[value="claim"]')[0]) {
$('[value="claim"]')[0].click();
// have I claimed a game ? If yes, go back
} else if (!window.location.toString().includes("/bundle/download")) {
$('.nav_btn')[1].click();
// no game to claim, no game claimed, change page
} else {
@taskylizard
taskylizard / fmhy.md
Last active November 16, 2024 07:02
/r/freemediaheckyeah, in one single file (view raw)
@krcm0209
krcm0209 / README.md
Last active November 16, 2024 11:28
Using AdGuard DNS over HTTPS (DoH) on Windows 11

Why

You may want to use AdGuard's DNS over HTTPS[^2] service if you

  1. Want to make it harder for your ISP to know what websites you are requesting
  2. Want to block most traditional ads from your web browsing experience across your entire PC

Setup instructions

  1. Open PowerShell
@tablacus
tablacus / switchbrowser.js
Created November 14, 2021 10:03
Trident <--> Blink - Tablacus Explorer
wsh.CurrentDirectory = fso.BuildPath(te.Data.Installed, 'lib');
if (window.chrome) {
fso.MoveFile('tewv64.dll', '_tewv64.dll');
fso.MoveFile('tewv32.dll', '_tewv32.dll');
} else {
fso.MoveFile('_tewv64.dll', 'tewv64.dll');
fso.MoveFile('_tewv32.dll', 'tewv32.dll');
}
FinalizeUI();
te.Reload(1);
@shanselman
shanselman / ohmyposhv3-v2.json
Last active November 4, 2024 10:39
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
@Bhupesh-V
Bhupesh-V / get_instances.py
Last active March 31, 2022 17:03
Get list of working (and good) searx instances
import urllib.request
import json
HEADERS = {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36",
"Content-Type": "application/json",
}
def request(url, data=None, method=None):
@rlaphoenix
rlaphoenix / windows-7-plus-build-env-for-nitro.md
Last active July 11, 2023 18:10
Windows 7+ Build Environment for Nintendo NITRO-System (Nintendo DS) compiling.
@colemickens
colemickens / amiibo-emulation-with-linux-vm.md
Last active September 2, 2024 23:39
amiibo-emulation-with-linux-vm.md

Easy Amiibo Emulation - https://bit.ly/2z0m09k

(^ that's a short-link to this page, so you can open it in Linux)

Some users are discussing this guide in #hacking on the JoyConDroid Discord: https://discord.gg/SQNEx9v.

DO NOT ask for, or share links to, Amiibo bins in the comments! They will be removed. Thank you for understanding.

(Windows|Linux PC) + JoyControl + Bluetooth = AMIIBO EMULATION

@ninowalker
ninowalker / README.md
Last active March 24, 2023 23:45
Import search engine definitions by CLI