Voucher Layout Customizer

Copy the code, then paste it into the Console drawer.
Tutorial

Tutorial

×
  1. 1. Copy this code to your clipboard.

    let scrapedCodes = "";
    document.querySelectorAll("[name='code'] .td-content .content").forEach(elmnt => {scrapedCodes += elmnt.innerText + "\n"});
    console.log(scrapedCodes);
  2. 2. Go to the Omada Controller tab. In the Voucher Manager section, select '50/page' to speed up the voucher code scraping process.

    50/page
  3. 3. Press F12 or right-click and select Inspect to open the browser's Developer Tools. Switch to the Console tab, paste the code (Ctrl+V), and press Enter.

    Console drawer
  4. 4. Copy all voucher codes, then switch to the Voucher Layout Customizer tab and paste them into the Voucher Codes text area. Repeat this process until you have collected all the codes.

    Copy & Paste the voucher codes