badgrandpa69@lemmy.world to Privacy@lemmy.ml · edit-21 year agoPrivacy and security appsmessage-squaremessage-square17fedilinkarrow-up129arrow-down12file-text
arrow-up127arrow-down1message-squarePrivacy and security appsbadgrandpa69@lemmy.world to Privacy@lemmy.ml · edit-21 year agomessage-square17fedilinkfile-text
minus-squarelustrum@sh.itjust.workslinkfedilinkarrow-up2·1 year agoI 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.
What do you use for paywall remover?
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.