Columbia Class of 2028 Official RD Thread

I learned an important lesson in never trusting portal astrology today so I will prolly just switch off my devices now lol. But if u guys find any hints post them here for CO2029

1 Like

i switched off my device too. but as u see, here i am, back again. lets see how long can u stick with it :skull:

video appears 13 times when I command f under base.js

same, what about mp4?

two

1 Like

video appears twice under react-dom

are you using source code or inspect element on right click (on Mac rn)

inspect

I dont have a video under react-dom. This is what I have:

<script>
/*<![CDATA[*/
$('.layout-container > header .region-nav:not(.js-menu-processed)').each(function() {
    var nav = $(this);
    nav.addClass('js-menu-processed').attr('aria-expanded', 'false');
    nav.find('a.toggle').click(function(e) {
        e.preventDefault();
        if (nav.attr('aria-expanded') == 'false') {
            nav.attr('aria-expanded', 'true');
            $(this).find('.visually-hidden').text('Close Search and Menu');
        }

can u please tell us exactly what you do after inspect.

1 Like

go into sources
you are gonna see a lot of tabs

1 Like

ah yeah thanks a lot. And where did you find that video thingy ?

1 Like

command f look at my tab

thank you, I got video twice and mp4 0 times

are u sure u are in react-dom?

idk if it means something

video twice here too

2 video, 0 mp4 here

1 Like

mp4 is in base.js