Skip to content

Commit 2966bbe

Browse files
committed
fix
1 parent 8f67af2 commit 2966bbe

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

layouts/home/script.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,7 @@ setTimeout(() => {
8181
<h2 style="margin:0;margin-bottom:10px;color:var(--darker-gray);font-weight:300">(OldTwitter) ${LOC.new_version.message} - ${chrome.runtime.getManifest().version}</h2>
8282
<span id="changelog" style="font-size:14px;color:var(--default-text-color)">
8383
<ul>
84-
<li>Added option to customize name of downloaded media</li>
85-
<li>Better "User doesn't exist" and "User was suspended" pages</li>
86-
<li>Fixed external links not opening in new tab (this was especially annoying on PWA because it reset current browsing session on visiting external links)</li>
87-
<li>Fixed custom color links not appearing in home timeline often</li>
88-
<li>Fixed tweets with pending community notes not loading</li>
89-
<li>Fixed layout shift on modal opens</li>
90-
<li>Fixed image viewer being hard to close on some phones</li>
84+
<li>Fixed retweeting</li>
9185
</ul>
9286
</span>
9387
`, 'changelog-modal', () => {}, () => Date.now() - opened > 1250);

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Old Twitter Layout (2024)",
33
"description": "__MSG_ext_description__",
4-
"version": "1.8.7.3",
4+
"version": "1.8.8",
55
"manifest_version": 3,
66
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
77
"background": {

scripts/apis.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,7 @@ const API = {
27312731
fetch(`/i/api/graphql/ojPdsZsimiJrUGLR1sjUtA/CreateRetweet`, {
27322732
method: 'POST',
27332733
headers: {
2734-
"authorization": OLDTWITTER_CONFIG.public_token,
2734+
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAAFQODgEAAAAAVHTp76lzh3rFzcHbmHVvQxYYpTw%3DckAlMINMjmCwxUcaXbAN4XqJVdgMJaHqNOFgPMK0zN1qLqLQCF",
27352735
"x-csrf-token": OLDTWITTER_CONFIG.csrf,
27362736
"x-twitter-auth-type": "OAuth2Session",
27372737
"content-type": "application/json",

0 commit comments

Comments
 (0)