Bored of the regular pen and paper pub quizzes? Want something a bit more fast paced? Well SpeedQuizzing is different, grab your smartphone and head down to The Old White Swan on Goodramgate every Thursday at 8pm. Drinks vouchers to be won and only £2 per person to enter
Prizes, £30, £20, £10 food and drink vouchers | £2 to play | Max 6 per team | Age 18+
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/