- 737
- UK
Right, this is rather simple, and hopefully it will help someone!
1) Make a new bookmark, be it an empty one or one of this very page.
2) Edit that bookmark by right clicking it and selecting "Edit..." (atleast in chrome, if anyone knows what it is in other browsers feel free to post down below.)
3) Input the script below into the URL box, replacing whatever was in there:
4) Save the bookmark!
What this does is choose a random car page from the Kudosprime GT6 Car Database so you don't have to sit there thinking of what to drive next!
So now, whenever you click that bookmark icon, it will give you a random car page, when more cars are added to GT6 and the KP page, I will update the javascript to add the new cars!
Cheers for looking peeps!
Edit: Recently, @Milouse has added a randomize button to k-prime:
http://www.kudosprime.com/gt6/carlist.php
(the purple randomize button at the top of the list!)
So if you want a 100% working randomize link no matter what browser/device you are using, bookmark this link:
http://www.kudosprime.com/gt6/carlist.php?picker=y
Also, if you want to randomize from a customized set of cars check this post:
https://www.gtplanet.net/forum/threads/car-collection-sites.290116/page-4#post-10130957
1) Make a new bookmark, be it an empty one or one of this very page.
2) Edit that bookmark by right clicking it and selecting "Edit..." (atleast in chrome, if anyone knows what it is in other browsers feel free to post down below.)
3) Input the script below into the URL box, replacing whatever was in there:
Code:
javascript:window.location.href = 'http://www.kudosprime.com/gt6/car_sheet.php?id='+Math.floor((Math.random() * 1241) + 1);
4) Save the bookmark!
What this does is choose a random car page from the Kudosprime GT6 Car Database so you don't have to sit there thinking of what to drive next!
So now, whenever you click that bookmark icon, it will give you a random car page, when more cars are added to GT6 and the KP page, I will update the javascript to add the new cars!
Cheers for looking peeps!
Edit: Recently, @Milouse has added a randomize button to k-prime:
http://www.kudosprime.com/gt6/carlist.php
(the purple randomize button at the top of the list!)
So if you want a 100% working randomize link no matter what browser/device you are using, bookmark this link:
http://www.kudosprime.com/gt6/carlist.php?picker=y
Also, if you want to randomize from a customized set of cars check this post:
https://www.gtplanet.net/forum/threads/car-collection-sites.290116/page-4#post-10130957
Last edited: