This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//USE TO DOWNLOAD ALL INVOICES DISPLAYED ON SCREEN IN THE AWS CONSOLE BILLING SECTION | |
let jQ = window.jQuery | |
let downloadLink = invoiceName => `https://console.aws.amazon.com/billing/rest/v1.0/bill/invoice/download?invoicenumber=${invoiceName}&invoiceGroupId=${invoiceName}` | |
let downloadURL = function downloadURL(url, id){ | |
const hiddenIFrameID = 'hiddenDownloader' + id | |
const iframe = document.createElement('iframe') | |
iframe.id = hiddenIFrameID | |
iframe.style.display = 'none' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting recovery on Thu Jan 10 07:10:26 1980 | |
framebuffer: fd 4 (480 x 800) | |
CWM-based Recovery v6.0.2.8 | |
Starting recovery on Thu Jan 10 07:10:32 1980 | |
framebuffer: fd 4 (480 x 800) | |
CWM-based Recovery v6.0.2.8 | |
Starting recovery on Thu Jan 10 07:10:37 1980 | |
framebuffer: fd 4 (480 x 800) | |
CWM-based Recovery v6.0.2.8 | |
Starting recovery on Thu Jan 10 07:10:42 1980 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="aosp" | |
fetch="https://android.googlesource.com" /> | |
<remote name="github" | |
fetch=".." | |
review="review.cyanogenmod.org" /> |