Skip to content

Instantly share code, notes, and snippets.

View antonme's full-sized avatar

Anton Volnuhin antonme

View GitHub Profile
@antonme
antonme / zen-background-fix.js
Created April 7, 2025 13:45
Set background of real webpages white (for zen browser transparent mode)
// ==UserScript==
// @name Universal Background Fix (Final)
// @namespace anton-bg-hack
// @version 13.0
// @description Add white background only for truly transparent pages
// @match *://*/*
// @grant GM_addStyle
// ==/UserScript==
(function () {
'use strict';
@antonme
antonme / config.yaml
Last active April 18, 2024 22:01
config.yaml for litellm in open-webui (API keys removed)
environment_variables: null
general_settings: null
litellm_settings:
drop_params: true
model_list:
- litellm_params:
api_key: sk-...
model: openai/gpt-3.5-turbo
model_name: GPT-3.5-turbo
- litellm_params: