Skip to content

Instantly share code, notes, and snippets.

@yowmamasita
Created February 12, 2024 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yowmamasita/9898364887b027e8c97559556fe50c27 to your computer and use it in GitHub Desktop.
Save yowmamasita/9898364887b027e8c97559556fe50c27 to your computer and use it in GitHub Desktop.
curl 'https://cdromance.org/' --data-raw 'cdrTicketInput=8139'
https://dl11.cdromance.com/download.php?file=Digimon%20World%203%20%28USA%29.7z&id=7683&platform=psx-iso&key=4160942065
https://dl8.cdromance.com/download.php?file=Digimon%20World%203%20%28USA%29.7z&id=7683&platform=psx-iso&key=4160942065
8370
https://dl8a.cdromance.com/download.php?file=a&platform=psx-iso&id=7914&key=7061873573
(function(){
let initialDigits = document.querySelector("#obfuscatedId").innerHTML;
// Reverse the digits
let reversedDigits = initialDigits.split("").reverse().join("");
// Concatenate original and reversed
let combinedDigits = initialDigits + reversedDigits;
// Divide by 2
let result = parseInt(combinedDigits) / 2;
const tmpFiles = Array.from(document.querySelector("#custom-description").childNodes).map(e => e.textContent.trim()).filter(e => e);
const files = tmpFiles.splice(tmpFiles.findIndex(e => e === "Legacy Filelist:")+1);
const id = window.ajax_params.post_id;
const url = new URL(window.location.href);
const pathname = url.pathname;
const segments = pathname.split('/');
const filteredSegments = segments.filter(segment => segment !== "");
const platform = filteredSegments[0];
files.map(file => {
const filename = encodeURIComponent(file);
console.log(`https://dl8.cdromance.com/download.php?file=${filename}&id=${id}&platform=${platform}&key=${result}`);
});
})();
https://dl8c.cdromance.com/download.php?file=Arc%20the%20Lad%20Collection%20-%20Arc%20the%20Lad%20III%20%28USA%29%20%28Disc%201%29.7z&id=55798&platform=psx-iso&key=28014395715
https://dl8.cdromance.com/download.php?file=Arc%20the%20Lad%20Collection%20-%20Arc%20the%20Lad%20III%20(USA)%20(Disc%201).7z&id=55798&platform=psx-iso&key=2812722632.5
8370
https://dl8.cdromance.com/download.php?file=Marvel%20vs.%20Capcom%20-%20Clash%20of%20Super%20Heroes%20(USA).zip&id=7914&platform=psx-iso&key=41850369
https://dl8c.cdromance.com/download.php?file=Marvel%20vs.%20Capcom%20-%20Clash%20of%20Super%20Heroes%20%28USA%29.zip&id=7914&platform=psx-iso&key=7061873573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment