NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Change Twitter js links to plain // @namespace tako774.net // @version 0.1 // @description Changes twitter javascript links to plain href links (DM icon etc.) // @match https://twitter.com/* // @author nanashi(@tako774) // @license MIT // ==/UserScript== // DM icon var dm_nav = document.querySelector(".global-dm-nav"); dm_nav.setAttribute('href', '/messages');