Update 2023-08-28 08:12 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-08-28 08:12:53 +02:00
parent 2df86f9ee6
commit dcd203e443
6 changed files with 51 additions and 34 deletions

View File

@@ -79,7 +79,7 @@ local adblock = require "adblock"
local adblock_chrome = require "adblock_chrome"
-- Enable Developer Tools
local webinspector = require "webinspector"
--- local webinspector = require "webinspector"
-- Add uzbl-like form filling
-- local formfiller = require "formfiller"
@@ -106,10 +106,10 @@ local clear_data = require "clear_data"
local undoclose = require "undoclose"
-- Add command to list tab history items
-- local tabhistory = require "tabhistory"
local tabhistory = require "tabhistory"
-- Add greasemonkey-like javascript userscript support
-- local userscripts = require "userscripts"
--- local userscripts = require "userscripts"
-- Add bookmarks support
-- local bookmarks = require "bookmarks"
@@ -121,7 +121,7 @@ local downloads_chrome = require "downloads_chrome"
downloads.default_dir = os.getenv("HOME") .. "/Downloads"
-- Add automatic PDF downloading and opening
local viewpdf = require "viewpdf"
-- local viewpdf = require "viewpdf"
-- Add vimperator-like link hinting & following
local follow = require "follow"
@@ -182,12 +182,12 @@ follow.stylesheet = follow.stylesheet .. [===[
]===]
-- Hide scrollbars on all pages
-- local hide_scrollbars = require "hide_scrollbars"
local hide_scrollbars = require "hide_scrollbars"
-- local vertical_tabs = require "vertical_tabs"
-- Add a stylesheet when showing images
-- local image_css = require "image_css"
local image_css = require "image_css"
-- Add a new tab page
local newtab_chrome = require "newtab_chrome"
@@ -203,6 +203,8 @@ newtab_chrome.new_tab_src = [==[
-- local tab = require("lousy.widget.tab")
-- tab.label_format = ""
-- local tablist = require("lousy.widget.tablist")
-- tablist.min_width = 100
-- Add :view-source command
local view_source = require "view_source"
@@ -214,6 +216,7 @@ select.label_maker = function (s)
end
follow.pattern_maker = follow.pattern_styles.match_label
-- social media enhancer
local webview = require "webview"
webview.add_signal('init', function (view)