Skip to content

Instantly share code, notes, and snippets.

@icodeforlove
Created February 18, 2016 12:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icodeforlove/50169249761a3e7684e1 to your computer and use it in GitHub Desktop.
Save icodeforlove/50169249761a3e7684e1 to your computer and use it in GitHub Desktop.
Get all Mac IE Parallels VM's

Get the FatPipe download manager

Mac Download Manager

Then go to microsofts vm page

Microsoft VMs

Paste the following in your console

document.body.innerHTML = '<textarea style="position: absolute; left: 0; right: 0; bottom: 0; top: 0; width: 100%; max-width: 100%; border: none; outline: none ">' + edgePortal.vms.softwareList[5].vms.map(function (vm) {return vm.files[0].url}).join('\n') + '</textarea>'; var textarea = document.querySelector('textarea'); textarea.select();

Rightclick and download with FatPipe

FatPipe

Profit

Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment