Created
November 26, 2021 21:00
-
-
Save Cosmicoppai/928916abb2a35ed13262afbf8068c680 to your computer and use it in GitHub Desktop.
Script to search on pornhub in incognito
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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