Skip to content

Commit

Permalink
fix firefox packing
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed May 29, 2023
1 parent 4c3a0a3 commit 5a99cde
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 @@ -139,7 +139,7 @@ copyDir('./', '../OldTwitterFirefox').then(async () => {
},
{
"matches": ["https://twitter.com/old/unfollows/*", "https://twitter.com/old/unfollows/*/", "https://twitter.com/old/unfollows/*?*", "https://twitter.com/old/unfollows/*/?*"],
"js": ["layouts/unfollowers/script.js"],
"js": ["layouts/unfollows/script.js"],
"all_frames": true,
"run_at": "document_idle"
},
Expand Down

0 comments on commit 5a99cde

Please sign in to comment.