LIVIA — Bookmarklet

One-click jump from AlphaFold DB or FlyPredictome to the matching LIVIA page

Open in LIVIA

Drag the blue button below to your browser's bookmarks bar. When you're on an AlphaFold DB entry page or a FlyPredictome details page, click the bookmark and LIVIA will open the matching analysis page automatically.

Open in LIVIA ← drag to your bookmarks bar
If the bookmarks bar isn't visible, enable it with View → Show Bookmarks Bar (Chrome / Edge / Safari) or Ctrl/Cmd+Shift+B.

Where it works

AlphaFold DB dimer/complex alphafold.ebi.ac.uk/entry/AF-… → AFDB Dimer
AlphaFold DB monomer alphafold.ebi.ac.uk/entry/<UniProt> → AFDB Monomer Subdomain
FlyPredictome flyrnai.org/…/famdb_details/…/SET_xxx/ → FlyPredictome
FlyPredictome ortholog flyrnai.org/…/famdb_details_ortho/…/SET_xxx/ → Ortholog Interactome

On any other page the bookmarklet shows a short message and does nothing else.

How to install

  1. Make sure the bookmarks bar is visible.
  2. Drag the Open in LIVIA button above onto the bookmarks bar.
  3. Visit an AlphaFold DB entry or FlyPredictome details page.
  4. Click the new bookmark — the tab navigates to the matching LIVIA page.

If drag doesn't work

  1. Right-click the bookmarks bar → Add page (or New bookmark).
  2. Name: anything you like (e.g. LIVIA).
  3. URL: paste the code below.
javascript:(function(){var u=location.href,p=location.origin+location.pathname,t=null,m;if(m=u.match(/alphafold\.ebi\.ac\.uk\/entry\/(AF-\d+)/))t='https://flyark.github.io/LIVIA/dimer.html?id='+m[1];else if(m=u.match(/alphafold\.ebi\.ac\.uk\/entry\/(?:AF-)?([A-Z][0-9][A-Z0-9]{3}[0-9](?:[A-Z][A-Z0-9]{2}[0-9])?)/i))t='https://flyark.github.io/LIVIA/monomer.html?id='+m[1].toUpperCase();else if(/flyrnai\.org\/tools\/fly_predictome\/web\/famdb_details_ortho\//.test(u))t='https://flyark.github.io/LIVIA/ortholog_predictome.html?url='+encodeURIComponent(p);else if(/flyrnai\.org\/tools\/fly_predictome\/web\/famdb_details\//.test(u))t='https://flyark.github.io/LIVIA/flypredictome.html?url='+encodeURIComponent(p);if(t)window.open(t,'_blank','noopener');else alert('LIVIA: Unsupported page. Use on an AlphaFold DB entry page (alphafold.ebi.ac.uk/entry/...) or FlyPredictome details page (flyrnai.org/.../famdb_details[_ortho]/...).');})();

Tested on desktop Chrome. Other browsers (Firefox, Safari, Edge) typically support bookmarklets too, but were not verified.