Skip to content

howeyc/luakit-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Luakit Modules

Domrem

In normal mode, hit x and then the desired marker to remove the div from the DOM.

local domrem = require "domrem"
domrem.pattern_maker = domrem.pattern_styles.match_label

Passmenu

Integrate with pass or age-pass using a dmenu-like selector.

When in input mode, press to open the menu. The assumption is the program you run will put the password on the clipboard. You then paste it yourself. It's basically a hotkey to run the menu, that's all.

local passmenu = require "passmenu"

Bypass Paywall

Very simplistic bypass for a few sites. Basically just sets user agent to Googlebot.

require_web_module("bypass_paywall_wm")

About

A few extra modules for luakit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages