Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Plugins list
* user agent switcher (allow Luakit to fake it's an other browser)
* yank selection (simply yanks selection like yanking title or URI)

Installing
==========
Adding Plugin Functionality
===========================

* In your GitHub application or any other graphical GIT client you may use you should clone this repository into your local luakit config directory, which may be like "/home/username/.config/luakit/".
By default, it will be named "luakit-plugins", so clone instead into "/home/username/.config/luakit/plugins" to let Lua find modules correctly.
Expand All @@ -33,6 +33,12 @@ plugins.policy = "automatic"
```
This will enable plugins module to load everything ignoring other implicit selections; to change this behaviour, set this value to "manual".

The ```remotemanager``` branch will allow you to automatically download and update plugins from git repos by adding them to the ```repos_to_watch``` table. For example...

```repos_to_watch = {
"https://github.com/5paceManSpiff/luakit-adblock.git",
}```

Development guidelines
======================

Expand Down
204 changes: 0 additions & 204 deletions adblock/chrome.lua

This file was deleted.

1 change: 0 additions & 1 deletion adblock/companions

This file was deleted.

Loading