Skip to content

Instantly share code, notes, and snippets.

View thenithinbalaji's full-sized avatar

The Nithin Balaji thenithinbalaji

View GitHub Profile
@thenithinbalaji
thenithinbalaji / manifest.json
Last active May 9, 2023 21:12
GitHub Feedblock Extension
{
"name": "GitHub Feed Blocker",
"description": "Block the feed!",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": ["https://github.com/"],
"js": ["/removal_script.js"]
}
@thenithinbalaji
thenithinbalaji / main.py
Last active January 10, 2023 20:02
Botting Numbers for Counting Discord Bots
import pyautogui as pp
import time
import sys
number = int(input("Enter the next number for counting bot:: "))
last_number = int(input("Enter the last number for counting bot:: "))
time1 = int(input("Enter time gap for left app's count:: "))
time2 = int(input("Enter time gap for right app's count:: "))
time.sleep(1)