Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Rickrolling people in advanced ways
- mybearworld
-
1000+ posts
Rickrolling people in advanced ways
It's a .zip domain that looks like it could be abusing the TLD (because really, it is), so it's probably blocked because of that.
- LegoManiac04
-
1000+ posts
Rickrolling people in advanced ways
https://newsroll.vercel.app/technology/How-web-developers-have-turned-%22Rickrolling%22-into-an-art%3A
I made this in like, a day which was pretty cool and fun :P
I made this in like, a day which was pretty cool and fun :P
- Vaibhs11
-
1000+ posts
Rickrolling people in advanced ways
Since that URL is so recognizable these days, lets use base64 to make it foolproof.[...document.links].forEach(e=>e.href='https://youtu.be/dQw4w9WgXcQ')
[...document.links].forEach(e=>e.href=atob('aHR0cHM6Ly95b3V0dS5iZS9kUXc0dzlXZ1hjUQ=='))
Gonna try this on my friend who knows only python, getting him to paste scary JavaScript onto the console is obviously the only obstacle here, but he is room temperature iq so lets see.
- NFlex23
-
1000+ posts
Rickrolling people in advanced ways
https://newsroll.vercel.app/technology/How-web-developers-have-turned-%22Rickrolling%22-into-an-art%3AThat's great!
I made this in like, a day which was pretty cool and fun :P

Last edited by NFlex23 (Jan. 3, 2024 13:52:23)
- INSERT-USER_NAME
-
1000+ posts
Rickrolling people in advanced ways
https://newsroll.vercel.app/technology/How-web-developers-have-turned-%22Rickrolling%22-into-an-art%3AGod, dang, that was such a captivating article.
I made this in like, a day which was pretty cool and fun :P
- -ElectronicArts-
-
1000+ posts
Rickrolling people in advanced ways
https://newsroll.vercel.app/technology/How-web-developers-have-turned-%22Rickrolling%22-into-an-art%3Avideo does not autoplay sadly
I made this in like, a day which was pretty cool and fun :P
- alwayspaytaxes
-
500+ posts
Rickrolling people in advanced ways
https://newsroll.vercel.app/technology/How-web-developers-have-turned-%22Rickrolling%22-into-an-art%3AYou could make a mode that adds a small description, a header image (as NFlex said), and a “Read more” button which rickrolls
I made this in like, a day which was pretty cool and fun :P
- LegoManiac04
-
1000+ posts
Rickrolling people in advanced ways
That's odd, it autoplays fine for me… Maybe you have strict autoplay rules enabled or something?https://newsroll.vercel.app/technology/How-web-developers-have-turned-%22Rickrolling%22-into-an-art%3Avideo does not autoplay sadly
I made this in like, a day which was pretty cool and fun :P
Last edited by LegoManiac04 (Jan. 4, 2024 23:22:21)
- OHpoo1400
-
3 posts
Rickrolling people in advanced ways
bruh i tried to upload this gif: https://tenor.com/view/rick-roll-rick-ashley-never-gonna-give-you-up-gif-22113173 but it didn't work and i got a error 

- OHpoo1400
-
3 posts
Rickrolling people in advanced ways
hey but i finally found one that can export to scratch https://www.google.com/search?q=rick+roll+full+gif&oq=rick+roll+full+gif&aqs=chrome..69i57j0i13i512j0i22i30l3.9419j0j4&sourceid=chrome-mobile&ie=UTF-8#vhid=XvWWhkcOZ9XpqM&vssid=l
- OHpoo1400
-
3 posts
Rickrolling people in advanced ways
use this asset pack https://scratch.mit.edu/projects/967561575
- LP372
-
1000+ posts
Rickrolling people in advanced ways
Click here, then I dare you to click the “Demo” link. You'll notice that the link goes to Scratch but you get redirected to “Never gonna give you up”.Tyronethechad made something so if you clicked on a link everything on your screen would turn to rickroll for 1 minute. It took 2 months tho
Any other silly ways to rickroll people super-secret?
Want to do this yourself? Just add this simple stuff to your HTMLTo use this, just add<script> const rickroll = function (event) { event.preventDefault(); document.write("Get 'rolled lol"); window.setTimeout(function() { document.body.innerHTML = '<iframe width="966" height="543" src="https://www.youtube.com/embed/dQw4w9WgXcQ?&autoplay=1" frameborder="0"></iframe>'; console.info("https://scratch.mit.edu/discuss/post/5069102/"); }, 500); } document.querySelectorAll(".rickroll").forEach(el => el.addEventListener("click", rickroll)); </script>to any links you want to be rickrolls in your website.class="rickroll"
Last edited by LP372 (Feb. 18, 2024 17:14:41)
- PcUserPro
-
500+ posts
Rickrolling people in advanced ways
-Need to be deleted-
–
–
Last edited by PcUserPro (Feb. 20, 2024 15:42:09)
- dynamicsofscratch
-
1000+ posts
Rickrolling people in advanced ways
(#2)mine didn't start even lol
Thank god an ad played before I got rickrolled
- df21
-
52 posts
Rickrolling people in advanced ways
the best link https://drdinnerbone.github.io/home/ (it rickrolls through a cookie banner
)

Last edited by df21 (Feb. 21, 2024 16:24:17)
- Ghxstify2009
-
100+ posts
Rickrolling people in advanced ways
Can't you just use a URL Shortener?
- Ghxstify2009
-
100+ posts
Rickrolling people in advanced ways
Why was it removed..? There used to be a way to upload html files to assets.scratch.mit.edu so that would have been one hell of a rickroll
- redspacecat
-
500+ posts
Rickrolling people in advanced ways
Wait I just tested, you can't upload zip files anymore
- Discussion Forums
- » Advanced Topics
-
» Rickrolling people in advanced ways