top of page
- RIFF -
HOME
ABOUT
EVENTS
VIDEOS
STORE
TABS
BLOG
Home
Groups
RIFF - Music Group
RIFF - Music Group
Public
·
10 members
Join
Discussion
Media
Files
Members
About
Back
Riff Ferguson
26 days ago
·
updated the description of the group.
Welcome to the group! You can connect with other members, get updates and share videos.
0
0 Comments
2 Views
Write a comment...
Write a comment...
Members
Kajal Jadhav
Follow
Riff Ferguson
Follow
Daeron Daeron
Follow
Snow Hope
Snow Hope
Follow
Daniel O'brian
Follow
See All Members (10)
bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });