{"id":17674819,"url":"https://github.com/ademking/fire-plane-fb-reactions","last_synced_at":"2026-03-07T11:02:26.072Z","repository":{"id":99222540,"uuid":"143080888","full_name":"Ademking/Fire-Plane-FB-Reactions","owner":"Ademking","description":"[Deprecated] ... Sorry for that ...","archived":false,"fork":false,"pushed_at":"2018-08-01T05:04:46.000Z","size":17,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T14:18:07.256Z","etag":null,"topics":["facebook","fire","plane","reactions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ademking.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-31T23:40:32.000Z","updated_at":"2022-10-20T14:16:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e700562-3684-4fe0-a520-9409a74cf265","html_url":"https://github.com/Ademking/Fire-Plane-FB-Reactions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ademking/Fire-Plane-FB-Reactions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2FFire-Plane-FB-Reactions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2FFire-Plane-FB-Reactions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2FFire-Plane-FB-Reactions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2FFire-Plane-FB-Reactions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ademking","download_url":"https://codeload.github.com/Ademking/Fire-Plane-FB-Reactions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ademking%2FFire-Plane-FB-Reactions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["facebook","fire","plane","reactions"],"created_at":"2024-10-24T07:09:02.544Z","updated_at":"2026-03-07T11:02:26.057Z","avatar_url":"https://github.com/Ademking.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Deprecated] Fire - Plane Facebook Reactions 🔥🛩\n\n![](https://i.imgur.com/7r1JzwS.gif)\n\nFor Those asking How to Do Plane/Fire Reaction :\n\n# Chrome :\n\n1. Create a new Bookmark\n\n![](https://i.imgur.com/BFoalbL.png)\n\n2. Fill the bookmark :\n\n![](https://i.imgur.com/aCxdeK2.png)\n\n• Name : Anything you want (example : FB Reactions)\n\n• URL : Copy/Paste code below\n\n```\njavascript:let hookFacebookReactionsCounter=0;function hookFacebookReactions(){const modulesToHook=['UFICentralUpdates','UFIFeedbackTargets'];const updateFeedbackEvent='update-feedback';const defaultReactionsCount=6;const newReactions=[{name:\"fire\",id:14},{name:\"plane\",id:15}];if(window.requireLazy){window.requireLazy(modulesToHook,(UFICentralUpdates,UFIFeedbackTargets)=\u003e{UFICentralUpdates.subscribe(updateFeedbackEvent,onUpdateFeedback);function onUpdateFeedback(eventName,feedbackObj){var supportedReactions=feedbackObj.feedbacktarget.supportedreactions;if(supportedReactions.length===defaultReactionsCount){for(let reaction of newReactions.reverse()){supportedReactions.push(reaction.id)}\nfeedbackObj.feedbacktarget.supportedreactions=supportedReactions;UFICentralUpdates.inform(updateFeedbackEvent,feedbackObj)}}});let cssText=``;for(let reaction of newReactions){cssText+=`div[data-reaction='${reaction.id}'] div._4sm1:after { content: ' ${reaction.name}'; }`}\nlet hookScript=document.createElement(\"style\");hookScript.type=\"text/css\";hookScript.textContent=cssText;(document.head||document.body||document.documentElement).appendChild(hookScript)}else{console.log('Failed to inject Facebook Reactions hook.');hookFacebookReactionsCounter++;if(hookFacebookReactionsCounter\u003c30)setTimeout(hookFacebookReactions,50)}};hookFacebookReactions()\n\n```\n\n3. Save and Click on Home link\n\n4. TADAAAA... That's all 😉\n\n--------\n\n# Firefox :\n\n1. In Firefox, click \"Bookmarks,\" then select \"Bookmark this Page\"\n\n![](https://mreidsma.github.io/bookmarklets/img/firefox2.png)\n\n2. Type a name for your bookmarklet into the Name field, and select where you want the bookmark to live. If you want it easily accessible, choose the \"Bookmarks Toolbar.\"\n\n3. You should have a bookmark in your toolbar now. Right-click on it and select \"Properties.\"\n\n![](https://i.imgur.com/QyAxuPb.png)\n\n4. Copy/Paste the JavaScript code below for your bookmarklet, and paste it into the \"Location\" field.\n\n```\njavascript:let hookFacebookReactionsCounter=0;function hookFacebookReactions(){const modulesToHook=['UFICentralUpdates','UFIFeedbackTargets'];const updateFeedbackEvent='update-feedback';const defaultReactionsCount=6;const newReactions=[{name:\"fire\",id:14},{name:\"plane\",id:15}];if(window.requireLazy){window.requireLazy(modulesToHook,(UFICentralUpdates,UFIFeedbackTargets)=\u003e{UFICentralUpdates.subscribe(updateFeedbackEvent,onUpdateFeedback);function onUpdateFeedback(eventName,feedbackObj){var supportedReactions=feedbackObj.feedbacktarget.supportedreactions;if(supportedReactions.length===defaultReactionsCount){for(let reaction of newReactions.reverse()){supportedReactions.push(reaction.id)}\nfeedbackObj.feedbacktarget.supportedreactions=supportedReactions;UFICentralUpdates.inform(updateFeedbackEvent,feedbackObj)}}});let cssText=``;for(let reaction of newReactions){cssText+=`div[data-reaction='${reaction.id}'] div._4sm1:after { content: ' ${reaction.name}'; }`}\nlet hookScript=document.createElement(\"style\");hookScript.type=\"text/css\";hookScript.textContent=cssText;(document.head||document.body||document.documentElement).appendChild(hookScript)}else{console.log('Failed to inject Facebook Reactions hook.');hookFacebookReactionsCounter++;if(hookFacebookReactionsCounter\u003c30)setTimeout(hookFacebookReactions,50)}};hookFacebookReactions()\n\n```\n\n5. Save and Click on Home link\n\n6. TADAAAA... That's all 😉\n\n--------\n\n# Safari\n\nDragging the link to the bookmarks bar is the easiest way to do this in Safari. Otherwise we have to create a bookmark for something else, and then edit the URL to be the Javscript we want to run.\n\n1. In Safari, open https://facebook.com\n\n2. Select Bookmarks \u003e Add Bookmark\n\n3. A little window will pop up. Select the folder or location where you want the bookmarklet (Use \"Favorites Bar\" for easy access.) Then type the name of your bookmarklet in the text field. for this example write \"Facebook Reactions\"\n\n4. Click \"Add\"\n\n5. Now right-click on bookmark you just created. You should see a menu pop up. Select \"Edit Address\"\n\n![](https://mreidsma.github.io/bookmarklets/img/safari1.png)\n\n6. You should now see a text box pop up under your bookmark\n\n7. Copy/Paste the code below :\n\n```\njavascript:let hookFacebookReactionsCounter=0;function hookFacebookReactions(){const modulesToHook=['UFICentralUpdates','UFIFeedbackTargets'];const updateFeedbackEvent='update-feedback';const defaultReactionsCount=6;const newReactions=[{name:\"fire\",id:14},{name:\"plane\",id:15}];if(window.requireLazy){window.requireLazy(modulesToHook,(UFICentralUpdates,UFIFeedbackTargets)=\u003e{UFICentralUpdates.subscribe(updateFeedbackEvent,onUpdateFeedback);function onUpdateFeedback(eventName,feedbackObj){var supportedReactions=feedbackObj.feedbacktarget.supportedreactions;if(supportedReactions.length===defaultReactionsCount){for(let reaction of newReactions.reverse()){supportedReactions.push(reaction.id)}\nfeedbackObj.feedbacktarget.supportedreactions=supportedReactions;UFICentralUpdates.inform(updateFeedbackEvent,feedbackObj)}}});let cssText=``;for(let reaction of newReactions){cssText+=`div[data-reaction='${reaction.id}'] div._4sm1:after { content: ' ${reaction.name}'; }`}\nlet hookScript=document.createElement(\"style\");hookScript.type=\"text/css\";hookScript.textContent=cssText;(document.head||document.body||document.documentElement).appendChild(hookScript)}else{console.log('Failed to inject Facebook Reactions hook.');hookFacebookReactionsCounter++;if(hookFacebookReactionsCounter\u003c30)setTimeout(hookFacebookReactions,50)}};hookFacebookReactions()\n\n```\n\n8. Click the \"Done\" button.\n\n![](https://i.imgur.com/nKapR7K.png)\n\n------\n\n# Press That Star Button if you like it ⭐\n\n![](https://i.imgur.com/gtVE2rx.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fademking%2Ffire-plane-fb-reactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fademking%2Ffire-plane-fb-reactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fademking%2Ffire-plane-fb-reactions/lists"}