jmtd → software → tab killer
Epiphany is the GNOME project's web browser. These are my hacks and extensions for it.
To install a python extension, copy the .py
and the .pyc
into .gnome2/epiphany/extensions/
.
Tab Killer
"Tab Killer" disables tabbed browsing: whenever a new tab is created, it is automatically promoted to a new window.
Version 1.* works for all new tab events but may well interfere with other extensions:
- tarball: epiphany-notabs-1.1.tar.gz
- files are in epiphany-notabs-1.1/
Version 2.* is implemented "properly" but at present, not all new-tab events are overridden:
- tarball: epiphany-notabs-2.0.tar.gz
- files are in epiphany-notabs-2.0/
See also
There are some greasemonkey scripts that might be of interest.