MethodGrab / firefox-custom-new-tab-page

A Firefox extension that allows you to specify a custom new-tab URL
https://addons.mozilla.org/firefox/addon/custom-new-tab-page
ISC License
76 stars 18 forks source link

Add option to force links to open in the top frame #14

Closed MethodGrab closed 4 years ago

MethodGrab commented 4 years ago

This is an experimental solution for #1 so it must be enabled from the add-on options page before it will do anything.

It works by intercepting the request and injecting the tag <base target="_top"> just before the closing </head> tag.