Skip to content

Commit

Permalink
fix oldtwitter
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Nov 19, 2024
1 parent 1148430 commit cb4953f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.2",
"version": "1.8.9.3",
"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 @@ -408,7 +408,7 @@ const API = {
}
fetch(`https://api.${location.hostname}/1.1/account/verify_credentials.json`, {
headers: {
"authorization": OLDTWITTER_CONFIG.public_token,
"authorization": OLDTWITTER_CONFIG.oauth_key,
"x-csrf-token": OLDTWITTER_CONFIG.csrf,
"x-twitter-auth-type": "OAuth2Session"
},
Expand Down

0 comments on commit cb4953f

Please sign in to comment.