This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ==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'; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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: |