Project

General

Profile

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.

Added by Ayush Khandelwal over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Urgent
Target version:
Start date:
07/26/2023
Due date:
07/26/2023
% Done:

100%

Estimated time:
3.00 h
#1

Updated by Ayush Khandelwal over 1 year ago

  • Status changed from New to In Progress
#2

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>

#3

Updated by Ayush Khandelwal about 1 year ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Working as expected

#4

Updated by Ayush Khandelwal about 1 year ago

  • Status changed from Resolved to Closed

Working as expected

Also available in: Atom PDF