Last active
January 27, 2017 15:40
-
-
Save gaogao-9/cf984bc8e9def2ddfab6859ebbdc6da4 to your computer and use it in GitHub Desktop.
Twitterはクソ
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
document.querySelector("#global-actions").appendChild(document.querySelector("#global-actions>li.moments.js-moments-tab")); |
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 Twitter moment | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description holy shit!!! | |
// @author Gao | |
// @match https://twitter.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
// Your code here... | |
document.querySelector("#global-actions").appendChild(document.querySelector("#global-actions>li.moments.js-moments-tab")); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment