Drug Landscape bookmarklet

One-click bookmarklet for any browser (Chrome, Firefox, Safari, Edge, Brave). Select a drug, NCT trial ID, or pharma term on any website and look it up on Drug Landscape. No extension needed.

Drag the button below onto your bookmarks bar. From then on, you can select any drug, NCT trial ID, or pharma term on any website, click the bookmark, and a Drug Landscape lookup opens in a new tab.

⬇ Drag me: Look up on Drug Landscape
Drag the button onto your bookmarks bar — don't click it.

Or — overlay version (shows result inline)

This variant fetches the top hit and shows it as a popover on the current page, instead of opening a new tab.

⬇ Drag me: Drug Landscape — inline lookup
Same drag-to-bookmarks-bar install.

How to use

  1. On any webpage — a research paper, a press release, a Wikipedia article — select a drug, NCT trial ID, or company name.
  2. Click the bookmark.
  3. Drug Landscape opens with the lookup result (in a new tab, or inline, depending on which variant you installed).

What it works on

Privacy

Only the text you have selected is sent — and only when you click the bookmark. No background tracking, no analytics on the bookmarklet, no third-party requests, no cookies set by the bookmarklet itself.

Source code

// "open in new tab" variant
(function() {
  var s = (window.getSelection ? String(window.getSelection()) : '').trim();
  var url = 'https://druglandscape.com/drugs';
  if (s) url = 'https://druglandscape.com/drugs?q=' + encodeURIComponent(s);
  window.open(url, '_blank', 'noopener,noreferrer');
})();

Want more power?

Install the Chrome / Edge / Brave extension for hover popups, in-page underlines, and offline caching. Or for AI tools, see /integrations.