Skip to content

Commit

Permalink
update firefox packing
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 9, 2023
1 parent 23a4679 commit fc0f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ copyDir('./', '../OldTwitterFirefox').then(async () => {
},
{
"matches": ["https://twitter.com/*"],
"exclude_matches": ["https://twitter.com/*?*newtwitter=true*", "https://twitter.com/settings/download_your_data", "https://twitter.com/i/flow/login*"],
"exclude_matches": ["https://twitter.com/*?*newtwitter=true*", "https://twitter.com/settings/download_your_data", "https://twitter.com/i/flow/login*", "https://twitter.com/i/tweetdeck"],
"js": ["layouts/header/script.js", "scripts/tweetviewer.js", "libraries/gif.js", "libraries/viewer.min.js", "libraries/tinytoast.js"],
"css": ["libraries/viewer.min.css"],
"all_frames": true,
Expand Down

0 comments on commit fc0f923

Please sign in to comment.