Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Friday at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Thursday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Jun 28, 2026
Ad icon
QA Engineer Intern
pramukag
Updated:
Jun 28, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Elakiri Free Reps ;)
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Core" data-source="post: 7812105" data-attributes="member: 263471"><p>Alright FIRST READ THIS.!!</p><p></p><p></p><p>This is just a prank ,I know some people are in elakiri extremely radical</p><p>that's why I told this before but this is nice ,you will probably have an heart attack if you are a rep fan ,not sure this works on every browser and every computer ,cause I just made this for my PC and just developed and only tested on my PC.</p><p></p><p>this doesn't work on Elakiri Main</p><p>only with Elakiri Lite.!!</p><p></p><p>1) first go to a Thread (any thread)</p><p>then Load it fully (wait until it fully loaded I meant about the web page)</p><p></p><p>1) Then Copy This (It is in a single line so don't try to separate it)</p><p></p><p>[CODE]javascript: var y =0 ; var x =document.getElementsByTagName("img");for(y in x){ if("http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_pos.gif" == x[y].src){(document.getElementsByTagName("img")[y].src = "http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_neg.gif");}}alert("by Core lolz");[/CODE]2) then PASTE that to your address bar (DON"T TYPE additional thing(s)</p><p>and after copied just press enter)</p><p></p><p>3) now try find the result <img src="/styles/default/xenforo/smilies/default/rolleyes.gif" class="smilie" loading="lazy" alt=":rolleyes:" title="Rolleyes :rolleyes:" data-shortname=":rolleyes:" /></p><p></p><p>4) if you can't see any differences then please tell me</p><p>require feedback <img src="/styles/default/xenforo/smilies/default/P.gif" class="smilie" loading="lazy" alt=":P" title=":P :P" data-shortname=":P" /></p><p><strong></strong></p><p><strong>For Developers</strong></p><p><strong></strong></p><p><strong>Mechanism</strong></p><p></p><p>first declare two variables y and x and assign 0 and object respectively ,remember in JavaScript there is no need to specify the datatype</p><p>cause it don't have any but it got some characteristics once it has been declared ,example if you declare and leave it without initialize then initialize a boolean true</p><p>it becomes a boolean but still it don't have a datatype ,that's how it works</p><p>in here used</p><p>getElementsByTagName this method find out all img tags it means Image tags in entire page(not site but only current page)</p><p>then pass over those value to Lvalue Side it means x Array (array can be also declared as var _var = new Array() or var _var = new Array(initializing values) or var _var=[initializing values]</p><p>next make a loop which is counting all reserved image tags in x then put numbers from 0 to amount of reserved images to y continuously but iteration by iterations</p><p>(now consider first iteration (first looping stage)) then x[y].src find out </p><p>if that founded thing equal to <a href="http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_pos.gif" target="_blank">http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_pos.gif</a> (it means Blue Rep Image)(that's why this only works with Blue Rep Guys)there maybe many more Blue Rep ,each repbox represents in one img tag so if you have 5 rep it means this loop gives you 5 out puts</p><p>but it's depend on number of persons in that page,amount of reps you have got ,when you have more than 6 or 7 reps this behaves totally weird(will fix)</p><p></p><p>remember therefore there is a loop(which return all image tags) + if else statement(this only considers Blue Boxes(Blue Boxes Image tags) from those image tags) it only returns founded Blue Rep Boxes</p><p>then apply Red Boxes to those Founded Blue Boxes in </p><p>document.getElementsByTagName("img")[y].src = "http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_neg.gif"</p><p>step</p><p></p><p>the y is the position of that array and ,and there are many more positions,the exact position is found in</p><p>for(y in x)</p><p>this step.! (</p><p></p><p>if(condition)</p><p>{</p><p><--------------------> This is where your final codes go</p><p>}else</p><p>{</p><p><---------------------> don't put here if you put it will return lot of outputs (just refresh the web page in that case)</p><p>}</p><p></p><p></p><p><strong>-By Core</strong></p><p><strong>Exclusively for Elakiri</strong></p><p><strong>2010/07/04</strong></p></blockquote><p></p>
[QUOTE="Core, post: 7812105, member: 263471"] Alright FIRST READ THIS.!! This is just a prank ,I know some people are in elakiri extremely radical that's why I told this before but this is nice ,you will probably have an heart attack if you are a rep fan ,not sure this works on every browser and every computer ,cause I just made this for my PC and just developed and only tested on my PC. this doesn't work on Elakiri Main only with Elakiri Lite.!! 1) first go to a Thread (any thread) then Load it fully (wait until it fully loaded I meant about the web page) 1) Then Copy This (It is in a single line so don't try to separate it) [CODE]javascript: var y =0 ; var x =document.getElementsByTagName("img");for(y in x){ if("http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_pos.gif" == x[y].src){(document.getElementsByTagName("img")[y].src = "http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_neg.gif");}}alert("by Core lolz");[/CODE]2) then PASTE that to your address bar (DON"T TYPE additional thing(s) and after copied just press enter) 3) now try find the result :rolleyes: 4) if you can't see any differences then please tell me require feedback :P [B] For Developers Mechanism[/B] first declare two variables y and x and assign 0 and object respectively ,remember in JavaScript there is no need to specify the datatype cause it don't have any but it got some characteristics once it has been declared ,example if you declare and leave it without initialize then initialize a boolean true it becomes a boolean but still it don't have a datatype ,that's how it works in here used getElementsByTagName this method find out all img tags it means Image tags in entire page(not site but only current page) then pass over those value to Lvalue Side it means x Array (array can be also declared as var _var = new Array() or var _var = new Array(initializing values) or var _var=[initializing values] next make a loop which is counting all reserved image tags in x then put numbers from 0 to amount of reserved images to y continuously but iteration by iterations (now consider first iteration (first looping stage)) then x[y].src find out if that founded thing equal to [URL]http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_pos.gif[/URL] (it means Blue Rep Image)(that's why this only works with Blue Rep Guys)there maybe many more Blue Rep ,each repbox represents in one img tag so if you have 5 rep it means this loop gives you 5 out puts but it's depend on number of persons in that page,amount of reps you have got ,when you have more than 6 or 7 reps this behaves totally weird(will fix) remember therefore there is a loop(which return all image tags) + if else statement(this only considers Blue Boxes(Blue Boxes Image tags) from those image tags) it only returns founded Blue Rep Boxes then apply Red Boxes to those Founded Blue Boxes in document.getElementsByTagName("img")[y].src = "http://www.elakiri.com/forum/images/bluesaint/reputation/reputation_neg.gif" step the y is the position of that array and ,and there are many more positions,the exact position is found in for(y in x) this step.! ( if(condition) { <--------------------> This is where your final codes go }else { <---------------------> don't put here if you put it will return lot of outputs (just refresh the web page in that case) } [B]-By Core Exclusively for Elakiri 2010/07/04[/B] [/QUOTE]
Insert quotes…
Verification
Hath warak paha keeyada? (hatha wadikireema paha)
Post reply
Top
Bottom