Mae-Rewind
Lurker
- Joined
- Aug 2, 2022
- Posts
- 3
- Reaction score
- 0
I had to change a TamperMonkey setting to get that back. I think it was in the 'Downloads BETA' section and it was 'Download Mode:' I changed the setting in the dropdown box to 'Native'
3.21.b04 with Firefox/Tampermonkey, and the old Bunkr links work correctly.3.21.vm03 with Firefox/Violentmonkey, but old Bunkr links do not work there. Both regular and direct downloads fail.data-file-id, but the _001_v2 API response is returned as [object HTMLDocument]. JSON.parse then fails, and the script falls back to the dead legacy CDN URL, which is skipped as an HTML/maintenance response.[Bunkr] data-file-id from https://bunkr.cr/v/indiefoxx-355326119664164865-HzPcRSPX.mp4: 2961368
[Bunkr] api _001_v2 id=2961368: bytes=21 head=[object HTMLDocument]
[Bunkr] tryNewApi threw: JSON.parse: unexpected character at line 1 column 2 of the JSON data
[Bunkr] UNRESOLVED -> falling back to the page URL, which will download as HTML: https://cdn.bunkr.ru/indiefoxx-355326119664164865-HzPcRSPX.mp4
BUNKR SKIPPED (HTML/MAINTENANCE RESPONSE)
https://cdn8.bunkr.ru/Kimberly-Kane-and-Ryan-Keely.1080p-0oQsNc0x.mp4
[Bunkr] data-file-id from https://bunkr.cr/v/Kimberly-Kane-and-Ryan-Keely.1080p-0oQsNc0x.mp4: 13453971
[Bunkr] api _001_v2 id=13453971: bytes=21 head=[object HTMLDocument]
[Bunkr] tryNewApi threw: JSON.parse: unexpected character at line 1 column 2 of the JSON data
BUNKR SKIPPED (HTML/MAINTENANCE RESPONSE)
https://fsc1.cdn.cr/v//v2/?token=&download=true&n=GM_xmlhttpRequest from the SimpCity tab does not include the required first-party Goonbox/Cloudflare cookies.// @match https://goonbox.cr/*, then use one inactive Goonbox tab opened with GM_openInTab. The Goonbox tab reads queued API paths from GM storage, requests them with fetch(url, { credentials: 'include' }), and writes the JSON response back through GM_setValue/GM_getValue./api/images/{id} and /api/albums/{slug}/images?page={page}, and reuse the same helper tab for the whole batch.GM_openInTab and close it with tab.close() a few seconds after the last request. window.close() alone didn’t always work in Chrome.https://goonbox.cr/a/apX4HA, the JPGX images resolved immediately, but the Goonbox API request returned the expected 403. It then waited almost exactly 20 seconds and the album failed to resolve, so it looks like the helper tab never sent a fresh ready heartbeat. Single-image posts can also fall back to the lower-resolution thumbnail when this happens.https://goonbox.cr/, with a bridge marker added to the URL. The bridge worker only starts when that marker is present. It reuses one inactive helper tab while requests are active, cancels the close timer whenever a new request starts, and only closes the tab a few seconds after the queue and active requests are both empty.