0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
set 'Endless Tweets' as source when posting tweets More... almost 17 years ago
inline replies have "return_rendered_status: true, twttr: true" so that twitter returns HTML ready to insert into the page More... almost 17 years ago
inline replies: try to get "status_li" from the response; otherwise fall back to generating HTML like before More... almost 17 years ago
make "in reply to" link hijax work on single tweet pages, too More... almost 17 years ago
hijax clicks to "in reply to ..." links to show the referenced tweet inline More... almost 17 years ago
var currentPage = document.body.id (I check body ID a lot) More... almost 17 years ago
replace current usages of xhr() with shorter loadJSON() calls More... almost 17 years ago
add loadJSON(url, onload, params) convenience method to fetch JSON with ajax() and eval it before passing to callback More... almost 17 years ago
xhr() now completely supports GM_xmlhttpRequest API by returning the XHR instance and supporting `onreadystatechange` callback More... almost 17 years ago
add ajax() function as a convenience wrapper around xhr() - default method: GET - default `onerror` handler - default headers ('X-Requested-With', 'Accept') - serializes POST data from an object More... almost 17 years ago
refactor the up() function to better suit event delegation needs More... almost 17 years ago
add and use insertTop(), insertAfter() and removeChild() functions More... almost 17 years ago
strip the excess whitespace from "time ago" string when growling live updates More... almost 17 years ago
remove the uneeded variable More... almost 17 years ago
use safe eval to get the object from JSON string (just in case) More... almost 17 years ago
after successful inline reply, insert the newly created tweet in the page More... almost 17 years ago
refactor JSON -> HTML for single tweet into a reusable buildUpdateFromJSON function More... almost 17 years ago
submit serialized inline reply with XHR and remove the form on success More... almost 17 years ago
add `objectToQueryString` function and serialize inline reply on submit More... almost 17 years ago
show inline reply form on single tweet page when the "reply" icon is clicked More... almost 17 years ago
remove some CSS hacks on single tweet page (Twitter finally fixed them) but remove the ugly border separating update body and author More... almost 17 years ago
use just `eval` for getting an object from JSON string because `window.eval` is FAIL in Greasemonkey wrapper More... almost 17 years ago
use an internal twitter ajax API instead of fetching full pages during autopagerization More... almost 17 years ago
live updates: don't show a 'reply' icon for own tweets -- instead, show a trashcan icon for deleting More... almost 17 years ago
insert live tweets by re-creating full HTML markup for them rather than deep-cloning nodes the latter proved not to be such a good idea after all More... almost 17 years ago
fix sorting of people in the sidebar (Twitter.com changed ID from "friends" to "people") More... almost 17 years ago
bring back removing of oldest tweets when live ones are added More... almost 17 years ago
trigger livequery runs after each update of the document More... almost 17 years ago
proper handling of classnames; enhance the up() function with basic ID/classname matching More... almost 17 years ago
fix detecting of XPathResults in forEach More... almost 17 years ago