Greasy Fork is available in English.
Converts torrent upload timestamps to relative format
/^(https?:)?\/\/(www\.)?(proxy|unblocked)?rarbg((2018|2019|2020|2021)?|access(ed)?|cdn|core|data|enter|get|go|index|mirror(ed)?|p2p|prox(ied|ies|y)|prx|to(r|rrents)?|unblock(ed)?|way|web)\.(to|com|org|is)\/(torrents\.php.*|catalog\/.*|s\/.*|tv\/.*|top10)$/
This script applies to RARBG lists:
Note: there's a timestamp on the footer of each RARBG page e.g. Mon, 02 Nov 2020 12:23:26 +0100
.
Based on that, the script takes that for the server the UTC/UTC DST offsets are +01:00 +01:00
(=no DST), therefore the timezone in the above case GMT-1
.
Examples:
+01:00 +01:00 (=no DST) ---> 'Etc/GMT-1';
+02:00 +02:00 (=no DST) ---> 'Etc/GMT-2';
It uses moment.js.
Screenshot comparison:
Initial:
With the script: