Internet Explorer gfy postwhore HACK

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SmokeyTheBear
    ►SouthOfHeaven
    • Jun 2004
    • 28609

    #1

    Internet Explorer gfy postwhore HACK

    heres a cool little tweak for i.e. users.

    When you right click on a page in i.e. a number of option appear on a menu like "save background, copy,paste,etc"

    This tweak will let you set a custom menu option that when clicked will put a random set of text into your clipboard as if you copied it, so now when you PASTE it will be a random set of text pulled from a javascript file

    This is very usefull for putting random comments or html snippets on blogs/youtube/forums/gfy etc

    heres how you do it, its very simple.

    first save the following as stb.js put in your c: drive or wherever is easiest for you.

    Code:
    <SCRIPT LANGUAGE="JavaScript" defer>
    
    var stb=new Array() 
    
    
    stb[0] = "Hello world";
    stb[1] = "this rocks";
    stb[2] = "Repent! The end is coming";
    stb[3] = "i love cheese";
    stb[4] = "the sky is blue";
    stb[5] = "holy crap";
    stb[6] = "did you see my sig";
    stb[7] = "Wishes are like farts ";
    stb[8] = "i \"love\" examples";
    stb[9] = "wierd man";
    
    
    var Q = stb.length;
    var whichstb=Math.round(Math.random()*(Q-1));
    sad = stb[whichstb];
    
    external.menuArguments.clipboardData.setData("Text",sad);
    
    </SCRIPT>
    then save the following as stb.reg and put anywhere , you only need to run it once.

    Code:
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Random Text]
    @="file://C:\\stb.js"
    once you have saved it , click it to open/add it to registry, then just restart i.e. and right click and you will see a new item on the menu called "Random Text"


    if enough people enjoy this tweak i will post some other examples of cool things you can do with this, like grabbing html or text from the page you are on and sending it to the js file, like lets say you wanted to always grab the title of the page you are on to include in the output text
    hatisblack at yahoo.com
  • $5 submissions
    I help you SUCCEED
    • Nov 2003
    • 32189

    #2
    I name you PROMETHEUS

    Comment

    • After Shock Media
      It's coming look busy
      • Mar 2001
      • 35299

      #3
      Great thanks, now the contest whores can do their jobs in less clicks.

      [email protected] ICQ:135982156 AIM: Aftershockmed1a MSN: [email protected]

      Comment

      • NicelyWritten
        Confirmed User
        • Feb 2009
        • 161

        #4
        Hello world, lol
        Nicely Written
        Sales <@> NicelyWritten.com
        Let us work on your Blogs, Short Stories, Articles, Descriptions and Summaries. We offer discounts in exchange for long term partnerships.

        Comment

        • Jon Clark - BANNED FOR LIFE
          North Coast Pimp
          • Dec 2005
          • 9395

          #5
          Originally posted by After Shock Media
          Great thanks, now the contest whores can do their jobs in less clicks.

          Comment

          • devine
            Confirmed User
            • Jul 2006
            • 620

            #6
            Originally posted by Jon Clark
            so you added
            Code:
            :1orglaugh:
            to the options, right?

            Comment

            • woj
              <&(©¿©)&>
              • Jul 2002
              • 47880

              #7
              this rocks
              Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
              Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
              Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

              Comment

              • Matt 26z
                So Fucking Banned
                • Apr 2002
                • 18481

                #8
                Will this also work in the address bar?

                Comment

                • papill0n
                  Unregistered Abuser
                  • Oct 2007
                  • 15547

                  #9
                  that is a fucking great hack man

                  Comment

                  • Reak AGV
                    Confirmed User
                    • Dec 2004
                    • 4283

                    #10
                    the sky is blue ;)

                    Need Mainstream Content and SEO?
                    SEO * Website Copy * Blogs
                    Blogging - PR Work - Forum Marketing - Social Marketing - Link building - Articles
                    100% Guaranteed Content!

                    Comment

                    • Kron
                      Confirmed User
                      • Jan 2005
                      • 1668

                      #11
                      Repent! The end is coming
                      I dont exchange money!

                      Comment

                      • grumpy
                        Too lazy to set a custom title
                        • Jan 2002
                        • 9870

                        #12
                        its not a hack.
                        The postwhores will love this feature.
                        Normal GFY users will hate you fot this snippet.
                        Don't let greediness blur your vision | You gotta let some shit slide
                        icq - 441-456-888

                        Comment

                        • RevTKS69
                          Confirmed User
                          • Dec 2008
                          • 231

                          #13
                          Now that is funny

                          Originally posted by $5 submissions
                          I name you PROMETHEUS
                          Good stuff. For those who don't know:

                          Prometheus is a Titan known for his wily intelligence, who stole *fire* from Zeus and gave it to mortals for their use. Zeus then punished him for his crime by having him bound to a rock while a great eagle ate his liver every day only to have it grow back to be eaten again the next day.

                          www.sexyschiava.com - Amateur BDSM
                          www.adultblogreview.com - Starting a new review site, positions available

                          Comment

                          • SmokeyTheBear
                            ►SouthOfHeaven
                            • Jun 2004
                            • 28609

                            #14
                            Originally posted by Matt 26z
                            Will this also work in the address bar?
                            kinda , when you right click in the address bar the menu wont come up , but the menu thing only puts the item in your clipboard it doesnt paste it anyways so if you wanted to paste random urls into your address bar you would simply right click on the page, click the menu item, then right click in the address bar and hit paste. so yes it does work but it takes 2 clicks on the menu
                            hatisblack at yahoo.com

                            Comment

                            • SmokeyTheBear
                              ►SouthOfHeaven
                              • Jun 2004
                              • 28609

                              #15
                              Originally posted by grumpy
                              its not a hack.
                              The postwhores will love this feature.
                              Normal GFY users will hate you fot this snippet.
                              hack is a fairly broad term , tweak is probably better but i figured hack would get more thread views
                              hatisblack at yahoo.com

                              Comment

                              • SmokeyTheBear
                                ►SouthOfHeaven
                                • Jun 2004
                                • 28609

                                #16
                                you can make a nice random form filler with this to , just repeat the process and add several menu items , like "random city" , "random name" "random country" etc
                                hatisblack at yahoo.com

                                Comment

                                • grumpy
                                  Too lazy to set a custom title
                                  • Jan 2002
                                  • 9870

                                  #17
                                  Originally posted by SmokeyTheBear
                                  hack is a fairly broad term , tweak is probably better but i figured hack would get more thread views
                                  and you are right
                                  Don't let greediness blur your vision | You gotta let some shit slide
                                  icq - 441-456-888

                                  Comment

                                  • Fredde
                                    Confirmed User
                                    • Mar 2004
                                    • 501

                                    #18
                                    Cool trick!
                                    -------------------------------------------
                                    Teen boobs | Elitecounter - Free counter service

                                    Comment

                                    • seeandsee
                                      Check SIG!
                                      • Mar 2006
                                      • 50945

                                      #19
                                      your "hacks" are really great man!
                                      BUY MY SIG - 50$/Year

                                      Contact here

                                      Comment

                                      • martinsc
                                        Too lazy to set a custom title
                                        • Jun 2005
                                        • 27043

                                        #20
                                        reminds me of a ff extension ;-)
                                        Make Money

                                        Comment

                                        • CaptainHowdy
                                          Too lazy to set a custom title
                                          • Dec 2004
                                          • 94100

                                          #21
                                          holy crap

                                          Comment

                                          • plyndrty
                                            Confirmed User
                                            • Jul 2003
                                            • 1477

                                            #22
                                            i love cheese
                                            Free Porno You Porn Fuck

                                            Comment

                                            • TeenCat
                                              Too lazy to set a koala
                                              • Jan 2007
                                              • 16131

                                              #23
                                              good work man not sure where i can use this but thanks for sharing! bump for more hacks and wish you best with your sites!

                                              6bot
                                              / Coming again very soon!
                                              Svit Zlin Radio 24/7!

                                              Comment

                                              • SmokeyTheBear
                                                ►SouthOfHeaven
                                                • Jun 2004
                                                • 28609

                                                #24
                                                Originally posted by TeenCat
                                                good work man not sure where i can use this but thanks for sharing! bump for more hacks and wish you best with your sites!
                                                blogs , emails , gfy , anything you input.
                                                hatisblack at yahoo.com

                                                Comment

                                                • SmokeyTheBear
                                                  ►SouthOfHeaven
                                                  • Jun 2004
                                                  • 28609

                                                  #25
                                                  heres another example

                                                  use the same reg file/method as above but point to this js

                                                  it will allow you to select a block of text or area of any webpage you are on and get the source code for just that part you have highlighted with your mouse.

                                                  Code:
                                                  <SCRIPT LANGUAGE="JavaScript" defer>
                                                  	var selectedHtml=(external.menuArguments.document.selection.createRange()).htmlText;
                                                  	
                                                  	if(selectedHtml!= "")
                                                  		external.menuArguments.clipboardData.setData("Text",selectedHtml);
                                                  </SCRIPT>
                                                  hatisblack at yahoo.com

                                                  Comment

                                                  • Sosa
                                                    In Tushy Land
                                                    • Oct 2002
                                                    • 40149

                                                    #26
                                                    nice tip smokey

                                                    Comment

                                                    • Dirty F
                                                      Too lazy to set a custom title
                                                      • Jul 2001
                                                      • 59204

                                                      #27
                                                      It's weird not wierd. It's amazing how many Americans can't spell that word right.

                                                      Comment

                                                      • Brujah
                                                        Beer Money Baron
                                                        • Jan 2001
                                                        • 22157

                                                        #28
                                                        Stop using IE! What's wrong with you people?

                                                        Comment

                                                        • Si
                                                          Such Fun!
                                                          • Feb 2008
                                                          • 13900

                                                          #29
                                                          good stuff if i used IE

                                                          Comment

                                                          • GrouchyAdmin
                                                            Now choke yourself!
                                                            • Apr 2006
                                                            • 12085

                                                            #30
                                                            That is the most foul thing I've seen in weeks. Congratulations!

                                                            I sent you some folks looking for an exit script like yours; I didn't feel like entirely rebuilding my exit to get rid of the primary logic that made it work.

                                                            Comment

                                                            • Juicy D. Links
                                                              So Fucking Banned
                                                              • Apr 2001
                                                              • 122992

                                                              #31
                                                              the sky is blue

                                                              Comment

                                                              • u-Bob
                                                                there's no $$$ in porn
                                                                • Jul 2005
                                                                • 33063

                                                                #32
                                                                Originally posted by Juicy D. Links
                                                                the sky is blue
                                                                even at night?

                                                                Comment

                                                                • Juicy D. Links
                                                                  So Fucking Banned
                                                                  • Apr 2001
                                                                  • 122992

                                                                  #33
                                                                  i love cheese

                                                                  Comment

                                                                  • Juicy D. Links
                                                                    So Fucking Banned
                                                                    • Apr 2001
                                                                    • 122992

                                                                    #34
                                                                    Repent! The end is coming

                                                                    Comment

                                                                    • SmokeyTheBear
                                                                      ►SouthOfHeaven
                                                                      • Jun 2004
                                                                      • 28609

                                                                      #35
                                                                      Originally posted by Dirty F
                                                                      It's weird not wierd. It's amazing how many Americans can't spell that word right.
                                                                      it was spelled that way on pupose to out anal people. It's amazing how much eurotrash still falls for that trick
                                                                      hatisblack at yahoo.com

                                                                      Comment

                                                                      • SmokeyTheBear
                                                                        ►SouthOfHeaven
                                                                        • Jun 2004
                                                                        • 28609

                                                                        #36
                                                                        Originally posted by Brujah
                                                                        Stop using IE! What's wrong with you people?
                                                                        why ? everything works with i.e. , rarely does everything work with firefox , and seeing how the vast majority of "paying" customers are using i.e. it would only make sense to use what my customers use then theres all those memory leaks in firefox
                                                                        hatisblack at yahoo.com

                                                                        Comment

                                                                        • DaLord
                                                                          Confirmed User
                                                                          • Aug 2001
                                                                          • 3318

                                                                          #37
                                                                          Originally posted by SmokeyTheBear
                                                                          it was spelled that way on pupose to out anal people. It's amazing how much eurotrash still falls for that trick
                                                                          It's amazing how many people with forefathers from Europe even think about using the word eurotrash.

                                                                          Generally speaking of course...


                                                                          Mike

                                                                          Comment

                                                                          • Juicy D. Links
                                                                            So Fucking Banned
                                                                            • Apr 2001
                                                                            • 122992

                                                                            #38
                                                                            holy crap

                                                                            Comment

                                                                            • Iron Fist
                                                                              Too lazy to set a custom title
                                                                              • Dec 2006
                                                                              • 23400

                                                                              #39
                                                                              Useless for Firefox... then again... i'd rather surf with no worries then being able to "tweak" my browser...
                                                                              i like waffles

                                                                              Comment

                                                                              • CurrentlySober
                                                                                Too lazy to wipe my ass
                                                                                • Aug 2002
                                                                                • 38973

                                                                                #40
                                                                                Code:
                                                                                <SCRIPT LANGUAGE="JavaScript" defer>
                                                                                
                                                                                var stb=new Array() 
                                                                                
                                                                                
                                                                                stb[0] = "I like poo";
                                                                                stb[1] = "I like poo";
                                                                                stb[2] = "I like poo";
                                                                                stb[3] = "I like poo";
                                                                                stb[4] = "I like poo";
                                                                                stb[5] = "I like poo";
                                                                                stb[6] = "I like poo";
                                                                                stb[7] = "I like poo";
                                                                                stb[8] = "I like poo";
                                                                                stb[9] = "I like poo";
                                                                                
                                                                                
                                                                                var Q = stb.length;
                                                                                var whichstb=Math.round(Math.random()*(Q-1));
                                                                                sad = stb[whichstb];
                                                                                
                                                                                external.menuArguments.clipboardData.setData("Text",sad);
                                                                                
                                                                                </SCRIPT>
                                                                                Thanks dude!
                                                                                ️ ️

                                                                                Comment

                                                                                • AtlantisCash
                                                                                  Confirmed User
                                                                                  • Dec 2005
                                                                                  • 3179

                                                                                  #41
                                                                                  fuck ff.
                                                                                  Last edited by AtlantisCash; 02-14-2009, 04:19 PM.
                                                                                  Kız telefonları
                                                                                  |
                                                                                  Telefonda seks sohbet

                                                                                  Comment

                                                                                  • SmokeyTheBear
                                                                                    ►SouthOfHeaven
                                                                                    • Jun 2004
                                                                                    • 28609

                                                                                    #42
                                                                                    Originally posted by DaLord
                                                                                    It's amazing how many people with forefathers from Europe even think about using the word eurotrash.

                                                                                    Generally speaking of course...


                                                                                    Mike
                                                                                    maybe their forefathers weren't eurotrash

                                                                                    p.s. just because your from europe doesnt make you eurotrash, just like being american doesnt mean you are trailer trash
                                                                                    Last edited by SmokeyTheBear; 02-14-2009, 06:06 PM.
                                                                                    hatisblack at yahoo.com

                                                                                    Comment

                                                                                    • starpimps
                                                                                      Confirmed User
                                                                                      • Sep 2006
                                                                                      • 6954

                                                                                      #43
                                                                                      thanks hot pics
                                                                                      Teen Porn Models / Solo Girls

                                                                                      Comment

                                                                                      Working...