Jamie Wright

Results 26 comments of Jamie Wright

I disagree, the project itself has not been rebuilt or updated on the Chrome Store in ages (+1 year). Ideally, @joelshepherd would create a CI to build the project and...

Can you see if there are any errors in the console? Given you're running Mullvad, I assume you're a technical user who can open the console on that browser. I've...

My fork, [Tab Nine](https://github.com/the-wright-jamie/tab-nine), has fixed this (mostly, still a little weird at unusual vertical screen resolutions) Related issues/commits - https://github.com/the-wright-jamie/tab-nine/issues/28 - cf1c0b9fbc6dfbe42fdea09e5084173544225612

Hi! Nice setup! See these issues as to why it's not working: - https://github.com/joelshepherd/tabliss/issues/601 - https://github.com/joelshepherd/tabliss/issues/614 I 'fixed' this in my fork (I removed the option for Daily Quotes, but...

It's certainly unfortunate, it's a very good project and the original developer was very smart - a lot of really interesting and clever things in here. The main problem is...

How about a fade to black and then fade in the new image, rather than a cross-fade?

Hey, @mxmilkiib, my [fork](https://github.com/the-wright-jamie/tab-nine) just implemented a fade-to-black transition. Couldn't get a cross fade, but it's much better than a hard cut. It's a rather scuffed implementation, but it's working!...

Add Custom CSS widget: Settings → Add widget → Custom CSS → Cog → Paste in code Change hue: ```css .image { filter: hue-rotate(90deg); } ``` Change monochrome: ```css .image...

Ooo, that looks cool! Just an FYI, there is a blur and brightness slider in the Background Display settings: It works just as well in the custom CSS, I just...

Ah, ok cool, just wasn't sure if you were aware of that option, I didn't realise it was there for months 😁. Absolutely, having a slider for all of this...