Skip to content

Instantly share code, notes, and snippets.

View TimBroddin's full-sized avatar

Tim Broddin TimBroddin

View GitHub Profile
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) {
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/
@TimBroddin
TimBroddin / docker-compose.yml
Last active January 6, 2021 08:24
Voorbeeldje
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"
{
posts {
entries {
artist {
name
}
photographers {
firstName
lastName
fullName
Looking for files in /Users/timbroddin/Downloads/messages 2/inbox/HLNCOMMENTS_A-SR9EtryQ/*.json
Totaal aantal berichten: 16088
-----------------------------------
Aantal berichten
-----------------------------------
┌──────────────────┬────────┬─────────┐
│ Naam │ Aantal │ Percent │
├──────────────────┼────────┼─────────┤
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 }) => {
@TimBroddin
TimBroddin / README.md
Created January 28, 2019 15:56
SCRIPT-8
setInterval(() => document.title = `${window.queueViewModel.ticket.progress()*100}%`, 1000);
Stap 1: Tampermonkey installeren
Chrome: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=nl
Firefox: https://addons.mozilla.org/nl/firefox/addon/tampermonkey/
Stap 2:
Surf naar hier en installeer: https://openuserjs.org/scripts/timbroddin/VRT_NU_Video_Player_full_screen_livestream