Skip to content

Commit a6a909f

Browse files
author
hoang.tran12
committed
remove unuse emoji
1 parent f279cef commit a6a909f

File tree

3 files changed

+14
-25
lines changed

3 files changed

+14
-25
lines changed

scripts/fb_moreReactionStory.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ export default {
1818
// crawl emoji from https://emojipedia.org https://getemoji.com/
1919
// Array.from(document.querySelectorAll('.emoji-list .emoji')).map(_ => _.textContent).join(',')
2020
let url = await UsefulScriptGlobalPageContext.Extension.getURL(
21-
// "scripts/fb_moreReactionStory.json"
22-
"scripts/fb_moreReactionStory2.json"
21+
"scripts/fb_moreReactionStory.json"
2322
);
2423
const emojiJson = await fetch(url);
2524
const EMOJI_LIST = await emojiJson.json();

0 commit comments

Comments
 (0)