OBLIVION Bookmarklet

Instantly search OBLIVION from any webpage. Select text and click the bookmarklet, or click it to type a query.

How to Install

Drag this button to your bookmarks bar:

🔍 Search OBLIVION

Instructions

Step 1: Make sure your bookmarks bar is visible (Ctrl+Shift+B on Chrome/Firefox/Edge)
Step 2: Click and drag the purple "Search OBLIVION" button above to your bookmarks bar
Step 3: On any webpage, select some text and click the bookmarklet — or click it without selecting text to type a query
That's it! You can now search OBLIVION from any page on the web.

The Code

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.