firefox: update to 151.0.1 and static wallpaper setup
This commit is contained in:
parent
1b753d044e
commit
fa802e0ea1
15 changed files with 2199 additions and 49 deletions
|
|
@ -8,7 +8,7 @@ index 72df22b3..24f2f807 100644
|
|||
? {
|
||||
- wallpaperUrl: `${baseAttachmentURL}${record.attachment.location}`,
|
||||
+ wallpaperUrl: record.attachment.location.includes("trisquel")
|
||||
+ ? `https://trisquel.cmxsl.org/newtab/${record.attachment.filename.replace(".avif", ".webp")}`
|
||||
+ ? `chrome://browser/content/wallpapers/${record.attachment.filename.replace(".avif", ".webp")}`
|
||||
+ : `${baseAttachmentURL}${record.attachment.location}`,
|
||||
}
|
||||
: {}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue