Comments by V-i-k-a-s P-a-n-d-e-y on scripts

21 comments

Comment on:
Orkut 99% width

May 28, 2008

just curious. why did u stop at 99% and not went to 100%. r there any technical restrictions. please reply to my mail id in the other comment plz.

Comment on:
Orkut 99% width

May 28, 2008

hi gaurav,

very useful scrit for screen utilization. i am using it happily. thanks a gig.

btw, u must be knownig that orkut changed it tld (top level domain) from .com to .co.in for indian user and for others also I guess. so ur script stopped working.

putting the wild card * will make it work again.

// @include http://www.orkut.co*/*
// @include http://orkut.co*/*

hope u wud modify it and release it soon.

thanks.
viikas pandey
vickyvirgo2k@gmail.com
http://www.orkut.com/Profile.aspx?uid=367996871...
http://userscripts.org/users/9154

How to activate it?

I have installed it but could not find any button or link clicking which would take me directly to the last page in a topic.

Comment on:
Orkut 99% width

May 1, 2008

also, is 99% some upper limit?

I mean, can it be 100% or 99.99%?

Comment on:
Orkut 99% width

May 1, 2008

Excellent, lovely, superb, great, very useful, very convenient.

Ever since these chirkut idiots implemented the current blue format, I had been cursing them for wasting my previous screen space. I had even asked question in help group that I was to retain the previous format but they said that is not possible. I was always wishing if I could utilize that wasted space in both sides.

And this script does exactly that. A wish come true.

Thans a gig zamaanhaseeb. I am extremely thankful to you. Keep it very. Very thoughtful, very considerate of you.

what is ur email id or orkut profile? Can I use this script as part of my Orkut Single Click script. I will sure give all the reference to you that this part is by zamaanhaseeb. please consider.

Comment on:
Ur Community Link in Home Page..

May 1, 2008

see my comments on your best friend script.

let the script do it all.

Comment on:
Ur bestfriend Link in Home Page..

May 1, 2008

hey, I don't think many users know how to edit and save and instal a gm script.

it would be more convenient if you could make the script do it all. the user should point to his/ her best friend's profile and the script should pick the best friend's profile uid and name and store in ff about:config and take everytime from there.

Comment on:
Orkut AntiVirus

May 1, 2008

A very needed and constructive script.

Keep it up Caio!

Comment on:
GM-Trans

Jul 17, 2007

How exactly does this work?

I installed the script, refreshed my orkut scrapbook page, doubliclicked on the top scrap textarea, and the box appeared in the bottom right corner. I entered the text in roman and wanted to translate it into hindi.

how to specify the language, and how to bring the text into main text area. There is no button in the bottom right textbox. the circle kept on rotating in the main scrapbook window.

Comment on:
Google Inline Site Search

Jul 17, 2007

What exactly this script do? What is meant by inline site search? I installed this script and tried searching on google page. Nothing happened.

btw, you have included "http://www.google.com/search*" You might be aware that people in different country go to google.com, it probably automatically redirects them to their country specific google probably depending on the IP address. So, as I am in India, I reach google.co.in even if I give google.com

Thus, your script will not work for most of not US users. hope you will update the above include statement apropriately.

btw, I went to google.com also but your script didn't do anything.

Comment on:
Userscripts IDE

Jul 15, 2007

Couldn't understand how it works.

I installed the script. I went to this script's pages, even to source and plain text, but I didn't get the editor view anywhere.

Comment on:
Orkut Scrap Formatter With Signature

Jul 7, 2007

How is it different from
http://userscripts.org/scripts/show/10407

Comment on:
Forward Scrap

Jul 7, 2007

Name is misleading.

I thought it allows me to forward a scrap that I received from one person to other person(s).

Comment on:
Orkut - AJAX Style Album

Jul 7, 2007

Is your script different from
http://userscripts.org/scripts/show/10535

Very convenient.

thanks for it.

one small nag. Its button comes out well clubbed in top scrapbook box. Only in Scrap_1 to Scrap_10 the "disable links" button appears in the next line all by itself duly centered. it wastes precious screen space. Can it be clubbed somewhere around Post Scrap, Cancel button line?

Also, in commposts, the button appears in a new line. Can it be clubbed somewhere around Preview, Submit button line?

But no problem. It works good that is what matters. Thanks again.

Comment on:
Flip Orkut Message Post

Jul 7, 2007

How is this different from
http://userscripts.org/scripts/show/10532

Comment on:
Scrapbook and Album Viewer

Aug 12, 2006

I think this script is better then "one click scrap" as it has album view option also.

It would be better if "one click scrap" script is removed, and this one is made standard.

Also, please see my comments on "one click scrap" script where I have modified that to add an [f] also, that will take you directly to the person's "add as a friend" page. That makes it more versatile.

Vikas Pandey
http://www.orkut.com/Profile.aspx?uid=976080314...

Comment on:
Scrapbook and Album Viewer

Aug 12, 2006

Daniel,
I am a user like you, but I don't think anything can be done about what you said.

this script adds [s][a] to each profile link on the page, and it is orkut that is giving two sets of link to the profile of each person. One is at photo and other one is at his/ her name. So we get [s][a] added to both.

Still, I think what Daniel said is correct and some wizard should look into it to make it possible somehow.

Vikas Pandey
http://www.orkut.com/Profile.aspx?uid=976080314...

Comment on:
orkut one click scrap

Aug 12, 2006

I have modified the above script as the following. It now adds an [F] before [S][A]. That [F] takes you directly to the "add as friend" page of the person. It also saves unnecessary clicking to go first to profile and then to click "add as friend".

Hope you would test and this as the modified final link if you find it useful.

Interested visitors may save the following text as text file 2427.user.js
then open this file in your browser and click tools-install (in firefox).

Hope it helps. If so, please scrap me at
http://www.orkut.com/Profile.aspx?uid=976080314...

// ==UserScript==
// @name orkut one click scrap
// @namespace http://www.mat.puc-rio.br/~alexlaier/greasemonk...
// @description just one click to view your friends scrapbook.
// @include http://www.orkut.com*
// ==/UserScript==

(function() {
var i=document.getElementsByTagName('a');
for (var j=i.length-1; j>1; j--) {
var linkdata = i[j].getAttribute("href");
var linkparts = linkdata.split("?");
if (linkdata.match("Profile.") == "Profile." ) {
var addfriendlink = document.createElement("a");
addfriendlink.href="http://www.orkut.com/FriendAdd.aspx"+"?"+linkparts[1];
addfriendlink.appendChild(document.createTextNode("[F]"));

var scrapviewlink = document.createElement("a");
scrapviewlink.href="http://www.orkut.com/ScrapBook.aspx"+"?"+linkparts[1];
scrapviewlink.appendChild(document.createTextNode("[S]"));

var albumlink = document.createElement("a");
albumlink.href="http://www.orkut.com/AlbumView.aspx"+"?"+linkparts[1];
albumlink.appendChild(document.createTextNode("[A]"));

i[j].parentNode.insertBefore( albumlink ,i[j].nextSibling);
i[j].parentNode.insertBefore( scrapviewlink ,i[j].nextSibling);
i[j].parentNode.insertBefore( addfriendlink ,i[j].nextSibling);
}
}

var foot=document.getElementById("myFooter_linkContactUs");
foot.href="http://www.orkut.com/ScrapView.aspx?uid=7971467171394877835"

})();

Comment on:
orkut one click scrap

Aug 12, 2006

Excellent script.

So simple, so convenient, so useful.

Some suggestions:

1. please add an [F] to directly add the person as you friend. This will also avoid going through profile to click the "add as a friend" link.

2. please open these pages in new window/ tab because it currently opens the pages in the current window/ page, thus we have to get back from that page to current page.

Comment on:
ezTopicBrowsing

Aug 11, 2006

I installed this script but it was not working.

please help if I was doing something wrong. I could make other scripts work.

It is very useful script as it would avoid unnecessary clicking to go to last page. Hence, please update and release it again.

drop me a line at vickyvirgo2k@gmail.com

thanks