Skip to content

Instantly share code, notes, and snippets.

View rs4231199's full-sized avatar

Rahul Saini rs4231199

View GitHub Profile

hi there :hi:

@rs4231199
rs4231199 / nerdfetch_custom.sh
Created January 4, 2022 15:28
nerdfetch with disk usage
#!/bin/sh
## OS/ENVIRONMENT INFO DETECTION
ostype="$(uname)"
if command -v getprop > /dev/null; then
linuxtype=android
else
linuxtype=none
@rs4231199
rs4231199 / steps.md
Last active February 15, 2022 14:20
fake tweet generator
  1. Go to twitter.com

  2. Run in console

document.designMode = 'on'

OR

document.body.setAttribute('contenteditable', true)
document.body.setAttribute('spellcheck', false)