1 2 3 4 5
// Cheeky way of getting around ad blockers? export const onRequest = async (_context) => { // const { data, env, next, params, request, waitUntil } = context; return fetch('https://static.cloudflareinsights.com/beacon.min.js') }