Skip to content

Instantly share code, notes, and snippets.

@Cosmicoppai
Created November 26, 2021 21:00
Show Gist options
  • Save Cosmicoppai/928916abb2a35ed13262afbf8068c680 to your computer and use it in GitHub Desktop.
Save Cosmicoppai/928916abb2a35ed13262afbf8068c680 to your computer and use it in GitHub Desktop.
Script to search on pornhub in incognito
#!/bin/sh
query="$1"
if [ "$query" == '' ]; then
read -p "Enter Porn name/category: " query
fi
# curl https://jp.pornhub.com/video/search?search="$query"
start "brave" --incognito "https://jp.pornhub.com/video/search?search="$query""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment