Rust1667

Results 5 comments of Rust1667

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...