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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
| <title>YouTube Embed Generator</title> | |
| <style> | |
| body { | |
| font-family: sans-serif; | |
| padding: 1em; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Text-to-Image Generator</title> | |
| <style> | |
| body { | |
| font-family: sans-serif; | |
| margin: 16px; | |
| } |
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
| <html> | |
| <head> | |
| <title>Unicode escape characters</title> | |
| <link rel="icon" href="data:image/png;base64, | |
| iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJN | |
| AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABIFBMVEUAAABUACFVACFVACJx | |
| KUaZZ3trIT7////+/v7dzNOld4qidIbfz9ZpHjz+/f5wKEXXw8uqgJGdbH/l2N1kFzb9/Px1MUxk | |
| FjW/n6x4NVCofo+dbIDSu8SwiJhtJEGOVWzbydDIrbiXY3jq3+NWASNhETH7+fp7OVPMs721kZ+S | |
| W3Hu5ulXAyRdDS359veBQVvHqra7maeMU2ny7O5YBSZbCCn28fOGSmKPV27Boq5mGjihcoXz7fBW | |
| AiSLUWj38/XRusPy7O+MUmm3lKLJrrmCRF16OFKUX3T6+PlbCSq7mqfGqrVhEjLPuMFxKkf07vFs |
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
| Array.from(document.getElementsByTagName('tr')) | |
| .filter(e => e.getAttribute('bgcolor') == '#FFFFBB' || e.getAttribute('bgcolor') == '#FFFFDD') | |
| .map(e => ({fileName: e.children[0].innerText, fileSize: e.children[1].innerText, publishDate: e.children[2].innerText, description: e.children[3].innerText})) |
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
| <html> | |
| <head> | |
| <style type="text/css"> | |
| body { | |
| padding-left: 24px; | |
| padding-right: 24px; | |
| } | |
| </style> | |
| <link href=" https://cdn.jsdelivr.net/npm/picnic@7.1.0/picnic.min.css " rel="stylesheet" /> |
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
| <html> | |
| <head> | |
| <style type="text/css"> | |
| body { | |
| margin: 0; | |
| } | |
| iframe { | |
| padding: 0; |