Skip navigating site structures and use a search engine hack.
Tutorial
| time | section |
|---|---|
| 00:00 | Intro |
| 00:30 | Demo |
| 01:39 | Finished product |
| 02:03 | Start from scratch |
| 06:29 | Sometimes other search engines work better |
| 07:50 | See more tutorials |
Recipe
- Name
- Find this domain on twitter.com
- Callback
location.href = 'https://duckduckgo.com/?q=site%3Atwitter.com+' + location.host.replace('www.', '')
- Name
- Domain on twitter
- Callback
location.href = 'https://www.google.com/search?q=site:twitter.com+"' + location.host.replace('www.', '') + '"'
Part of Cooking with Launchlet.