The Scoop
Plenty of info on all the things students need to know, from study tips to day trips.
10 Love Songs You Never Knew You Needed
Featured

2021 Pride Playlist
Blog & Guides
Music
Student experience
Wellbeing
document.addEventListener('DOMContentLoaded', function () {
// Select all elements with the class 'nav-location-title'
const navLocationTitles = document.querySelectorAll('.nav-location-title');
// Loop through each element and add a mouseenter event listener
navLocationTitles.forEach(function (element) {
element.addEventListener('mouseenter', function () {
// Simulate a click on the element
element.click();
});
});
});

