We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b8af5 commit 71f8f8aCopy full SHA for 71f8f8a
scripts/fb_moreReactionStory.js
@@ -33,13 +33,13 @@ export default {
33
})();
34
35
function loadModal(EMOJI_LIST) {
36
- const fb_dtsg = getFbdtsg();
37
- const user_id = getUserId();
38
-
39
const timeoutCheckStoriesFooter = setInterval(() => {
40
if (!window.location.href.includes("facebook.com/stories")) return;
41
if (!!document.querySelector(".ufs-more-react-story")) return;
42
+ const fb_dtsg = getFbdtsg();
+ const user_id = getUserId();
+
43
/* HTML template
44
<div class="ufs-more-react-story">
45
<button class="btn-react">More</button>
0 commit comments