Discuss Scratch

mybearworld
Scratcher
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
Scratcher
1000+ posts

Rickrolling people in advanced ways

Vaibhs11
Scratcher
1000+ posts

Rickrolling people in advanced ways

Chiroyce wrote:

[...document.links].forEach(e=>e.href='https://youtu.be/dQw4w9WgXcQ')
Since that URL is so recognizable these days, lets use base64 to make it foolproof.
[...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
Scratcher
1000+ posts

Rickrolling people in advanced ways

LegoManiac04 wrote:

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
That's great! I think you should add some sort of header image to each of the “articles” to make them even more convincing.

Last edited by NFlex23 (Jan. 3, 2024 13:52:23)

INSERT-USER_NAME
Scratcher
1000+ posts

Rickrolling people in advanced ways

LegoManiac04 wrote:

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
God, dang, that was such a captivating article.
-ElectronicArts-
Scratcher
1000+ posts

Rickrolling people in advanced ways

LegoManiac04 wrote:

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
video does not autoplay sadly
alwayspaytaxes
Scratcher
500+ posts

Rickrolling people in advanced ways

LegoManiac04 wrote:

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
You could make a mode that adds a small description, a header image (as NFlex said), and a “Read more” button which rickrolls
LegoManiac04
Scratcher
1000+ posts

Rickrolling people in advanced ways

-ElectronicArts- wrote:

LegoManiac04 wrote:

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
video does not autoplay sadly
That's odd, it autoplays fine for me… Maybe you have strict autoplay rules enabled or something?

Last edited by LegoManiac04 (Jan. 4, 2024 23:22:21)

OHpoo1400
Scratcher
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
Scratcher
3 posts

Rickrolling people in advanced ways

LP372
Scratcher
1000+ posts

Rickrolling people in advanced ways

gosoccerboy5 wrote:

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”.
Any other silly ways to rickroll people super-secret?

Want to do this yourself? Just add this simple stuff to your HTML
<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 use this, just add
class="rickroll"
to any links you want to be rickrolls in your website.
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

Last edited by LP372 (Feb. 18, 2024 17:14:41)

PcUserPro
Scratcher
500+ posts

Rickrolling people in advanced ways

-Need to be deleted-

Last edited by PcUserPro (Feb. 20, 2024 15:42:09)

dynamicsofscratch
Scratcher
1000+ posts

Rickrolling people in advanced ways

PoIygon wrote:

(#2)
Thank god an ad played before I got rickrolled
mine didn't start even lol
df21
Scratcher
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)

ninjaMAR
Scratcher
1000+ posts

Rickrolling people in advanced ways

bump
Ghxstify2009
Scratcher
100+ posts

Rickrolling people in advanced ways

Can't you just use a URL Shortener?
CST1229
Scratcher
1000+ posts

Rickrolling people in advanced ways

Ghxstify2009 wrote:

(#957)
Can't you just use a URL Shortener?
That is not advanced, and also not allowed on Scratch.
Ghxstify2009
Scratcher
100+ posts

Rickrolling people in advanced ways

Raihan142857 wrote:

There used to be a way to upload html files to assets.scratch.mit.edu so that would have been one he­ll of a rickroll
Why was it removed..?
redspacecat
Scratcher
500+ posts

Rickrolling people in advanced ways

Wait I just tested, you can't upload zip files anymore

Powered by DjangoBB