omnivore/apple/Sources/SafariExtension/Resources/scripts/cta-popup.js
2022-02-11 09:24:33 -08:00

1 line
No EOL
262 B
JavaScript

"use strict";!function(){const e=window.location.search.match(/[?&]url=([^&]+)/);if(!e)return;const n=e[1];if(!n)return;const t=decodeURIComponent(n),o=document.getElementById("get-omnivore-link"),c=document.getElementById("omnivore-login");o.href=t,c.href=t}();