Update 2024-12-26 14:23 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-26 14:23:38 +01:00
parent 7eb3f826fb
commit e9581ec17d
5 changed files with 243 additions and 22 deletions

View File

@@ -189,14 +189,14 @@ follow.stylesheet = follow.stylesheet .. [===[
-- Add a stylesheet when showing images
-- local image_css = require "image_css"
-- Add a new tab page
local newtab_chrome = require "newtab_chrome"
newtab_chrome.new_tab_src = [==[
<html>
<head><title>New Tab</title></head>
<body bgcolor=black></body>
</html>
]==]
-- -- Add a new tab page
-- local newtab_chrome = require "newtab_chrome"
-- newtab_chrome.new_tab_src = [==[
-- <html>
-- <head><title>New Tab</title></head>
-- <body bgcolor=black></body>
-- </html>
-- ]==]
-- Add tab favicons mod
local tab_favicons = require "tab_favicons"