Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webrecorder/wombat

Wombat.js client-side rewriting library
https://github.com/webrecorder/wombat

localStorage parse: don't use atob, just parse JSON

ikreymer opened this pull request 2 months ago
Support for Case Insensitive Schemes

mijho opened this issue 2 months ago
worker: fix typo that skipped checking https: prefix!

ikreymer opened this pull request 2 months ago
dom overrides: add noop overrides for Cache objects

ikreymer opened this pull request 2 months ago
Support 'convert-post-to-get-in-xhr' without service worker

ikreymer opened this pull request 2 months ago
doc rewrite: comment edge-case

ikreymer opened this pull request 3 months ago
Bump rollup from 4.21.0 to 4.22.4

dependabot[bot] opened this pull request 4 months ago
Disable Offline/Online Detection

ikreymer opened this pull request 4 months ago
deps: bump warcio to 2.3.1

ikreymer opened this pull request 5 months ago
Bump micromatch from 4.0.2 to 4.0.8

dependabot[bot] opened this pull request 5 months ago
3.8.0 - update to warcio 2.3.0

ikreymer opened this pull request 5 months ago
rewrite: support excluding wrapper variables from being added, if an …

ikreymer opened this pull request 5 months ago
Fix regression in <object> tag rewriting

ikreymer opened this pull request 5 months ago
wombat should clean up after itself in inline script blocks

mrcolbyrussell opened this issue 5 months ago
rewrite: add frameset/frame check for full rewrite regex

ikreymer opened this pull request 6 months ago
iFrame is not working in non-Service worker mode

benoit74 opened this issue 6 months ago
script rw: if type==module, use esm_ modifier instead of js_

ikreymer opened this pull request 6 months ago
follow-up to #161:

ikreymer opened this pull request 7 months ago
Fix fetch/Request

ikreymer opened this pull request 7 months ago
make sendBeacon() a nop and return true

ikreymer opened this pull request 7 months ago
add style override to A tag

ikreymer opened this pull request 7 months ago
support postMessage(msg, options)

ikreymer opened this pull request 7 months ago
"Results" sections of developer.mozilla.org are not showing up

benoit74 opened this issue 7 months ago
follow-up to #152: additional function props that should not be copie…

ikreymer opened this pull request 7 months ago
Func bind copy own props

ikreymer opened this pull request 7 months ago
rewrite: add document.querySelector() override, rewrite 'src^=https?'…

ikreymer opened this pull request 7 months ago
Bump ws from 6.2.2 to 6.2.3

dependabot[bot] opened this pull request 7 months ago
proxy object improvements

ikreymer opened this pull request 7 months ago
rewrite: follow up to #118, for document.write override, still perfor…

ikreymer opened this pull request 7 months ago
rewrite: uses wombat.URL instead of window.URL to avoid infinite loop…

ikreymer opened this pull request 7 months ago
Bump braces from 3.0.2 to 3.0.3

dependabot[bot] opened this pull request 7 months ago
Rewrite fix 3.7.6

ikreymer opened this pull request 8 months ago
rewrite fixes: convert <object> with image/svg+xml to <img> tag

ikreymer opened this pull request 8 months ago
overrides: add override for Function.call to match Function.apply

ikreymer opened this pull request 8 months ago
Wombat does not support Javascript importmap

benoit74 opened this issue 10 months ago
Fix resolveRelUrl() attempting to use invalid URLs

ikreymer opened this pull request 10 months ago
Fix resolveRelUrl using invalid URL for rewriting

ikreymer opened this issue 10 months ago
history overrides: add extractOrig in case passed in URL is already r…

ikreymer opened this pull request 11 months ago
override: add IntersectionObserver(callback, options) constructor override

ikreymer opened this pull request 11 months ago
dataset override: add check for property being a string, fixes #132

ikreymer opened this pull request 11 months ago
Keep existing allowed permissions in appended iframes

acelaya opened this pull request about 1 year ago
document.close in HTML templates

robertvanloenhout opened this issue about 1 year ago
Misc fixes for 3.7.0

ikreymer opened this pull request about 1 year ago
Allow wombat configuration to set its own rewriteURL function.

mgautierfr opened this pull request about 1 year ago
wombat's addition to JavaScript file causing syntax error

ldko opened this issue about 1 year ago
Bump @babel/traverse from 7.3.4 to 7.23.2

dependabot[bot] opened this pull request over 1 year ago
Resolve Relative URL Fix

ikreymer opened this pull request over 1 year ago
Doc Write Buffer on Load

ikreymer opened this pull request over 1 year ago
Bump semver from 5.6.0 to 5.7.2

dependabot[bot] opened this pull request over 1 year ago
location prop set: skip update if new value == old,

ikreymer opened this pull request over 1 year ago
Browsers making document.domain immutable

anjackson opened this issue over 1 year ago
Wombat incorrectly rewriting URL

calbon2702 opened this issue over 1 year ago
More extensive document.write -> Blob rewrite fix for service worker-based replay

ikreymer opened this pull request almost 2 years ago
import relative rewrite fix: change __wb_rewrite_import__(url) -> __w…

ikreymer opened this pull request almost 2 years ago
Wombat breaks native JavaScript modules

Rich-Harris opened this issue almost 2 years ago
Unrewrite style attrs

ikreymer opened this pull request almost 2 years ago
Fix typos

stavares843 opened this pull request almost 2 years ago
Request response url override

ikreymer opened this pull request almost 2 years ago
Bump http-cache-semantics from 4.0.3 to 4.1.1

dependabot[bot] opened this pull request almost 2 years ago
nop function override to avoid errors in replay frame

ikreymer opened this pull request almost 2 years ago
cookie presets add set path

ikreymer opened this pull request about 2 years ago
Bump json5 from 2.1.0 to 2.2.3

dependabot[bot] opened this pull request about 2 years ago
Proxy for .style to rewrite property assignment

ikreymer opened this pull request about 2 years ago
Location Fixes

ikreymer opened this pull request about 2 years ago
rewrite: wrap HTMLElement.dataset in Proxy object and unrewrite on ac…

ikreymer opened this pull request about 2 years ago
Can't setAttribute from an image element dataset

iloverails opened this issue about 2 years ago
`Blob` implementation injected by `wombat.js` is not compliant to the spec.

gildas-lormeau opened this issue about 2 years ago
fix operator precedence bug

gildas-lormeau opened this pull request about 2 years ago
opt: store origHost, origHostname, origProtocol and replayTopHost, re…

ikreymer opened this pull request about 2 years ago
Bump minimatch from 3.0.4 to 3.1.2

dependabot[bot] opened this pull request about 2 years ago
Misc Rewrite Improvements:

ikreymer opened this pull request about 2 years ago
rewrite target:

ikreymer opened this pull request over 2 years ago
Keep local reference to "Window"

ikreymer opened this pull request over 2 years ago
Resolve issues with window.open / anchor target rewriting

ikreymer opened this issue over 2 years ago
Infinite loop (resource loaded ad infinitum)

wsdookadr opened this issue over 2 years ago
Bump fastify-static from 4.2.4 to 4.4.1

dependabot[bot] opened this pull request over 2 years ago
dependabot update

ikreymer opened this pull request over 2 years ago
Force rewritten eval() to use global scope when original is in global scope.

ikreymer opened this pull request over 2 years ago
Bump trim-off-newlines from 1.0.1 to 1.0.3

dependabot[bot] opened this pull request over 2 years ago
Bump node-fetch from 2.6.6 to 2.6.7

dependabot[bot] opened this pull request over 2 years ago
Bump ansi-regex from 3.0.0 to 3.0.1

dependabot[bot] opened this pull request over 2 years ago
Fix srcset rewriting, fixes #60

ikreymer opened this pull request over 2 years ago
Define globalThis when overriding inline scripts

Meir017 opened this pull request over 2 years ago