YoshiChainsawMassacre
Jungle Girl
- Joined
- Jun 12, 2012
- Messages
- 21
- Reputation score
- 2
Re: [Umemaro 3D] Dr. Sugimoto's Lecherous Treatment
You don't have to have chrome. Just use javascript console in firefox (I like firebug) and execute the following commands:
dl_queue.push(fdl_queue_var);
document.getElementById('download_status').style.display='';
startdownload();
Edit: That won't work; MEGA requires the FileWriter API, which is not supported by Firefox.
You don't have to have chrome. Just use javascript console in firefox (I like firebug) and execute the following commands:
dl_queue.push(fdl_queue_var);
document.getElementById('download_status').style.display='';
startdownload();
Edit: That won't work; MEGA requires the FileWriter API, which is not supported by Firefox.
Last edited: