995
The Test (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] bleistift2@sopuli.xyz 0 points 5 months ago

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

[-] MonkderVierte@lemmy.ml 7 points 5 months ago* (last edited 5 months 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 interpret an xml? Random-loading a page is backend stuff.

[-] bleistift2@sopuli.xyz 8 points 5 months 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
995 points (100.0% liked)

Comic Strips

15571 readers
1309 users here now

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

The rules are simple:

Web of links

founded 2 years ago
MODERATORS