This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Prevent link mangling on Google and Yandex | |
// @namespace LordBusiness.LMG | |
// @match https://www.google.com/search | |
// @match https://yandex.ru/search* | |
// @version 1.2 | |
// @author radiantly | |
// @description Prevent Google and Yandex from mangling the link when copying or clicking the link | |
// ==/UserScript== |