• Faceraper 2011 for Greasemonkey
    389 replies, posted
Very useful.
Lick informed me that this works on Opera too, here is a tutorial on getting userscripts to work in Opera. [url]http://my.opera.com/Contrid/blog/2007/02/11/how-to-greasemonkey-in-opera[/url]
Much better now. [IMG]http://i56.tinypic.com/qsjiio.png[/IMG] Anyone wants the stalk threads yellow copy and paste over code from lines 1346 to 1344 [code]var morphcss = 'TR.awsomeness TD{' + ' background:#ffffaa none repeat scroll 0 0 !important;' + ' border-bottom:2px solid #ffffaa !important;' + '}' + 'TR.awsomeness TD.alt{' + ' background:#ffffaa none repeat scroll 0 0 !important;' + ' border-bottom:2px solid #ffffaa !important;' + '}' +[/code]
Thank you op, this makes lmao pics much more enjoyable now.
Thanks morph!
Just a little suggestion, but there should be a rating multiplier when you gave them a rating. Say for example the user multiplier is x3 If the normal funny rating point system is 20, and I rate you funny, then it should count as 60 only for me, nobody else. That should be the same for mods and goldmembers
not_morh, any way you could add a thread white lister? I wanna white list a few threads but I don't like some of the people who actually made the threads, kinda like the free hats and items threads etc, most megathreads are made by different people a thing next to the ratings when viewing the forum like winner x27 etc would be cool to quickly black list or white list with a popup saying "Would you like to whitelist the user also?"
[QUOTE=mr apple;27552315]not_morh, any way you could add a thread white lister? I wanna white list a few threads but I don't like some of the people who actually made the threads, kinda like the free hats and items threads etc, most megathreads are made by different people a thing next to the ratings when viewing the forum like winner x27 etc would be cool to quickly black list or white list with a popup saying "Would you like to whitelist the user also?"[/QUOTE] You can easily whitelist and blacklist users by clicking the "broken heart" or "cake" is the Awesome Panel is turned on. [editline]21st January 2011[/editline] [QUOTE=ROFLBURGER;27552296]Just a little suggestion, but there should be a rating multiplier when you gave them a rating. Say for example the user multiplier is x3 If the normal funny rating point system is 20, and I rate you funny, then it should count as 60 only for me, nobody else. That should be the same for mods and goldmembers[/QUOTE] That would require an ajax request per post. Not going to happen.
installed. its awesome :h:
[QUOTE=not_Morph53;27552388]You can easily whitelist and blacklist users by clicking the "broken heart" or "cake" is the Awesome Panel is turned on. [editline]21st January 2011[/editline] That would require an ajax request per post. Not going to happen.[/QUOTE] Oh so the awesome panel just whitelists/blacklists that users one thread? I meant something like this in the forum viewer [IMG]http://i55.tinypic.com/qz3o9i.png[/IMG] Goddam tinypic resizing, like something to just click on the forum view next to the rating thing to quickly whitelist/blacklist without having to go into the actual thread, like the dragon thread for NSFW stuff
Upon further use of this I don't know how I browsed FP without it Excellent work, I'm already used to everything this is offering and it is fucking awesome.
[QUOTE=mr apple;27552571]Oh so the awesome panel just whitelists/blacklists that users one thread? I meant something like this in the forum viewer [img_thumb]http://i55.tinypic.com/qz3o9i.png[/img_thumb] Goddam tinypic resizing, like something to just click on the forum view next to the rating thing to quickly whitelist/blacklist without having to go into the actual thread, like the dragon thread for NSFW stuff[/QUOTE] I see what you are getting at. Just add "dragon" to the title blacklist to kill all those threads. I didn't add support for individual threads because you'd end up with massive lists that would cause crazy lag.
[img]http://gyazo.com/850fd7d49b389c8f881a18df2f382318.png[/img] It works in Opera I love you.
Ah, righteo. Cheers.
[QUOTE=JaxJesse315;27552734][img_thumb]http://gyazo.com/850fd7d49b389c8f881a18df2f382318.png[/img_thumb] It works in Opera I love you.[/QUOTE] It's as much of a surprise to me as it is to you. Never tested this in Opera or Chrome.
Oh one last thing, what line is the colours for the ratings that's in the top right corner, I wanna tone down the text and make the colour yellow/blue
[QUOTE=mr apple;27552854]Oh one last thing, what line is the colours for the ratings that's in the top right corner, I wanna tone down the text and make the colour yellow[/QUOTE] Line #446.
oh, and for where the "look at X's post used to be" the red hurts my eyes :x
[QUOTE=mr apple;27552923]oh, and for where the "look at X's post used to be" the red hurts my eyes :x[/QUOTE] Line #2318
Cheers [editline]21st January 2011[/editline] Made it so it wasn't so distracting for me. [IMG]http://i.imgur.com/CV5Kx.png[/IMG]
Would an option for taking into account titles for people for the smartness thing be viable?
[QUOTE=Onyx3172;27553622]Would an option for taking into account titles for people for the smartness thing be viable?[/QUOTE] Maybe in the future, I wrote that part before custom titles were buyable.
[QUOTE=not_Morph53;27552700]I see what you are getting at. Just add "dragon" to the title blacklist to kill all those threads. I didn't add support for individual threads because you'd end up with massive lists that would cause crazy lag.[/QUOTE] What if you had it so the blocked thread would automatically delete themselves from the blacklist if the script hasn't seen a sighting of the thread in X days?
[QUOTE=mm3guy;27554520]What if you had it so the blocked thread would automatically delete themselves from the blacklist if the script hasn't seen a sighting of the thread in X days?[/QUOTE] I suppose that could work If I throw the time and threadId into an object, and retrieve it from storage, then eval() it. I'm far too lazy for that lol.
Most excellent. Works just fine!
Oh this is awesome!
where are the emotes
[QUOTE=Toasticle;27554722]where are the emotes[/QUOTE] Enable them in the main menu.
[QUOTE=not_Morph53;27554602]I suppose that could work If I throw the time and threadId into an object, and retrieve it from storage, then eval() it. I'm far too lazy for that lol.[/QUOTE] Why not use JSON.parse() and JSON.stringify()?
thank you [editline]20th January 2011[/editline] i approve of this script
Sorry, you need to Log In to post a reply to this thread.