Skip to content

Commit e3928fd

Browse files
committed
Merge branch 'master' of https://github.com/dimdenGD/OldTwitter
2 parents 77a78e2 + edee87b commit e3928fd

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Old Twitter Layout (2025)",
33
"description": "__MSG_ext_description__",
4-
"version": "1.9.0.0",
4+
"version": "1.9.0.2",
55
"manifest_version": 3,
66
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
77
"background": {

scripts/helpers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,7 @@ function makeSeeableColor(color, bg_color = getBackgroundColor()) {
13651365
}
13661366

13671367
async function getLinkColors(ids) {
1368+
return [];
13681369
if (typeof ids === "string") ids = ids.split(",");
13691370
ids = [...new Set(ids)];
13701371
const colours = await Promise.all([

scripts/tweetConstructor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ function renderMultiMediaNodes(tweetObject) {
145145
}
146146
newClone.width = w;
147147
newClone.height = h;
148-
newClone.loop = true;
149148
newClone.controls = true;
150149

151150
newClone.disableRemotePlayback = true;

0 commit comments

Comments
 (0)