Skip to content

Instantly share code, notes, and snippets.

View myselfhimself's full-sized avatar
🍫
Happy

Jonathan-David Schröder myselfhimself

🍫
Happy
  • France
View GitHub Profile
@myselfhimself
myselfhimself / parishScrapingForBrowserDeveloperToolsConsolePasting.js
Last active April 14, 2023 09:50
Parish contact details scraping into CSV
// Just paste everything in any web browser's developer console and press enter to obtain a CSV file
// This is intended for scraping parishes address details from a famous french city's website
// Taylor at your will
// Public domain - no attribution required
(() => {
let consoleLogBuffer = "";
let console_log = (s) => (consoleLogBuffer += s + "\n");
let csvSeparator = "|";
let csvHeader = [