Task #3149
Feature #2997: Create JS snippet to be included in any web page to do what our chrome extension does
Create js snippet for the head tag.
Start date:
07/26/2023
Due date:
07/26/2023
% Done:
100%
Estimated time:
3.00 h
Feature #2997: Create JS snippet to be included in any web page to do what our chrome extension does
Added by Ayush Khandelwal over 1 year ago. Updated about 1 year ago.
100%
JS snippet for the head tag:
<script type="text/javascript"> (function(w,d,s,e,i,x,t){ w[e]=w[e]||function(){(w[e].q=w[e].q||[]).push(arguments)}; x=d.createElement(s);x.async=1;x.src="http://localhost:4200/assets/extension/js/script.js"; t=d.getElementsByTagName(s)[0];t.parentNode.insertBefore(x,t); })(window, document, "script", "Y-ext", "abcd"); </script>
Working as expected
Working as expected