Aidan Holm

Results 49 issues of Aidan Holm

Probably simplest with a `transform: scale` CSS rule to cancel out the page zoom.

enhancement

E.g. target elements or their parent elements hidden with CSS (`display: none`, `opacity: 0`, etc.) or outside the visible region of a parent element. Could cause a performance hit. Many...

enhancement

User stylesheets always override page-level CSS regardless of `!important` qualifiers. Follow mode should probably use a stylesheet loaded on all pages.

enhancement

Would be nice, theoretically simple to un-`require` a Lua module and re-`require` it, but automatically reattaching signals may present some challenges. Could be useful for debugging and making quick changes.

enhancement

From @schvabodka-man: ``` plugins.uaswitch.ua_strings.fakes = { ["luakit"] = "Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/604.1 (KHTML, like Gecko) Version/11.0 Safari/604.1", ["firefox"] = "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0", ["chrome"]...