Skip to content

Instantly share code, notes, and snippets.

View 3r1k0n's full-sized avatar

Erik Perčić 3r1k0n

View GitHub Profile
@cmcconomy
cmcconomy / parksOntario.js
Created September 13, 2021 03:57
Parks Ontario visual quality feedback script
// Go to a site in Ontario Parks reservation for a particular date range, where individual campsites are visible, and paste this script into the Developer Console.
// Matching sites will highlight in white.
// You can add new lines to matchesCriteria below.
// Rebuilt from scratch since the last one, now works for 2021 site.
// Use as you see fit! Please credit me if you do.
function matchesCriteria(site){
matches = true
matches = matches && matchesSingleCriteria(site,'Quality','Good')