1e002d5bd7db540b9cad98f3502c85839d16a9e9
- Introduced a new script (inject.js) to override the fetch and XMLHttpRequest methods to capture requests to the "getgeoidx" endpoint. - Captured request body and URL, and sent the data to the extension via postMessage. - Added intercept.js to inject the new script into the page and listen for messages to forward captured data to the extension.
Tworzenie nowego repozytorium z linii poleceń touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://git.wastpol.pl/admin/wtyczka-zms.git git push -u origin main Wypychanie istniejącego repozytorium z linii poleceń git remote add origin https://git.wastpol.pl/admin/wtyczka-zms.git git push -u origin main
Description
Languages
JavaScript
100%