Copying a URL, opening a tool, pasting, submitting — four steps you will not keep doing. Wire it into the browser once and it becomes two keystrokes, which is the difference between a workflow you use and one you abandon.
Key Takeaways
- A custom keyword search is the simplest route and works in every major desktop browser.
- The tool accepts ?url= and &title= parameters and runs automatically on load.
- A bookmarklet captures the page you are on without any copying at all.
- Avoid extensions that request read-access to every site for a job a link can do.
How the Shortcut Works
The access tool reads two query parameters from its own URL. Supply ?url= and it pre-fills and runs immediately; add &title= and the search, Scholar and library queries get sharper.
So the target you are wiring up is simply:
https://paywallremover.org/?url=%s
Everything below is a different way of getting the current page's address into that %s. No extension permissions, no background process, no code running on pages you visit.
Method 1 — A Custom Keyword Search
The cleanest option on desktop. You type a short keyword in the address bar, then the URL, and press Enter.
Chrome, Edge, Brave and Other Chromium Browsers
- Open Settings, then Search engine, then Manage search engines and site search.
- Add a new site search entry.
- Name it
Paywall Remover, set the shortcut topw. - Set the URL to
https://paywallremover.org/?url=%s.
Firefox
Firefox builds keywords from bookmarks. Bookmark the homepage, open its properties, set the address to the same URL with %s, and put pw in the keyword field.
Safari
Safari has no built-in keyword search, so use the bookmarklet method below, which works well there.
To use it: copy the article URL, type pw, press Tab or Space, paste, press Enter.
Method 2 — A Bookmarklet
A bookmarklet skips the copying entirely. It reads the address and title of the page you are currently on and sends both.
Create a new bookmark and set its address to:
javascript:location.href='https://paywallremover.org/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title) |
Put it on the bookmarks bar and give it a short name. Clicking it on any article opens the tool with both fields already filled and the routes already generated.
Two caveats. Some browsers strip the javascript: prefix when you paste, so you may need to retype those eleven characters. And bookmarklets do not run on browser-internal pages, which is expected.
Method 3 — Mobile Share Sheets
Mobile has no address-bar keywords, but the share sheet fills the same role.
iOS — the Shortcuts app can take a URL from the share sheet, build the tool address around it, and open the result. Once saved with "Show in Share Sheet" enabled, it appears alongside every other share option.
Android — Chrome's share menu includes Copy link, and several automation apps can add a direct share target. Alternatively, keep the tool as a home screen web app and paste into it, which is two taps.
Why Not Just Install an Extension?
Because of what extensions have to ask for. A browser extension that acts on the current page generally needs permission to read and change data on every website you visit — including your bank, your email and your employer's systems.
That is an enormous amount of trust for a task that a link can perform. Extensions also change hands: a small utility with a good reputation can be sold, and the update mechanism pushes the new owner's code to every existing user silently. This has happened repeatedly.
Fitting It into a Research Routine
Once the shortcut exists, a useful habit follows: when you hit a wall, fire the shortcut before you try anything else. Ten seconds tells you whether an archive snapshot, an open repository copy, or a library record exists — which is usually faster than guessing.
Pair it with a second keyword pointing at your library's catalogue search and one pointing at a DOI resolver. Three shortcuts cover most access problems without a single extension installed.
A Small Set of Shortcuts That Covers Most Access Problems
One shortcut is useful; three turn the address bar into a genuine research console. All of them use the same keyword-search mechanism described above, so once you have set up the first the rest take a minute each.
- pw — the access tool, for the general case where you have a URL and want every route at once.
- wb — the Internet Archive capture timeline:
https://web.archive.org/web/*/%s. Goes straight to the calendar rather than a single capture, which is where you want to start. - doi — an open-access resolver, for academic work where you have an identifier and want a legal free copy.
- lib — your own library catalogue search. Every library system has a search URL with the query in it; copy one from your browser history and substitute
%s.
That last one is the most personal and the most valuable. Most people never search their library directly because the site is buried and the interface is dated, but as a two-letter keyword it becomes the first thing you try rather than the last.
Keep the keywords short and unambiguous. Two letters is ideal — long enough to avoid colliding with a real domain you might type, short enough that using them is faster than reaching for a bookmark.
Making the Shortcut Work on a Shared or Locked-Down Machine
Managed work laptops often block extension installs and sometimes prevent editing browser settings, which rules out both of the main methods. There are still options.
A bookmarklet usually survives, because it is stored as an ordinary bookmark rather than installed software. If bookmark syncing is enabled on your work profile it will even follow you between machines. This is the most likely method to work in a restricted environment.
If even that is blocked, fall back to a plain bookmark pointing at the tool's homepage and paste the URL manually. Slower, but it needs no permissions of any kind and no policy allows less than that.
Do not attempt to work around a workplace restriction to install something. The restriction usually exists for a reason, an unapproved extension with broad site access is exactly what security teams are guarding against, and no reading convenience is worth that conversation.
If the tool genuinely helps your work, the productive move is to ask. A request for a bookmark or a search-engine entry is trivial to approve, and IT teams are far more receptive to a specific, low-permission request than to discovering an unapproved extension during an audit.
Frequently Asked Questions
Does the shortcut send anything to your servers?
No. The parameters are read by JavaScript in your own browser after the page loads. The link building happens entirely client-side.
Can I self-host the tool?
Yes. It is plain static HTML, CSS and JavaScript with no build step, so you can serve it from anywhere and point your shortcut at your own copy.
Will the bookmarklet work in private browsing?
Yes, provided bookmarks are visible in that window. Firefox and Safari require enabling extensions or bookmarks for private windows in some configurations.
Conclusion
A browser shortcut is valuable because it removes repetitive steps without weakening privacy or security. Configure one memorable keyword, pass the current URL safely, and test it across several publishers. The result should accelerate legitimate archive, library, repository, and publisher searches while leaving authentication, payment systems, and page content untouched.
Find Access Options for Your Article
Paste a link and get nine legitimate research routes in a second.
