997
The Test (www.smbc-comics.com)
submitted 4 days ago* (last edited 3 days ago) by ViperActual@sh.itjust.works to c/comicstrips@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] bleistift2@sopuli.xyz 1 points 3 days ago

Not for me. Did you maybe find an easter egg?

[-] MonkderVierte@lemmy.ml 6 points 3 days ago* (last edited 3 days ago)

Oh right, i have third-party scripts blocked by default on mobile. Now it works.

Still, uh, why was it made that way, that it needs JS to random-load a page?

[-] bleistift2@sopuli.xyz 9 points 3 days ago

Without JS the button points to the RSS feed. This serves as a placeholder. The button was most likely copied and pasted.

Upon page load the website makes a call to the /rand.php endpoint, which returns a date in ISO8601 format. That is then used to produce the actual link.

				<script>
		$.get("/rand.php",function(data){
			$('.cc-navaux').attr('href','https://www.smbc-comics.com/comic/' + data);
		});
		</script>

(lines 172ff. of the HTML source) Why? Ask the author.

this post was submitted on 12 Oct 2024
997 points (99.2% liked)

Comic Strips

12238 readers
2294 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 1 year ago
MODERATORS