domenic / Prerender-Tweaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Extensions: Prerender Tweaks

Install (requires Chrome 110+)

  1. Open chrome://extensions/, and enable the developer mode.
  2. Install v3 directories from the "Load unpacked" button.
  3. Pin the Prerender Tweaks from the Extensions menu.

Pin

Indicators

Speculationrules

Speculationrules The page contains a <script type="speculationrules">.

Prerendered(Activated)

Prerendered The page wass prerendered and successfully activated.

Injected

Injected The page contains a <script type="speculationrules"> that is injected by the Prerender Tweaks.

Restored from the back-forward cache

Restoed The page was restored from the back-forward cache.

Features

Auto speculationrules injection

Prerender Tweaks inject a speculationrules if it doesn't exist in the page. It will point the first appeared same-origin, different document anchor link.

Manual injection from anchor-popup

Popup menu over an anchor tag for a same-origin link will show 'Prerender this link' menu item. It will inject a speculationrules for the link so that you can try activating the prerendered link manually.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 91.9%Language:HTML 8.1%