diff --git a/background.js b/background.js index c78135df..3fadbe03 100644 --- a/background.js +++ b/background.js @@ -1,13 +1,11 @@ // Used by the manifest v3 extension chrome.runtime.onInstalled.addListener((object) => { - if (object.reason !== "install" && object.reason !== "update") { + if (object.reason !== "install") { return; } - const targetUrl = `https://typefully.com/minimal-twitter/welcome${ - object.reason === "update" ? "?updated=true" : "" - }`; + const targetUrl = `https://typefully.com/minimal-twitter/welcome`; if (targetUrl) { chrome.tabs.create({