Commenti
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

Bruh this whole thread could be bots but we don't know as people are basically encouraged to post links

Zanum e pengu101 ti piace questo
Somerset, EnglandYUMmy_Bacon510 months ago

@JohnWick321, @g1p7y9a seems to be a bot so ignore them lol

Somerset, EnglandYUMmy_Bacon510 months ago

Congratulations!

discussione: The Site
Somerset, EnglandYUMmy_Bacon510 months ago

This scam post needs to be deleted from @Husnain11221: https://www.speedrun.com/posts/bncfm

The dot links always seem to be missed😭😭

@HenrichKlassen

@2048cupcakes

starsmiley piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon510 months ago

Well, it worked on Firefox when I tested that lol. I've now edited the post, try again.

discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

Comment: you're making this harder for yourself guys.

Yes, I edited that comment. But guess what, I wasn't participating in the counting lol.

I thought the rules were clear lol

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

Comment: why did we reset to 1? I only said that number 5 was going to be next

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

Comment: the number's going to be 5 soon

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

Comment: 2

I'm being creative

SuperGamer64 piace questo
discussione: Speedrunning
Somerset, EnglandYUMmy_Bacon510 months ago

I've created my own code that downloads the video, which you run on the Bilibili video's page. @AmazinCris

This automatically downloads the highest quality video. - but it doesn't include the audio.

To run:

  1. Press Ctrl + Shift + I
  2. Press "Console"
  3. Type "allow pasting", if nessary, and hit Enter
  4. Paste the code and press "Enter", and it downloads.

You could also use this in a bookmarklet. Just create a new bookmark, type "javascript:" into the URL field, paste the code and press save. This means you can press on that bookmark and it downloads the video when you're on a Bilibili page.

Also, I think you can get access to higher quality videos when you are logged into Bilibili.

(async () => {
	const progressBar = document.createElement("div");
	progressBar.style.width = "0%";
	progressBar.style.height = "5px";
	progressBar.style.backgroundColor = "blue";
	progressBar.style.position = "fixed";
	progressBar.style.top = "0";
	progressBar.style.left = "0";
	progressBar.style.right = "0";
	progressBar.style.zIndex = "9999";
	document.body.appendChild(progressBar);

	const videoUrl = __playinfo__.data.dash.video.sort((a, b) => b.bandwidth - a.bandwidth)[0].baseUrl;

	const res = await fetch(videoUrl);
	const reader = res.body.getReader();
	const contentLength = res.headers.get("Content-Length");

	const chunks = [];
	let receivedLength = 0;

	while (true) {
		const { value, done } = await reader.read();
		if (done) break;

		chunks.push(value);
		receivedLength += value.length;
		const percentComplete = (receivedLength / contentLength) * 100;
		progressBar.style.width = `${percentComplete}%`;
	}

	const url = URL.createObjectURL(new Blob(chunks));
	const a = document.createElement("a");
	a.setAttribute("download", `${document.querySelector(".video-title").innerText}.mp4`);
	a.setAttribute("href", url);
	a.click();
	a.remove();
	URL.revokeObjectURL(url);
	progressBar.remove();
})();
montazh, Speedrun_Horror e 2 Altri ti piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

2

C0mment: omg why did we reset, I thought those numbers were allowed?

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

Five

SuperGamer64 piace questo
Sconosciuto
Somerset, EnglandYUMmy_Bacon510 months ago

(You can't crste nw threads in forums :/)

Ask in Roblox's Discord. And I think the results are posted there.

discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

1

Comment: 👍

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

6Comment: hi

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

1

Comment: actually, it seems like they are

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

3

Comment: are photos of images allowed?

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

1

Comment: What? I thought posts couldn't be edited. However, you continued onto number 2.

Therefore, I'm resetting back to 1.

SuperGamer64 piace questo
discussione: Talk
Somerset, EnglandYUMmy_Bacon510 months ago

1

Comment: am I allowed to start at 1 when the post itself is edited?

SuperGamer64 piace questo
Info su YUMmy_Bacon5
I like breaking SRC.
Iscritto
4 years ago
Online
today
Runs
112
Giochi corso
Pou Category Extensions
Pou Category Extensions
Ultima corsa 3 years ago
34
Runs
Granny
Granny
Ultima corsa 3 years ago
24
Runs
Snake on a String
Snake on a String
Ultima corsa 2 years ago
12
Runs
Granny 2D
Granny 2D
Ultima corsa 2 years ago
7
Runs
Pou
Pou
Ultima corsa 3 years ago
6
Runs
Granny (PC)
Granny (PC)
Ultima corsa 4 years ago
5
Runs
Granny: Chapter Two
Granny: Chapter Two
Ultima corsa 3 years ago
4
Runs
Granny Multiplayer (Mod)
Granny Multiplayer (Mod)
Ultima corsa 1 month ago
4
Runs
Giochi seguiti
This Is The Only Level
This Is The Only Level
Ultima visita 1 month ago
1
visita
Guts & Blackpowder
Guts & Blackpowder
Ultima visita 2 months ago
2
visite
Hollow Knight
Hollow Knight
Ultima visita 1 month ago
18
visite
Return Of Slendrina
Return Of Slendrina
Ultima visita 7 months ago
1
visita
Cuphead
Cuphead
Ultima visita 1 month ago
8
visite
HASTE: Broken Worlds
HASTE: Broken Worlds
Ultima visita 2 months ago
3
visite
Chained Together
Chained Together
Ultima visita 3 months ago
2
visite
60 Seconds! Reatomized
60 Seconds! Reatomized
Ultima visita 1 month ago
5
visite
Giochi moderati
Granny
Granny
Ultima azione 1 month ago
794
azioni
Granny: Chapter Two
Granny: Chapter Two
Ultima azione 2 years ago
246
azioni
Granny 3
Granny 3
Ultima azione 1 month ago
223
azioni
Granny 3 (PC)
Granny 3 (PC)
Ultima azione 2 months ago
58
azioni
The Twins
The Twins
Ultima azione 2 years ago
56
azioni
Granny 4 (Fangame)
Granny 4 (Fangame)
Ultima azione 3 months ago
54
azioni
Granny: Chapter Two (PC)
Granny: Chapter Two (PC)
Ultima azione 1 month ago
51
azioni
Granny (PC)
Granny (PC)
Ultima azione 1 month ago
41
azioni