Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c204b66

Browse files
committedJul 1, 2024
fix link
1 parent 918c070 commit c204b66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎scripts/fb_allInOne.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ export default {
1919

2020
popupScript: {
2121
onClick: () => {
22-
window.open(
23-
"https://useful-scripts-extension.github.io/facebook-all-in-one/dist/index.html"
24-
);
22+
window.open("https://facebook-all-in-one.com/dist");
2523
},
2624
},
2725

0 commit comments

Comments
 (0)
Failed to load comments.