0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo More... about 10 years ago
Update README.md More... over 10 years ago
isn't it 405 "Method Not Allowed"? More... almost 11 years ago
preliminary notification support More... almost 11 years ago
do some rudimentary parsing on ticker source IDs More... almost 11 years ago
also namerizing new items on sidebar More... almost 11 years ago
It's actually 404 when you cant find something, duh More... almost 11 years ago
fixing bug on sidebar change More... almost 11 years ago
(nit) error code for forbidden should be 403, not 400 More... almost 11 years ago
namerize actor of sidebar action More... almost 11 years ago
Fixing bug on the side chat on Facebook (on the new design at least) where the displayed name wasn't switched to the real name when hovering the element. More... almost 11 years ago
Version 2 More... almost 11 years ago
Updating readme.md. Deleting outdated greasemonkey script. More... almost 11 years ago
Changing the condition for the fetchUsedNicknames to load the disk stored nicknames. Now it's working and the nicks don't flash on page load. More... almost 11 years ago
Replacing the name on the collapsed chat tabs as well. More... almost 11 years ago
Now parsing the response got from the server since we are now getting the non parsed JSON instead. More... almost 11 years ago
Merge branch 'master' of https://github.com/roim/namerizer into golang More... almost 11 years ago
Adding check not to replace with the nickname if it is equal to the user's name. More... almost 11 years ago
Creating unswitchNames and updateNames methods to update nicknames when the user edits someone's nicknames and when we update the data from the server, respectively. More... almost 11 years ago
Fixing bug when trying to set nickname for a user who doesn't have one yet. Refactoring issue only. More... almost 11 years ago
Creating params objects so user doesn't have to guess what is requested to make a certain server request More... almost 11 years ago
Fixing bug for Estima (those who do not have a username) More... almost 11 years ago
Now creating the about section by cloning other elements. Probably safer than hard coding class names like _u7xu who look like they can be replaced anytime. More... almost 11 years ago
"Useless" if removal broke the image on comments :P Replacing name/nick on html now. More... almost 11 years ago
Using regex to parse the current user id :) More... almost 11 years ago
Removing useless if More... almost 11 years ago
Fixing null and undefined bugs. More... almost 11 years ago
Using fastforEach in some places More... almost 11 years ago
Replacing names also on messages. Simplifying code as well. More... almost 11 years ago
Modifying removeUselessUsernames method, now creating a new array instead of modifying the received one. More... almost 11 years ago