Software to take entire site page screenshot?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Publisher Bucks
    Confirmed User
    • Oct 2018
    • 1330

    #1

    Business Software to take entire site page screenshot?

    I saw it posted on GFY a while back, but can't find the name.

    It was either a stand alone program that would take a screen shot of the entire length of a webpage, or a browser plugin, does anyone know what the program was called?

    TIA.
    Extreme Link List - v1.0
  • SharkAttack
    Confirmed User
    • Sep 2022
    • 57

    #2
    Originally posted by Publisher Bucks
    I saw it posted on GFY a while back, but can't find the name.

    It was either a stand alone program that would take a screen shot of the entire length of a webpage, or a browser plugin, does anyone know what the program was called?

    TIA.
    Here ya go buddy

    Comment

    • Mr Pheer
      So Fucking Banned
      • Dec 2002
      • 22083

      #3
      Chrome plugin called GoFullPage

      Comment

      • OneHungLo
        So Fucking Banned
        • May 2001
        • 40906

        #4
        https://www.awesomescreenshot.com/

        Comment

        • InfoGuy
          80/20 Rule
          • Apr 2010
          • 3052

          #5
          Firefox has a default function for screen capture. Right click and select "Take Screenshot". You can save the entire page, visible section of a page or move your mouse to select a specific area. But if the page is extraordinarily long, the bottom will be missing.
          Support American Heroes | How Bad is My Batch? | Vaccine Deaths & Adverse Reactions | Free Speech Coalition | <WARNING> ePayService / Guerra Capital, INC / MTACC payments | Flirt4Free Fucks their Affiliates | Don't do business with piece of shit Andy Alvarez from Webmaster Central / VR3000, who said:
          "If it was up to me, they would have shot all 30,000 of those country loving shitheads"

          Comment

          • fuzebox
            making it rain
            • Oct 2003
            • 22352

            #6
            https://letmegooglethat.com/?q=entir...age+screenshot

            Comment

            • Klen
              • Aug 2006
              • 32235

              #7
              I use this: https://phantomjs.org/screen-capture.html

              Comment

              • Publisher Bucks
                Confirmed User
                • Oct 2018
                • 1330

                #8
                Originally posted by Mr Pheer
                Chrome plugin called GoFullPage
                Thats the one! Thanks
                Extreme Link List - v1.0

                Comment

                • NatalieK
                  Natalie K
                  • Apr 2010
                  • 20110

                  #9
                  or gyazo, is a plugin on chrome

                  My official site / Custom vids / Make money links / First time girls
                  Email: [email protected] - "Converting traffic into income since 2005"

                  Comment

                  • adultchatpay
                    Let's Make Money
                    • Dec 2008
                    • 8785

                    #10
                    i am using Fireshot.

                    Comment

                    • zijlstravideo
                      Confirmed User
                      • Sep 2013
                      • 806

                      #11
                      PhantomJS, old but gold.

                      It's a scriptable (javascript), headless browser and thus, perfect for automated tasks (for example: screenshots, but also to cache rendered javascript code). The PhantomJS manual even includes an example code on how to make a screenshot, which works out of the box.

                      The linux version is a static linked binary, which means that it doesn't have any dependencies and therefore can run pretty much anywhere, even on shared hosting. It's a single file that you can basically copy anywhere on your web host and execute it through your php script or cronjob or whatever.


                      There's also PhantomJS for Windows, which works great as well. Perfect to combine with batch scripting for some automation (to loop through a txt file, line by line and such... think of a list of urls, in your case).
                      If you need an example bat script for Windows on how to loop through a list, let me know.
                      Contact: email

                      Comment

                      • el_mago
                        So Fucking Banned
                        • Sep 2017
                        • 353

                        #12
                        https://www.site-shot.com/ I've used this page quite often, no "software" or bRoWsEr pLuGiN needed...

                        Comment

                        • DVTimes
                          xxx
                          • Jun 2003
                          • 31658

                          #13
                          A simple option is to just temporary reduce the page size, from say 100% to say 30% until you see the full screen. Then screengrab that.
                          XXX

                          Comment

                          • redwhiteandblue
                            Bollocks
                            • Jun 2007
                            • 2793

                            #14
                            Originally posted by zijlstravideo
                            PhantomJS, old but gold.

                            It's a scriptable (javascript), headless browser and thus, perfect for automated tasks (for example: screenshots, but also to cache rendered javascript code). The PhantomJS manual even includes an example code on how to make a screenshot, which works out of the box.

                            The linux version is a static linked binary, which means that it doesn't have any dependencies and therefore can run pretty much anywhere, even on shared hosting. It's a single file that you can basically copy anywhere on your web host and execute it through your php script or cronjob or whatever.


                            There's also PhantomJS for Windows, which works great as well. Perfect to combine with batch scripting for some automation (to loop through a txt file, line by line and such... think of a list of urls, in your case).
                            If you need an example bat script for Windows on how to loop through a list, let me know.
                            Do you know of one that can get past the age confirmation pop ups on paysites?
                            Interserver unmanaged AMD Ryzen servers from $73.00

                            Comment

                            • Publisher Bucks
                              Confirmed User
                              • Oct 2018
                              • 1330

                              #15
                              Originally posted by DVTimes
                              A simple option is to just temporary reduce the page size, from say 100% to say 30% until you see the full screen. Then screengrab that.
                              Thats probably the most helpful thing you've ever posted
                              Extreme Link List - v1.0

                              Comment

                              • zijlstravideo
                                Confirmed User
                                • Sep 2013
                                • 806

                                #16
                                Originally posted by redwhiteandblue
                                Do you know of one that can get past the age confirmation pop ups on paysites?
                                That's possible with PhantomJS. But not out of the box.

                                There's a mouse event option for example, that can click buttons etc.

                                Also, if the site uses a cookie, you could copy and paste or edit that: https://phantomjs.org/api/webpage/me...dd-cookie.html

                                But perhaps including your own javascript file to the website might be an easier option:
                                https://phantomjs.org/api/webpage/me...nclude-js.html
                                If the site uses javascript for the overlay, you can use some custom javascript code to "toggle" the overlay.

                                Maybe even injecting a custom line of CSS at the bottom (with display:none), would do the trick. (this can also be done with Curl or wget, and then use PhantomJS to render the page and take the screenshot)
                                Contact: email

                                Comment

                                • yuu.design
                                  Too lazy to set a custom title
                                  • Mar 2006
                                  • 25924

                                  #17
                                  There are several software programs that you can use to take a screenshot of an entire webpage. Here are a few popular options:

                                  Lightshot: This is a free screenshot tool that allows you to capture an entire webpage with just a few clicks. It's available for Windows and Mac, and also has browser extensions for Chrome, Firefox, and Edge.

                                  Nimbus Screenshot: This is another free tool that allows you to capture screenshots of entire webpages. It's available for Windows, Mac, and Linux, and also has browser extensions for Chrome, Firefox, and Edge.

                                  Awesome Screenshot: This is a browser extension for Chrome and Firefox that allows you to take screenshots of entire webpages and also add annotations and comments.

                                  Full Page Screen Capture: This is a browser extension for Chrome that allows you to capture a full-page screenshot.

                                  Snagit: This is a paid software that allows you to capture screenshots of entire webpages and also you can edit the capture images. Its available for Windows and Mac.

                                  These software programs have different features and user interface, you can check the features and functionalities that they offer to select the one that suits better to your needs.
                                  Beautiful And Usable Web Design Creations For The Adult Industry Since 2003
                                  I'm Yuu, Designer and Content Producer

                                  Paysites - Affiliate Programs - Dating & Cam Sites - Mainstream Projects - Tube Sites - Banners - Wordpress Themes - NATs integration - Landing Pages

                                  Check my Portfolio and Content Production Offers

                                  Comment

                                  Working...