Skip to content

Instantly share code, notes, and snippets.

@YungSang
Last active August 29, 2015 14:01
Show Gist options
  • Save YungSang/6c7447867ec8ac6c74b5 to your computer and use it in GitHub Desktop.
Save YungSang/6c7447867ec8ac6c74b5 to your computer and use it in GitHub Desktop.
[Deprecated] Taberareloo 用パッチ:Gmail の投稿時の URL が微妙に変わってた * Taberareloo v3.0.10 で対応済み
// ==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