• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: August 22nd, 2023

help-circle



  • I’ve degoogled apart from:

    • Google photos - I have shared storage with my family and I really can’t be doing with sorting out the mess when I cancel my 200GB subscription. I do however back all photos up to my server.
    • Pixel phone - I try not use any Google apps/search but the phones are updated regularly and are reasonably good value for money. Other brands have the Google tracking with the OEM tracking on top.








  • I have 2 options that work most of the time: 12ft.io and archive.ph. The URLCheck rules are:

    "proxy it with archive.is": {
        "regex1": "^(https?):\\\/\\\/([\\s\\S]*)$",
        "regex": "^(?!.*(archive\\.))(.*)",
        "replacement": "https:\/\/archive.is\/newest\/$2",
        "enabled": "true"
      },
      "12ft.io.": {
        "regex": "^.*$",
        "replacement": "https:\/\/12ft.io\/$0"
      },
    

    This basically brings up 2 buttons on the urlcheck sheet an I can pick either to proxy it.