Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:User scripts FTW (Score 1) 6

I'm not comfortable with what you wrote (yet). The easy route for me--right now--is to keep doing it the way that i know. I wonder though, which method works in more browsers (and versions) that support scripting?

Right now, i want to add a Home button to Memrise after a course review (maybe even during a review) or learning session. The top bar changes and it takes extra clicks to get home, even when the session is over.

(Source not shown to do "Filter error: Please use fewer 'junk' characters." And to think, /. used to be for geeks.)

So, the easy way out might be:

var review = document.getElementById('gardening-area');
review....= (add button here) + review.....;

What would you do?

Comment Re:User scripts FTW (Score 1) 6

Nice.

I'm a quickie editor when something annoys me enough, so, i don't feel like learning it extensively, though admittedly, it'd be nice.

I ought to come back to this post before writing a new script though. Maybe some more interest will help me appreciate this information a lot more.

Thank you!

User Journal

Journal Journal: Rant: Why i hate Java (simple, old debate) 4

Why do i hate Java? (And C too.) retardedNames, case sensitivity, offsets treated like indexes. These are examples of where programmers had good ideas but then unfortunately designed them into a language.

User Journal

Journal Journal: Line: There's an AP (app) for that.

We need something done tomorrow. We're off tomorrow. The Asia/Pacific (AP) team is in tomorrow. So, need it done tomorrow? There's an AP (app) for that.

Well, it was funny when i thought of it...

User Journal

Journal Journal: Chronicle: Warm office, but what can i do? (2) 2

Well, two ladies came by in response to the request, at least one of which looked like she was dressed for dinner. I ignored them when they first walked by until they specifically asked for my attention. I had no idea that was normal business attire and really didn't think they were there for me.

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...