Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 8, 2024
1 parent 8f67af2 commit 2966bbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions layouts/home/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,7 @@ setTimeout(() => {
<h2 style="margin:0;margin-bottom:10px;color:var(--darker-gray);font-weight:300">(OldTwitter) ${LOC.new_version.message} - ${chrome.runtime.getManifest().version}</h2>
<span id="changelog" style="font-size:14px;color:var(--default-text-color)">
<ul>
<li>Added option to customize name of downloaded media</li>
<li>Better "User doesn't exist" and "User was suspended" pages</li>
<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>
<li>Fixed custom color links not appearing in home timeline often</li>
<li>Fixed tweets with pending community notes not loading</li>
<li>Fixed layout shift on modal opens</li>
<li>Fixed image viewer being hard to close on some phones</li>
<li>Fixed retweeting</li>
</ul>
</span>
`, 'changelog-modal', () => {}, () => Date.now() - opened > 1250);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Old Twitter Layout (2024)",
"description": "__MSG_ext_description__",
"version": "1.8.7.3",
"version": "1.8.8",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ const API = {
fetch(`/i/api/graphql/ojPdsZsimiJrUGLR1sjUtA/CreateRetweet`, {
method: 'POST',
headers: {
"authorization": OLDTWITTER_CONFIG.public_token,
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAAFQODgEAAAAAVHTp76lzh3rFzcHbmHVvQxYYpTw%3DckAlMINMjmCwxUcaXbAN4XqJVdgMJaHqNOFgPMK0zN1qLqLQCF",
"x-csrf-token": OLDTWITTER_CONFIG.csrf,
"x-twitter-auth-type": "OAuth2Session",
"content-type": "application/json",
Expand Down

0 comments on commit 2966bbe

Please sign in to comment.