A quick fix of the issue that occurs to the left of the tab bar when using high resolution monitors.
Not a perfect fix, but may do the job.
Full creds/greetz to the original author: https://addons.mozilla.org/en-GB/firefox/addon/rainbow-blur-1/
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "2.0",
"name": "rainbow blur 4k/widescreen fix",
"theme": {
"images": {
"additional_backgrounds": [
"images/0.png"
]
},
"properties": {
"additional_backgrounds_alignment": [
"right bottom"
],
"additional_backgrounds_tiling": [
"no-repeat"
]
},
"colors": {
"toolbar": "rgba(42, 38, 47, 0.6)",
"toolbar_field": "rgba(30, 25, 32, 0.4)",
"toolbar_field_text": "rgb(214, 110, 152)",
"tab_line": "rgb(211, 144, 231)",
"popup": "rgb(56, 50, 63)",
"popup_text": "rgb(231, 219, 229)",
"tab_loading": "rgb(211, 144, 231)",
"bookmark_text": "rgb(216, 189, 215)",
"frame": "rgb(114, 6, 114)",
"tab_background_text": "rgb(250, 247, 252)"
}
}
}