Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

rliang/ephy-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ephy-scripts

Adds userscript support to Epiphany browser (aka GNOME Web).

What

This is a WebKit2GTK WebExtension which simply reads Javascript files from some directories, and evaluates them for every page.

Being a WebExtension, it is isolated from the GTK UI and thus can't modify it.

How

Just place your scripts under either:

  • /usr/local/share/epiphany/userscripts
  • /usr/share/epiphany/userscripts
  • ~/.local/share/epiphany/userscripts

Requirements

  • pkg-config
  • libwebkit2gtk-4.0-dev or webkit2gtk-web-extension-4.0

Installation

For Debian-based distributions:

make
sudo make DESTDIR=lib/x86_64-linux-gnu/epiphany-browser install

Otherwise:

make
sudo make install

License

GPL3

About

Adds userscript support to Epiphany browser (aka GNOME Web)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published