UNPKG

@r/api-client

Version:

node and browser reddit api library

5 lines (4 loc) 135 B
export default function unredditifyLink(url) { if (!url) { return; } return url.replace(/^https?:\/\/(?:www\.)?reddit.com/, ''); }