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.
If the bookmarks bar isn't visible, enable it with View → Show Bookmarks Bar (Chrome / Edge / Safari) or Ctrl/Cmd+Shift+B.
How to install
- Make sure the bookmarks bar is visible.
- Drag the Open in LIVIA button above onto the bookmarks bar.
- Visit an AlphaFold DB entry or FlyPredictome details page.
- Click the new bookmark — the tab navigates to the matching LIVIA page.
If drag doesn't work
- Right-click the bookmarks bar → Add page (or New bookmark).
- Name: anything you like (e.g.
LIVIA).
- 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.