Last active
August 29, 2015 14:01
-
-
Save YungSang/6c7447867ec8ac6c74b5 to your computer and use it in GitHub Desktop.
[Deprecated] Taberareloo 用パッチ:Gmail の投稿時の URL が微妙に変わってた
* Taberareloo v3.0.10 で対応済み
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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Gmail Model" | |
// , "description" : "Fix Gmail model" | |
// , "include" : ["background"] | |
// , "version" : "0.1.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/6c7447867ec8ac6c74b5/raw/patch.model.gmail.tbrl.js" | |
// } | |
// ==/Taberareloo== | |
(function() { | |
update(Models['Gmail'], { | |
HOME_URL : 'https://mail.google.com/mail/u/0/' | |
}); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment