Skip to content

Instantly share code, notes, and snippets.

@nomadmd1
nomadmd1 / Fuck-Reddit.md
Created May 8, 2025 00:17 — forked from dungsaga/Fuck-Reddit.md
Make Reddit clients Alive again !!

Make Reddit clients Alive again !!

Reddit has imposed paid API limits and that compelled developers to shutodwn their clients.
But There is a way you can Keep using your favourite reddit Client.

Obtaining Client ID

Step 1: Navigate to this page.

image

@nomadmd1
nomadmd1 / Add-InternetExploreZoneSetting.ps1
Created April 2, 2023 18:33 — forked from altrive/Add-InternetExploreZoneSetting.ps1
Configure Internet Explorer security zone settings.
<#
.SYNOPSIS
Configure Internet Explorer SecurityZone Settings.
.DESCRIPTION
Note: Configration is not applied immediately, Need to restart related services to apply zone settings.
.LINK
http://support.microsoft.com/kb/184456/en-us
$is_64bit = [IntPtr]::size -eq 8
$ssh_install_dir = "$env:ProgramFiles\OpenSSH"
$ssh_installer = "$env:TEMP\setupssh-6.4p1-1.exe"
$ssh_download_url = "http://www.mls-software.com/files/setupssh-6.4p1-1.exe"
if ($is_64bit) {
$ssh_installer = "$env:TEMP\setupssh-6.4p1-1(x64).exe"
$ssh_download_url = "http://www.mls-software.com/files/setupssh-6.4p1-1(x64).exe"
}