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
Updated by Ayush Khandelwal over 1 year ago
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>
Updated by Ayush Khandelwal about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Working as expected
Updated by Ayush Khandelwal about 1 year ago
- Status changed from Resolved to Closed
Working as expected