-
### Build tool
Rollup
### Where do you see the problem?
- [ ] In the browser
- [ ] In the terminal
### Describe the bug
At the moment when I run `vite build` I get a `content-script.ts-loader.js`…
-
Over the last two days the script has stopped scraping any content for me. The script passes through all stages as normal but does not download anything other than the onlyfans profile picture before …
-
### Summary
Currently when I edit content.js each time I need to reload the browser in order for the content code to run again.
I'd like the plugin to reload the page for me so I don't have to pre…
-
Found on https://chalmers.se when trying to view-source.
Reduced to the following (The original script tag was some 450K long line abomination with alot of swedish non-ascii-7 strings/words).
```
…
-
### Feature Request
As discussed in #335, it is possible to load ESM content scripts using a dynamic import. The downside is that since it's async, the standard `run_at` option has basically no eff…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension#content_scripts_2
### What specific section or headline is this issue about?
_No respons…
-
### Feature Request
Dealing with loading your content script correctly in SPAs is really annoying. WXT should be able to do it for you.
```ts
export default defineContentScript({
matches: ['…
-
First of all, sorry if my analysis is wrong. Thanks a lot for this clear and effective template, it really makes things a lot easier!
As far as I understood, `content` and `content-ui` entries unde…
-
If I change e.g. the number in this content script (yes, it's only one line), then the browser does reload, but now I get two log lines, one for the old and one for the new version
Also a full relo…
-
When converting
```html
const val = 0
```
The resulting Gleam code :
```gleam
html.html([], [
html.head([], [
html.script(
[
attribute.src("/priv/static/my_pr…