Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 61 62 [63] 64 65 ... 370
931
Humour and Jokes / Re: Userscript that changes all text to "chicken"
« on: July 12, 2013, 04:18:31 pm »
What about making one that changes most words to 'Badgers' with the occasional 'Mushroom' and eventually a super rare 'Snaaaake'?!

:).
You should take a peek at this: http://userscripts.org/scripts/show/173148
It's pretty close to the same things as chicken, it just allows for more words etc :)

932
Humour and Jokes / Re: Userscript that changes all text to "chicken"
« on: July 12, 2013, 12:42:36 pm »
It'd prolly be better if you changed the whole words to chicken intead of sequentially replacing chars.
I'm not actually sequentially replacing characters. I'm adding "chicken " to a string until it matches or is greater then the length of the original and then I'm trimming it to the same length. I have to do it that way otherwise there will be display issues with things that have to be a certain length.

933
Humour and Jokes / Re: Userscript that changes all text to "chicken"
« on: July 12, 2013, 09:51:43 am »
I guess that the lenght of the string must be the same at the beginning and at the end so "HOME" becomes "CHIC" (both with 4 letters) and same for "NEWS", but "DOWNLOADS" is too long for "chicken" so it actually tries to add another "chicken" but this time it is too long and it has to be shortened as "chicken c", etc...
Exactly
What about making one that changes most words to 'Badgers' with the occasional 'Mushroom' and eventually a super rare 'Snaaaake'?!

:).
You could easily modify the script to do that :)

934
Humour and Jokes / Re: Userscript that changes all text to "chicken"
« on: July 11, 2013, 06:18:58 pm »
Spoiler For chicken:
Works pretty well :)
 
 
* Darl181 wonders what scorecardresearch is doing here :|
I've updated it to change title and alt attributes. This way hovering doesn't give the original text on sites like Wikipedia for links :)

935
Humour and Jokes / Re: Userscript that changes all text to "chicken"
« on: July 11, 2013, 03:40:40 pm »
I initially wanted to make it myself, but then I found out I forgot everything I know about javascript. It has been a while. Thank you for making the userscript, Eeems!
You should get on re-learning it asap ;)

936
Humour and Jokes / Re: Userscript that changes all text to "chicken"
« on: July 11, 2013, 03:36:45 pm »
http://userscripts.org/scripts/show/173080
I may or may not have beaten Keoni to it.
>.>
<.<

937
Site Feedback and Questions / Re: Cloudflare 502
« on: July 06, 2013, 05:32:58 pm »
I doubt it would impact anything. The StopForumSpam would check the actual IPs provided in the headers CloudFlare gives.
Plus, that's only on registration.

938
Miscellaneous / Re: My new internet speed
« on: July 05, 2013, 06:52:06 pm »
GOD, after reading all the replys i'm truly sad, why are you guys so limited in the bandwidth, if i had limits as small as yours i'd kill myself, i easily do 50g up and 50gb down in a month, and thats when it isn't higher.

And my internet is not that fast, i wonder how much i would upload/download if optical fiber was in my place already.
sometimes the govt is behind bandwidth caps, in order to reduce piracy (from the many people downloading 8000 GB a month of warez, movies and music to copy them on DVDs.
That would be the isp, not the government.

939
Web Programming and Design / Re: RFG Image Uploader
« on: July 04, 2013, 09:57:22 am »
There are currently three mods, geekboy, deep and me :)

I think all the admins should have mod power ;)

940
Site Feedback and Questions / Re: Cloudflare 502
« on: July 04, 2013, 09:56:24 am »
I haven't been having issues with 502 errors. The problem is probably specific to your area and there is little any of us admins can do.
A good place to check to see if cloudflare is having issues would be https://www.cloudflare.com/system-status

941
Other / Re: Online RSS reader ?
« on: June 25, 2013, 03:03:55 pm »
Feedly does not provide notifications, it's just an RSS reader synced to their servers.
http://feedly.uservoice.com/forums/192636-suggestions/suggestions/3746177-enable-new-article-notifications-on-android
Suggest it then :)
It's on the roadmap apparently.

EDIT: You can also use https://ifttt.com to get emails on new articles on feedly. Not as good as notifications, but it works.

942
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: June 24, 2013, 09:38:39 pm »
Omni can run on a Atari? O.O

And OmnomIRC3 will use WebSockets wich will make it less resource intensive but requires the browser to support the newest HTML5 standarts, we might add a fallback that is similar to the current chat-system for if you don't have a new browser.
Socket.io has built in fallbacks.
I was joking because of how slow Omnimaga and OmnomIRC are, since the site moved to Amazon and Omnom on a different server. :P
Omni and Omnom aren't actually that slow, they just get noticeable lag spikes ;)

943
Other / Re: Online RSS reader ?
« on: June 24, 2013, 09:37:17 pm »
Only ten days left before big G shuts down GReader. I switched to Feedly which is absolutely awesome and suit my needs very well. :D Their goal is to replace Google's service seamlessly and they even have a migration tool. ;D I recommend you to switch if you didn't decide yet.
I switched to feedly as well.
Don't most browsers have a RSS reader built in?
Yes, but it's not synced across the web. The advantage of feedly, or google reader are that no matter what device you are on everything is synced. If you've already read something you don't have to remember, it remembers for you.

944
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: June 23, 2013, 08:01:06 pm »
I just thought about it: the channel tabs and topic are prolly a bit big once you fit it into that small iframe....
It probably could be smaller. It's not that bad though. The iframe we use on Omnimaga sizes to a height of 272px. I just did a test of 272px height for OIRC3 and it looked fine to me. It's got a tad less space then OmnomIRC2 though, but that's not really a problem.
It's working :)
I think I would make the corners a bit rounder (larger radius) and add padding on the options :P
EDIT: Oh, and IMO the arrow buttons for the channel tabs should look the same and should scroll how omnomirc currently does >.>
I like 3px corners.
Padding to the options?
With the way the tabs are designed changing over to work how OmnomIRC currently works would take a lot of effort. Plus, the way OmnomIRC currently does tab scrolling is rather slow an inefficient. I will not change it over to work that way.

945
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: June 22, 2013, 05:31:06 pm »
you have to add position:relative; so that it works with chrome.
That would break everything ;) fixed, relative and absolute all work with chrome, the issue is that with fixed it ignores z-index which is, apparently a known bug.
Using relative wouldn't work properly due to how the layout it so I've come up with an  alternative. You should now be able to see it in chrome the way it's suppose to look!

Pages: 1 ... 61 62 [63] 64 65 ... 370