And these are the "great" updates from this idiot !

in
Subscribe to And these are the "great" updates from this idiot ! 3 posts, 1 voice



ms99 Scriptwright
FirefoxWindows
Comparing the two scripts:
1.This one, by swarnava shit, and
2. The script http://userscripts.org/scripts/review/33882 (provided by z33m, the one that swarnava shit was begging for a fix on the 4th of September, 2009),
we can clearly see following:

The script provided by swarnava shit contains in addition following code sections:
* @author Heaven GOD TOT
 * @profile http://www.orkut.co.in/Profile?uid=16319692112664226660
 * @U and Every One Knw dat u open dis source code 4 copy
 * @I dont Knw Why People Copy Source Code.
 * @Made U and give own credit..
 * @no credit on copy
 * @So
 * @So
 * @So
 * @So
 * @So
 * @So
 * @So
 * @So
 * @So
 * @Stop Copying
 * @If  U Hav Humanity Den U Didnt Copy Da Source cODE
 * @Thank You 
 */
This section is from the script of another user that included this section to demonstrate swarnava shit that he has no idea what he is doing ! He did only change the author's name and has not removed the other lines because "oh, they are so precious" showing the entire world that he has no idea what these lines do !
var css = "#rhs_ads{display: none !important;}";
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		var node = document.createElement("style");
		node.type = "text/css";
		node.appendChild(document.createTextNode(css));
		heads[0].appendChild(node);
 	}
}
Totally useless css section as the new css declaration is never used and does not exist on the page generated by the orkut server !
/*
 * @Start Orkut Context Menu
*/

(function() {
    
    //### SETTINGS
   
    //whether to show profile picture or not
    var showPicture = true;
    var preloadPic = true;
	var domainName = document.URL.split('/')[2];
    
    //tasks to do on profile. ?uid=16319692112664226660 will be append to the url later
	
    var myTasks = Array(
	Array("Profile",
		  "http://img4.orkut.com/img/castro/p_profile.gif",
		  "http://" + domainName + "/Main#Profile?"),
	Array("Scrapbook",
	      "http://img1.orkut.com/img/castro/p_scrap.gif",
	      "http://" + domainName + "/Main#Scrapbook?"),
	Array("Album",
	      "http://img4.orkut.com/img/castro/p_camera.gif",
	      "http://" + domainName + "/Main#AlbumList?"),
	Array("Videos",
		  "http://img3.orkut.com/img/castro/p_video.gif",
		  "http://" + domainName + "/Main#FavoriteVideos?"),
	Array("View Testimonials",
		  "http://img4.orkut.com/img/castro/p_pen.gif",
		  "http://" + domainName + "/Main#ProfileT?"),
	Array("Events",
		  "http://static4.orkut.com/img/castro/events_ico.png",
		  "http://" + domainName + "/Main#Events?"),
	Array("View Friends",
	      "http://img2.orkut.com/img/castro/p_viewfriends.gif",
	      "http://" + domainName + "/Main#FriendsList?"),
	Array("Mutual Friends",
		  "http://img2.orkut.com/img/castro/p_viewfriends.gif",
		  "http://" + domainName + "/Main#MutualFriendsList?"),
	Array("Communities",
		  "http://img1.orkut.com/img/castro/i_comment.png",
		  "http://" + domainName + "/Main#ProfileC?"),
	Array("Write Testimonials",
		  "http://img4.orkut.com/img/castro/p_pen.gif",
		  "http://" + domainName + "/Main#TestimonialWrite?"),
	Array("Ask Friends",
		  "http://img3.orkut.com/img/mobius/i_icon_small_ask.gif",
		  "http://" + domainName + "/Main#Agent?application=mobius&"),
	Array("Updates",
		  "http://static1.orkut.com/img/castro/i_updates.png",
		  "http://" + domainName + "/Main#Notifications?"),
	Array("Send Message",
	      "http://img2.orkut.com/img/castro/p_letter.gif",
	      "http://" + domainName + "/Main#Compose?"),
	Array("Send Teaser",
	      "http://img1.orkut.com/img/castro/p_teaser.gif",
	      "http://" + domainName + "/Main#MsgsTeaser?"),
	Array("Report Abuse",
	      "http://img2.orkut.com/img/castro/p_flagprofile.gif",
	      "http://" + domainName + "/Main#FlagProfile?"),
	Array("Photo Of Him/Her",
	      "http://static4.orkut.com/img/castro/i_phototag.gif",
	      "http://" + domainName + "/Main#PhotoTag?"),
	Array("Scrap All Friends",
	      "http://static4.orkut.com/img/castro/p_app.gif",
	      "http://" + domainName + "/Main#AppInfo?appId=364639177670&"),
	Array("Meri Slambook",
	      "http://static4.orkut.com/img/castro/p_app.gif",
	      "http://" + domainName + "/Main#AppInfo?appId=505516740623&")
	);
    // SETTINGS ###
    
    
    function addGlobalStyle(css) {
	var head, style;
	head = document.getElementsByTagName('head')[0];
	if (!head) { return; }
	style = document.createElement('style');
	style.setAttribute("type","text/css");
	style.innerHTML = css;
	head.appendChild(style);
    }
    addGlobalStyle('div#divProfileTasks { position: absolute; background-color: #F43009; border: 2px solid #A1BBE4; padding: 5px; }');
    //styling function copied from http://diveintogreasemonkey.org/patterns/add-css.html
    
    
    try{
	
	//hide the context menu if something else is clicked
	document.body.addEventListener('click', function(event){
	    var myDiv = document.getElementById('divProfileTasks');
	    if( myDiv )
		myDiv.style.display = "none";
	},true);
	
	//regexp for getting the uid from an url
	var uidRegexp = new RegExp("uid=(\\d+)");
	
	//paths to profile pictures by uid
	var imagens = new Array();
	var preloaderPic = new Array();
	
	//searching through all links
	var anchors = document.getElementsByTagName("a");
	for( i=0; i<anchors><mytasks><mytasks> screen.availWidth ){ divLeft = screen.availWidth - 200; }
		    divProfileTasks.style.left = divLeft ;
		    //var divTop = event.clientY + scrollTop;
		    //if( divTop + 200 > screen.availHeight + scrollTop ){ divTop = screen.availHeight - 200; }
		    //divProfileTasks.style.top = divTop ;
		    divProfileTasks.style.top = event.clientY + scrollTop;
		    
		    //now that the div is more or less positioned lets show it
		    divProfileTasks.style.display = "block";
		    
		    //force the stopping of the contextMenu event
		    event.stopPropagation();
		    event.preventDefault();
		    
		}, true); //end the function and close the addEventListener method
		
	    } //if it is a Profile link
	    
	}// for each anchor
	
    }catch(e){
		/*debug any mistake
		  *
		  * Commented as of 29th September.
		  */
		//alert("orkutProfileTasks error: " + e);
    }// try
    
})();

/*
 * @End Orkut Context Menu
*/
A copy-pasted section from this script: http://userscripts.org/scripts/review/34671 and not even working in the given context !
// Start Orkut Tools

(function() {
var css = "div#container\n{ padding: 32px 0px 0px 0px !important; }\n\n\ndiv#header {\nposition: fixed !important;\ntop: 0px !important;\nright: 0 !important;\nleft: 0 !important;\nz-index:100;\n\n}";
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
	PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		var node = document.createElement("style");
		node.type = "text/css";
		node.appendChild(document.createTextNode(css));
		heads[0].appendChild(node); 
	}
}
})();

// End Orkut Tools
Totally useless as never used !

The other part of the script is copied 1:1 from the named script of z33m.

swarnava shit what do you have to say to this ?

So, please fuck-off copy-paster as you have no idea what your're doing here ! Not understanding a single line of code !

I already told you, you messed up with both chances I gave you.

Posing in a "super-star" is not for you ! And perhaps this way all your "fans" will find out that you're only a thief and have no idea what you're doing here !

And remove "your" copy-pasted scripts from here !
 
ms99 Scriptwright
FirefoxWindows
And do not forget to remove the unrelated tags from this copy-paste thing, swarnava=piece of shit !

Please add following tags to "your" copy-pasted scripts:

"swarnava=hell's shit"
"swarnava=piece of shit"
"swarnava=the thief"
"swarnava=the little prisoner"
"swarnava=the idiot"
"swarnava=the stupid guy that has no idea about programming"
"swarnava=copy-paster"
 
ms99 Scriptwright
FirefoxWindows
swarnava shit is nothing more than a copy-paster !

Please read the first post of this thread !
Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel