Skip to content

Instantly share code, notes, and snippets.

View 0xSumitBanik's full-sized avatar
:atom:
Building

Sumit Banik 0xSumitBanik

:atom:
Building
View GitHub Profile
// ==UserScript==
// @name TweetXer
// @namespace https://github.com/lucahammer/tweetXer/
// @version 0.6.2
// @description Delete all your Tweets for free.
// @author Luca
// @match https://x.com/*
// @icon https://www.google.com/s2/favicons?domain=twitter.com
// @grant unsafeWindow
// ==/UserScript==
@0xSumitBanik
0xSumitBanik / move_cursor.py
Created February 9, 2021 10:23
Keep your screen always on. Can be used to show your status as available everytime
'''
Usage: To keep your screen always on
How: The mouse pointer moves randomly to any position after 10 seconds
Run python move_cursor.py to execute it
'''