Last updated: August 2025
ShutTab is committed to protecting your privacy. This privacy policy explains how our browser extension handles data and your personal information.
🌞 Morning 139 commits █████▏░░░░░░░░░░░░░░░ 24.8% | |
🌆 Daytime 177 commits ██████▋░░░░░░░░░░░░░░ 31.6% | |
🌃 Evening 53 commits █▉░░░░░░░░░░░░░░░░░░░ 9.4% | |
🌙 Night 192 commits ███████▏░░░░░░░░░░░░░ 34.2% |
🔫 Counter-Strike: Global Offensive 🕘 2435 hrs 8 mins | |
🎮 Brawlhalla 🕘 323 hrs 8 mins | |
💻 Wallpaper Engine 🕘 80 hrs 10 mins | |
🎮 HITMAN™ 2 🕘 39 hrs 35 mins | |
🎮 Watch_Dogs 🕘 28 hrs 12 mins |
from turtle import * | |
# Doraemon with Python Turtle | |
def ankur(x, y): | |
penup() | |
goto(x, y) | |
pendown() | |
# Block-Steam-Invites | |
Allows user specific value to block all users under that value. | |
Able to block only private profiles. | |
Able to block only VAC or Trading banned accounts. | |
# Installation: | |
You will need to install this script using the | |
Google Chrome: [Tampermonkey extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo). | |
Firefox: [Greasemonkey addon](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/). |
HTML +3.0k/ -0 █████████▊░░░░░░░░░░░ 47.0% | |
CSS +2.3k/ -10 ███▏░░░░░░░░░░░░░░░░░ 15.3% | |
Markdown +685/ -74 ███░░░░░░░░░░░░░░░░░░ 14.6% | |
SVG +248/ -0 ██▍░░░░░░░░░░░░░░░░░░ 11.4% | |
Python +715/ -2 █▊░░░░░░░░░░░░░░░░░░░ 8.8% | |
JavaScript +138/ -0 ▌░░░░░░░░░░░░░░░░░░░░ 2.4% | |
JSON +35/ -7 ░░░░░░░░░░░░░░░░░░░░░ 0.5% | |
Shell +4/ -0 ░░░░░░░░░░░░░░░░░░░░░ 0.1% |
A COLD PLAY The Kid LAROI | |
ILoveUIHateU Playboi Carti | |
Can't Tell Me Nothing Kanye West | |
Skydweller Vieze Asbak & Hades | |
Sahiba Aditya Rikhari | |
CRUSH (with Travis Scott) Playboi Carti & T | |
Headlines Drake | |
Sugar On My Tongue Tyler, The Creator | |
Give Me More - Just Rawer Aloboi | |
POP OUT Playboi Carti |
import selfcore from "selfcore"; | |
const client = new selfcore(); | |
const gateway = new selfcore.Gateway( | |
"TOKEN" | |
); | |
gateway.on("message", (m) => { | |
if (m.channel_id === "CHANNEL_ID") { | |
let content = m.content ? m.content : { embeds: [m.embeds[0]] }; |
import csv | |
import getpass | |
import sys | |
import requests | |
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'} | |
def print_get_contest(email, password): |