Skip to content

Instantly share code, notes, and snippets.

View MythologicalTaco's full-sized avatar
🏠
Working from home

Retired MythologicalTaco

🏠
Working from home
View GitHub Profile
@MythologicalTaco
MythologicalTaco / prevent-linkjacking.user.js
Created February 17, 2018 22:08
Prevent Facebook link hijacking
// ==UserScript==
// @name Prevent Linkjacking (for TamperMonkey)
// @namespace facebook.com
// @version 0.1
// @description Prevent link hijacking
// @author You
// @match https://www.facebook.com/
// @grant none
// ==/UserScript==