This is a SCRIPT-8 cassette.
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
google.com, pub-8552476310400785, DIRECT, f08c47fec0942fa0 |
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
document.addEventListener("DOMContentLoaded", function() { | |
const title = document.title; | |
const updateData = () => { | |
const timer = document.querySelector('div[data-aq="bidding-container"] div[data-aq="timer-running"]'); | |
const lastMinute = document.querySelector('.timer-countdown-label'); | |
const highestBid = document.querySelector('div[data-aq="highest-bid"] > h3'); | |
if(timer) { |
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
const CopyrightPlugin = { | |
requestDidStart(requestContext) { | |
return { | |
willSendResponse(context) { | |
context.response.extensions = { | |
...context.response.extensions, | |
copyright: | |
"All data returned by this API is copyrighted by Wannabes and the respective photographer(s).", | |
}; | |
}, |
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
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a1/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a2/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a3/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a4/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a5/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a6/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a7/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a8/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a9/ | |
https://www.vrt.be/vrtnu/a-z/dertigers/4/dertigers-s4a10/ |
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
version: "2" | |
services: | |
portainer: | |
image: portainer/portainer | |
container_name: portainer | |
ports: | |
- 9000:9000 | |
labels: | |
- "traefik.http.routers.portainer.rule=Host(`portainer.example.com`)" | |
- "traefik.http.routers.portainer.tls=true" |
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
{ | |
posts { | |
entries { | |
artist { | |
name | |
} | |
photographers { | |
firstName | |
lastName | |
fullName |
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
Looking for files in /Users/timbroddin/Downloads/messages 2/inbox/HLNCOMMENTS_A-SR9EtryQ/*.json | |
Totaal aantal berichten: 16088 | |
----------------------------------- | |
Aantal berichten | |
----------------------------------- | |
┌──────────────────┬────────┬─────────┐ | |
│ Naam │ Aantal │ Percent │ | |
├──────────────────┼────────┼─────────┤ |
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
const flow = machine => { | |
machine.register("intro", ({ machine, conv, input }) => { | |
conv.ask("Dit is een kleine demonstratie. Wat is je naam?"); | |
return { | |
next: "vraag_naam" | |
}; | |
}); | |
machine.register("vraag_naam", ({ machine, conv, input }) => { |
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
setInterval(() => document.title = `${window.queueViewModel.ticket.progress()*100}%`, 1000); |
NewerOlder