Skip to content

Instantly share code, notes, and snippets.

@twilight-sparkle-irl
Last active January 16, 2016 20:24
Show Gist options
  • Save twilight-sparkle-irl/2498d55e171c7fb8caeb to your computer and use it in GitHub Desktop.
Save twilight-sparkle-irl/2498d55e171c7fb8caeb to your computer and use it in GitHub Desktop.
self explanatory
// ==UserScript==
// @name Bring TweetDeck Favorites Back
// @namespace NO_BOOT_DEVICE/Bring_TD_Favorites_Back
// @description self explanatory
// @include https://tweetdeck.twitter.com/*
// @version 1
// @grant none
// ==/UserScript==
TD.decider.updateFromBackend = _.wrap(TD.decider.updateFromBackend, (function(func, dict) {
dict.hearts_and_likes2 = false
return func(dict)
}))
TD.decider.updateForLoginAccount()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment