返回首頁 

Greasy Fork is available in English.

Twitter Direct

Remove t.co tracking links from Twitter

这些是代码更新过的版本。 显示所有版本

  • v3.1.12024-05-26

    Twitter Direct - cleanup

  • v3.1.02024-05-17

    handle Twitter -> X domain-name change

  • v3.0.12024-05-10

    Twitter Direct - cleanup

  • v3.0.02024-05-05

    Twitter Direct - update to reflect latest site changes

    • handle already-expanded URLs
    • extract the replacer to a module for standalone/offline use
    • drop support for TweetDeck as it's no longer (freely) available
  • v2.3.22023-04-12Twitter Direct - cleanup
  • v2.3.12023-04-08Twitter Direct - cleanup
  • v2.3.02022-12-13Twitter Direct - add support for Community Notes
  • v2.2.02022-06-26Imported from URL
  • v2.0.02022-06-26Imported from URL
  • v2.1.62022-01-01Twitter Direct: doctweak
  • v2.1.52021-11-13Twitter Direct: restore embedded media URLs
  • v2.1.42021-11-13Twitter Direct - skip large document with no URLs
  • v2.1.32021-10-23Twitter Direct: doctweak
  • v2.1.22021-06-07Twitter Direct - add a missing path
  • v2.1.12021-05-19Twitter Direct: fix an omitted pathcheck for $.url before $.legacy to catch legacy.url nodes
  • v2.1.02021-05-16Twitter Direct: performance improvementsthe v2 replacement engine is now no slower than v1 and up to 15% faster
  • v2.0.12021-05-15Twitter Direct: cleanup
  • v2.0.02021-05-15Twitter Direct: simplify/improve the replacement engineuse a much simpler, generic URL replacer rather than maintaining customqueries for each document type
  • v1.8.02021-05-13Twitter Direct: add new endpoint: TweetDetailupdate paths for:- UserMedia- UserTweets- UserTweetsAndReplies
  • v1.7.32021-05-08Twitter Direct: cleanup
  • v1.7.22021-05-03Twitter Direct: cleanup
  • v1.7.12021-05-02Twitter Direct- add new endpoints:- Bookmarks- Likes- ListLatestTweetsTimeline- UserByScreenNameWithoutR###lts- UserTweetsAndReplies- add missing UserTweets paths
  • v1.7.02021-05-01Twitter Direct- add support for the new UserTweets endpoint- persist the URL-expansion cache across queries in the same document- bump dependencies
  • v1.6.02021-04-19Twitter Direct: add missing timeline rule
  • v1.5.02021-04-10Twitter Direct: add rule for "Who to follow" links
  • v1.4.32021-03-28Twitter Direct: cosmetics
  • v1.4.22021-03-03Twitter Direct: fix mobile.twitter.comAdd mobile.twitter.com as an API endpoint
  • v1.4.12021-02-09Twitter Direct: bump dependencies
  • v1.4.02021-01-21Twitter Direct: add rules for the "Liked by" and "Retweeted By" lists
  • v1.3.22021-01-19Twitter Direct: update dependencies
  • v1.3.12020-11-24Twitter Direct:- fix the video-playback issue and remove the sticking plaster (theevent parameter was missing when delegating to the original listener)- update gm-compat: 0.1.2 -> 1.0.0
  • v1.3.02020-11-13Twitter Direct: fix video playback + add missing case (followers-you-follow)
  • v1.2.02020-10-13Twitter Direct: update to reflect the latest site changesmost data (JSON) responses are now served via twitter.com/i/api ratherthan api.twitter.com, e.g.:before:https://api.twitter.com/2/notifications/all.jsonafter:https://twitter.com/i/api/2/notifications/all.json
  • v1.1.12020-10-10Twitter Direct: doctweak
  • v1.1.02020-10-09Twitter Direct: add rules for list members/followers
  • v1.0.12020-10-03Twitter Direct: cleanup
  • v1.0.02020-10-02Twitter Direct: refactorfilter queries with a URL router rather than trying every query againstevery URL
  • v0.8.02020-10-01Twitter Direct: add missing hovercard cases
  • v0.7.22020-10-01Twitter Direct: fix card URL
  • v0.7.12020-10-01Twitter Direct: cleanup
  • v0.7.02020-10-01Twitter Direct: add missing card case
  • v0.6.12020-09-19Twitter Direct: speed up path parsing+ fix missing source-map error
  • v0.6.02020-09-17Twitter Direct: add missing hovercard path
  • v0.5.22020-09-17Twitter Direct: speed up path matchingbump get-wild to improve the performance of wilcard matches
  • v0.5.12020-09-16Twitter Direct: cleanupreplace custom `get` function with an NPM module
  • v0.5.02020-09-11Twitter Direct: add some missing card URLs+ switch to gm-compat+ improve logging
  • v0.4.22020-08-27Twitter Direct: add missing card link
  • v0.4.12020-08-27Twitter Direct: bump dependency + cosmetics
  • v0.4.02020-08-26Twitter Direct: add some missing links
  • v0.3.12020-08-06Twitter Direct: portability fix (#11)
  • v0.3.12020-08-06Twitter Direct: portability fix (#11)
  • v0.3.02020-07-30Twitter Direct: expand DM links
  • v0.2.02020-07-25Twitter Direct: expand card links
  • v0.1.32020-07-23Twitter Direct: expand more profile linksdetect/expand more links, including those in the Followers and Followinglists
  • v0.1.22020-07-23Twitter Direct: improve profile link handlingadd missing hovercard case
  • v0.1.12020-07-22Twitter Direct: add missing hovercard casematch/transform links in lookup.json responses (array of user objects), e.g.:tweet that mentions @FT-> hover over @FT-> FT.com should link to ft.com rather than t.co
  • v0.1.02020-07-22Twitter Direct: initial support for profile linksknown omissions:profiles (e.g. hovercards):- Followers- Following- List membersmisc (embeds):- Direct messages
  • v0.0.32020-06-20Twitter scripts: include mobile.twitter.com
  • v0.0.22020-06-04Google DWIMages: compatibility fixesadd support for:- Greasemonkey 4 (Firefox)- Violentmonkey for Chromeimprove support for:- Violentmonkey for Firefox (all images, not just the first 100)+ previously tested on:- Tampermonkey for Firefox
  • v0.0.22020-06-03Twitter Direct: compatibility fixesadded support for:- Greasemonkey 4 (Firefox)- Violentmonkey for Chrome+ previously tested on:- Violentmonkey for Firefox- Tampermonkey for Firefox
  • v0.0.12020-06-03Imported from URL
  • v0.0.12020-06-03Imported from URL
  • v0.0.12020-06-03