Skip to content

Instantly share code, notes, and snippets.

View AmreshSinha's full-sized avatar
🎯
Focusing

Amresh Prasad Sinha AmreshSinha

🎯
Focusing
View GitHub Profile
@AmreshSinha
AmreshSinha / theAthleticByPass.js
Created November 2, 2021 14:55
Tampermonkey Script for bypassing The Athletic Site
// ==UserScript==
// @name The Athletic By Passer
// @namespace https://github.com/AmreshSinha/
// @version 0.1
// @description Bypasses The Athletic Premium
// @author AmreshSinha
// @match https://theathletic.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant GM_addStyle
// @require http://code.jquery.com/jquery-latest.js
@AmreshSinha
AmreshSinha / .env
Last active October 11, 2021 09:20
Change Var
_APP_OPENSSL_KEY_V1=<Your-Secret-Key>
_APP_CONSOLE_WHITELIST_EMAILS=<Your-Email>
@AmreshSinha
AmreshSinha / heroku_commands.sh
Created October 11, 2021 06:46
Heroku Commands
heroku container:login
heroku create
heroku container:push -a APP_NAME
heroku container:release -a APP_NAME
@AmreshSinha
AmreshSinha / clone.sh
Created October 11, 2021 06:40
Cloning Appwrite
git clone https://github.com/appwrite/appwrite.git
cd appwrite