diff --git a/src/scripts/mass_unliker.js b/src/scripts/mass_unliker.js index b952d6fb2..812467741 100644 --- a/src/scripts/mass_unliker.js +++ b/src/scripts/mass_unliker.js @@ -101,7 +101,8 @@ const sidebarOptions = { onclick: () => showModal(modalPromptOptions), carrot: true } - ] + ], + visibility: () => /^\/likes/.test(location.pathname) }; export const main = async function () {