Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Aug 26, 2024
1 parent 8963867 commit 2f6586c
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": "Yeah! for Twitter",
"description": "Adds a Yeah! button to Twitter",
"version": "1.1.0",
"version": "1.1.1",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/YeahTwitter",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const API = {
return new Promise((resolve, reject) => {
fetch(`https://api.${location.hostname}/1.1/users/show.json?${byId ? `user_id=${val}` : `screen_name=${val}`}`, {
headers: {
"authorization": publicToken,
"authorization": "Bearer AAAAAAAAAAAAAAAAAAAAAG5LOQEAAAAAbEKsIYYIhrfOQqm4H8u7xcahRkU%3Dz98HKmzbeXdKqBfUDmElcqYl0cmmKY9KdS2UoNIz3Phapgsowi",
"x-csrf-token": getCsrf(),
"x-twitter-auth-type": "OAuth2Session",
"x-twitter-client-language": window.LANGUAGE ? window.LANGUAGE : navigator.language ? navigator.language : "en"
Expand Down

0 comments on commit 2f6586c

Please sign in to comment.