Instantly search OBLIVION from any webpage. Select text and click the bookmarklet, or click it to type a query.
Drag this button to your bookmarks bar:
For transparency, here's exactly what the bookmarklet does:
javascript:void(
window.location = 'https://oblivionsearch.com/search?q='
+ encodeURIComponent(
window.getSelection().toString()
|| prompt('Search OBLIVION:', '')
)
)
It reads your selected text (or asks for a query) and navigates to OBLIVION Search. No data is sent anywhere else. No tracking.