Skip to content

Instantly share code, notes, and snippets.

View j-f1's full-sized avatar
🥁
Instruments/profiling tools @apple

Jed Fox j-f1

🥁
Instruments/profiling tools @apple
View GitHub Profile
@j-f1
j-f1 / messenger-native-emoji.js
Last active December 1, 2020 15:41
Replace the emoji on the Messenger website with the platform’s native ones
// ==UserScript==
// @name Messenger Native Emoji
// @namespace http://jedfox.com/
// @version 1.0
// @description Use native emoji on Messenger
// @author Jed Fox
// @match *://*.messenger.com/*
// @grant GM_addScript
// ==/UserScript==
@j-f1
j-f1 / LICENSE
Last active October 7, 2022 06:52
MIT License
Copyright (c) 2021 Jed Fox
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: