partytown icon indicating copy to clipboard operation
partytown copied to clipboard

Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉

Results 194 partytown issues
Sort by recently updated
recently updated
newest added

Trying to implement GTM through partytown and am getting this error: ![image](https://user-images.githubusercontent.com/58039633/164440115-e7995113-7213-4f7b-bcd5-4ec9eb851876.png) In the network tab there's one url which is returning a 403 error, and the url just returns...

needs reproduction

Hi, This PR solve my case where some scripts running on the main thread needs to read the data that have been pushed inside the "dataLayer" array. I've added this...

When using [Google Tag Assistant](https://tagassistant.google.com) to test a Proxytown implementation of Google Tag Manager, it fails to connect: ![Screenshot 2022-02-11 at 16 01 04](https://user-images.githubusercontent.com/2545042/153615149-a46f1173-0e4c-4bc1-8394-c4d6572a4cc4.png) At first there were some CORS...

I'm facing an issue, I'm using `Partytown` but `Partyproxy` is making a lot of requests on each page I visit. I'm using Next so I don't have any configs for...

needs reproduction

We have an app that is server side rendered (Node express and Handlebars) and has Google tag manager and Google analytics reports in it. We are trying to add partytown...

needs reproduction

**Describe the bug** Getting error when partydown try to render doubleclick floodlight tag's response. `var axel=Math.random() +"",a=1E13*axel;document.write('\x3ciframe src\x3d"https://4914179.fls.doubleclick.net/activityi;src\x3d4914179;type\x3dinvmedia;cat\x3dularc0;dc_lat\x3d;dc_rdid\x3d;tag_for_child_directed_treatment\x3d;tfua\x3d;npa\x3d;ord\x3d'+a+'?" width\x3d"1" height\x3d"1" frameborder\x3d"0" style\x3d"display:none"\x3e\x3c/iframe\x3e');` **Partytown version** What version of Partytown you are...

needs reproduction

**Is your feature request related to a problem? Please describe.** At work we use [Permutive](https://permutive.com/audience-platform/publishers/). Our Lighthouse audits consistently places Permutive at the top of the list for third-party code...

enhancement

Hi folks, I'm using Partytown on a Next.JS project for running Google Tag Manager. This works great, however, recently, lighthouse started reporting the following error: ![image](https://user-images.githubusercontent.com/1753396/167917064-e1e07f36-5c27-40ed-894b-ddf4a77a8bdf.png) Also, I'm getting this...

help wanted

At this moment the regex matches with the word `this` but also with `$this`, that should not be the case. This way `$this` is ignored from being replaced, this is...

help wanted

@adamdbradley I am trying to connect GTM, Gtag as well as some basic scripts in Angular **index.html**, but seems like they aren't working. I am searching for solution but no...

documentation
good first issue
help wanted