Rust1667

Results 6 comments of Rust1667
trafficstars

I solved it with this userscript https://greasyfork.org/en/scripts/487038-linkspy-concatenated-with-clicksfly-com-bypass Not sure yet how to add these to FF

this works for that link: https://greasyfork.org/scripts/427869 or just https://bypass.city/

this userscript solves it: ``` // ==UserScript== // @name ps4linux.com // @match https://ps4linux.com/s/* // @run-at document-start // ==/UserScript== document.addEventListener('DOMContentLoaded', function() { window.location.assign(document.querySelector('#skipaft > a:nth-child(1)').href) }); ```

This error might be for manual partitioning in general Now I tried to do the btrfs manual partitions, without putting the /home in a separate partition, and the script still...

I think you could consider putting a warning, like beta, or work in progress, to the manual partitioning option. The script crashes 90% of the times I try that. And...

same issue, Python 3.12.6, Arch Linux. Using gtts-cli instead, which isn't great but does the job I guess for now. edit: now I'm also using piper with Python 3.11 through...