Random page loader

@kaikarisjonas
Oh the problem is in this line:

results.items.forEach((item) = { 

it should have ‘>’ :

results.items.forEach((item) => {

Massa