Suggestions
![]() ![]() |
1. When we click outside the chatbar, it will automatically minimize itself (now we have to click the blue bar to close it)
|
![]() ![]() |
hey, thanks for your suggestion. 1: I prefer that the chat wont close if you're clicking on a link,
just as easy as edit one param ;)
# I already started a discussion about simple user customization 2: Custom smileys/emoticons or bbcode is a good idea,
looking forward to more awesome updates :P |
![]() ![]() |
Oh, yes, I didn't quite understand on how to customize a script so usually I will just take it as is :)p One more, I've just found a bug, I can't stay offline. When I go offline and then close Facebook, next time I open it, I will go online again :(
Thank you so much for your response :) |
![]() ![]() |
Thanks ;) here is the fix (for now):
c.show(); like this => //c.show();
EDIT: script updated => if(c.chatVisibility.isOnline()) c.show(); |
![]() ![]() |
Hello, it's me again. I want to report a bug, actually, this has been a bug since the script first launched.
Thank you so much! |
![]() ![]() |
hi, it's rather a design error,
pro:
contra:
Edit Settings:
Settings => Old (what I prefer):
Fix:
Updated the script! |
![]() ![]() |
It would be awesome if you could fix lists like they were in old chat, so you can switch them on/off with one click, like in this script http://userscripts.org/scripts/show/114248 but it stopped working, also make name in top of chat clickable, so you can go to friends profile just by clicking on name, thanks, your script rocks, keep up the good work! |
![]() ![]() |
hi, yes indeed it would be awesome to get the friendlist design back...
- I'm really busy at the moment, because of my college exams -
script updated => Added profile links |
![]() ![]() |
Amazing script, please keep it updated and add new awesome features, gl on you exams! |
![]() ![]() |
Thanks :) I thought about how to implement open graph support, but there is one major design problem :( It's not possible to access Facebooks access_token with ajax ( found here => https://developers.facebook.com/docs/reference/... ) from content scope,
Of Course there is the given api ( https://connect.facebook.net/en_US/all.js ),
The fql itself is no problem ( https://developers.facebook.com/docs/reference/... ) ;)
SELECT uid, flid FROM friendlist_member WHERE flid IN (SELECT flid FROM friendlist WHERE owner=me()) You can play with the open graph api at https://developers.facebook.com/tools/explorer
If you have any ideas let me know it ;) |
![]() ![]() |
Of Course there is the given api ( https://connect.facebook.net/en_US/all.js ), but therefor you have to grant my script access to all of your friendlists and friends... I wouldn't mind doing that, as long as it works like it should work :) |
![]() ![]() |
I'll do that later... Recently Facebook updated the chat once again.
Group friends by lists is still missing :( |
![]() ![]() |
I hope you'll fix it soon, many of my friends would enjoy it :) Thanks! |
![]() ![]() |
I'll write my last exam on 27 Feb, until then I have to review engineering mechanics.
I'll not forget it ;) |
![]() ![]() |
Do your thing, just don't forget us ;) |
![]() ![]() |
Finally facebook chat got pwned completely :)
NEW:
https://code.google.com/p/lenni/downloads/list Test it and share your opinion ;) |
![]() ![]() |
Thank you for your hard work!
|
![]() ![]() |
I don't have to ;) because my userscript is compatible with e.g. http://userscripts.org/scripts/show/50826 ;) |
![]() ![]() |
Awesome job, one suggestion though, you should add like some settings options, where you can choose what lists are shown, for instance- I don't want custom lists that facebook made by itself ( close friends, family, city area, acquaintances etc..), I just want lists that I made myself. Also I think that friends that are not in any list are not shown at all in chat (only if you type their name you can see them with green circle next to), and they should be in 'Other' category... One more thing missing is a toggle for them, other than that, everything is perfect, keep up the good work! |
![]() ![]() |
1) Friendlists with 0 members will never be shown! Just empty the unintended lists :)
2) You're right unlisted friends are not visible yet. 3) Toggle button is also not implemented yet. Why do you want to hide your online activity? #Note: The lists are shown in order of their creation date. Just wait a couple of days ;) I already solved the worst problem ;) |
![]() ![]() |
The thing is that if one friend is on more than one list, he/she is shown multiple times because facebook put them automatically in lists like city area, highschool, university, etc, plus list i made myself. So if user choose what lists are shown in chat, or just ones user made himself, it would be much easier :) Hope you understand... :) |
![]() ![]() |
Second solution (that not require any script changes): 1) navigate to your friendlists overview then choose one.
This is a workaround for all lists that will be shown besides from "Close Friends", "Acquaintances" and "Restricted". For these: 1) Open chat options
Or empty the list. |
![]() ![]() |
Hello, which one do you need to edit to customize the script so that when I click outside the chatbar, it will close by itself? Thank you! |
![]() ![]() |
edit userscript (settings): Sticky: true
|

