mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-02 20:34:07 +02:00
Rewrite pre-login page skip to be instant
This commit is contained in:
parent
8ab99619d6
commit
b5e58db242
@ -704,7 +704,7 @@
|
|||||||
//
|
//
|
||||||
// Block: Skip the initial pre-login page.
|
// Block: Skip the initial pre-login page.
|
||||||
//
|
//
|
||||||
$(document).on("uiLoginFormImpression", function(){
|
TD.controller.init.showLogin = function(){
|
||||||
location.href = $("a.btn", ".js-login-form").first().attr("href");
|
location.href = "https://twitter.com/login?hide_message=true&redirect_after_login=https%3A%2F%2Ftweetdeck.twitter.com%2F%3Fvia_twitter_login%3Dtrue";
|
||||||
});
|
};
|
||||||
})($, $TD, $TDX, TD);
|
})($, $TD, $TDX, TD);
|
||||||
|
Loading…
Reference in New Issue
Block a user