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
| <?php | |
| // Hier bitte die Adresse Deines Skool-Profils eintragen. | |
| // Ersetze den Platzhalter "vorname-name-1234". | |
| $url = "https://www.skool.com/@vorname-name-1234"; | |
| // Ab hier bitte nichts mehr ändern. | |
| /* | |
| * Funktionen | |
| */ |
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
| Sub ResetRecentColors() | |
| ' Zweck: | |
| ' In PowerPoint die Liste mit den zuletzt verwendeten Farben löschen | |
| ' und mit eigenen Farben (RGB-Farbcodes, max. 10) wieder auffüllen. | |
| ' Diese Farben können zur Hervorhebung von Texten verwendet werden. | |
| ' Quellen: | |
| ' https://www.TheSpreadsheetGuru.com/the-code-vault | |
| ' https://www.TheSpreadsheetGuru.com/add-recent-colors-to-powerpoint-palette/ | |
| Dim ColorList As Variant |
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
| name: Demo OBS Websocket | |
| description: '' | |
| host: POWERPOINT | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#register-event-handlers").click(() => tryCatch(onSlideShowNextSlide)); | |
| async function onSlideShowNextSlide() { |