diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-03-12 19:21:04 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-03-12 19:21:04 -0400 |
commit | 0435fea96e94194032bfb20b0489ccd9df688d11 (patch) | |
tree | 1b9987b180ccfb64d178ba25f196f3d9a765f5ec /src/upd8.js | |
parent | 6a86a6aca6215cb4d464b814c34233b001575cd9 (diff) |
replacer: link directly to home
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 34e0466e..4fb86469 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -380,6 +380,10 @@ const replacerSpec = { find: 'group', link: 'groupGallery' }, + 'home': { + find: null, + link: 'home' + }, 'listing-index': { find: null, link: 'listingIndex' |