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
| (function() { | |
| let originalContents = []; | |
| window.addEventListener("beforeprint", () => { | |
| if (originalContents.length > 0) return; | |
| const elements = document.querySelectorAll("div, p, span, td"); | |
| elements.forEach(el => { | |
| if ( |
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
| (function () { | |
| 'use strict'; | |
| const spreadsheetUrl = | |
| 'https://docs.google.com/spreadsheets/d/e/2PACX-1vR8yVTAe3sezdiSzyiNitdzpZUI-Rpndyrg1axGxwdQ2o7NDJrELWfN_qLjwlyE1eUFe6HiKd4VDBpf/pub?gid=0&single=true&output=csv'; | |
| // 1. CSS untuk Animasi Kerlap-Kerlip & Teks Bold | |
| const style = document.createElement('style'); | |
| style.innerHTML = ` | |
| @keyframes blink-bg { |