/ Published in: Regular Expression
Here are a few handy searches I've collected over the years
Expand |
Embed | Plain Text
//Searc for Audio MP3s -inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(mp3 "Smashing Pumpkins" //Search for PDF -inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(pdf) "1984" //Search for Comic Books (Simplified) -inurl:htm -inurl:html intitle:"index of" "Last modified" spider-man cbr
You need to login to post a comment.
