Some revolutionary changes on how we used to write orkut related scripts
|
|
As you can see previously all orkut related good and useful scripts like smiley scripts, stylix etc used to be very crappy! They all were wrapped inside some event listener! Even Some common actions were written as function and then they used to call that function!! Here I have written this script totally from scratch and it also proves that if we dont exclusively need any function [like here we need img(n) function to change its argument to match the image url] there is no need to wrap codes inside function and then call it! Infact bigger codes [unnecessarily] takes longer to execute! Hope this will be useful! Thank you-
|