webone icon indicating copy to clipboard operation
webone copied to clipboard

add an option to replace/remove a certain URL name instead of the whole URL

Open Jacksonadams2004 opened this issue 5 months ago • 1 comments

I am trying to revive the old i.reddit.com service which got shutdown 1 year ago but i managed to find a work around by adding a reddit.com/.i to the URL the only problem is that the links direct to /.compact which it will redirect to the new mobile site which does not work well on old mobile devices is there a way to remove the .compact URL and change it to .i I tried to redirect it using this code i made

.Edit:^http://www.reddit.com] ; i.reddit redirect IgnoreUrl=/.i IgnoreUrl=.i# IgnoreUrl=/.compact.i# AddRedirect=http://reddit.com%UrlNoDomain%/.i#.

It worked for a bit. But the .compact URL was kept and then it showed a 404 error

I have read the wiki but there was no documented URL replace editing mask

Jacksonadams2004 avatar Mar 01 '24 18:03 Jacksonadams2004