For videos/movies/tvshows :
intext:\"Search Term\" intitle:\"index.of\" +(wmv|mpg|avi|mp4|mkv|mov) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)
Images :
0x8545: Original 84 -> 850x08FF19: Original 75 -> EB0x1932C7: Original 75 -> 74 (remove UNREGISTERED in title bar, so no need to use a license)$username = "token"
$password = "<token goes here>"
$pair = "$($username):$($Password)"
$bytes = [System.Text.Encoding]::ASCII.GetBytes($pair)
$encodedCredentials = [Convert]::ToBase64String($bytes)
$url = "https://api.nordvpn.com/v1/users/services/credentials"
| #Requires AutoHotkey v2.0 | |
| AppVol(Target := "A", Level := 0) { | |
| if (Target ~= "^[-+]?\d+$") { | |
| Level := Target | |
| Target := "A" | |
| } else if (SubStr(Target, -4) = ".exe") { | |
| Target := "ahk_exe " Target | |
| } | |
| try { |