How to “unvisit” links in Chrome?












15














How can I "unvisit" a specific link in Chrome?



I don't want to clear the entire browser history; I just want to undo the "visited" status on links, i.e. make the :visited style (the thing that makes visited links purple) not show for that URL.



I've found ways to "unvisit" all links, but I only want to do this for specific links, and the ways that I have found all require clearing browser data. (in fact, the only way I have found so far is to just clear all browsing history.)



Here is an image for clarity:




enter image description here




I want to remove the purple "visited" status.










share|improve this question



























    15














    How can I "unvisit" a specific link in Chrome?



    I don't want to clear the entire browser history; I just want to undo the "visited" status on links, i.e. make the :visited style (the thing that makes visited links purple) not show for that URL.



    I've found ways to "unvisit" all links, but I only want to do this for specific links, and the ways that I have found all require clearing browser data. (in fact, the only way I have found so far is to just clear all browsing history.)



    Here is an image for clarity:




    enter image description here




    I want to remove the purple "visited" status.










    share|improve this question

























      15












      15








      15


      3





      How can I "unvisit" a specific link in Chrome?



      I don't want to clear the entire browser history; I just want to undo the "visited" status on links, i.e. make the :visited style (the thing that makes visited links purple) not show for that URL.



      I've found ways to "unvisit" all links, but I only want to do this for specific links, and the ways that I have found all require clearing browser data. (in fact, the only way I have found so far is to just clear all browsing history.)



      Here is an image for clarity:




      enter image description here




      I want to remove the purple "visited" status.










      share|improve this question













      How can I "unvisit" a specific link in Chrome?



      I don't want to clear the entire browser history; I just want to undo the "visited" status on links, i.e. make the :visited style (the thing that makes visited links purple) not show for that URL.



      I've found ways to "unvisit" all links, but I only want to do this for specific links, and the ways that I have found all require clearing browser data. (in fact, the only way I have found so far is to just clear all browsing history.)



      Here is an image for clarity:




      enter image description here




      I want to remove the purple "visited" status.







      google-chrome hyperlink






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 21 '13 at 15:38









      Doorknob

      4171620




      4171620






















          4 Answers
          4






          active

          oldest

          votes


















          21














          Open the history by pressing Ctrl + H, search for the URL that you want to remove, click on the time that is displayed left of it and then click Remove selected items.



          Note: Since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser.

          To "unvisit" it, simply go back to that page and click that link again — that way, it will now be in your Chrome's recent history and you can delete it as described above.






          share|improve this answer



















          • 1




            Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
            – Doorknob
            Aug 21 '13 at 15:49










          • Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
            – n.st
            Aug 21 '13 at 15:50










          • The OSX hotkey is command+y. command+h will hide the application
            – DigitalDesignDj
            Oct 15 '14 at 22:40






          • 4




            Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
            – techexpert
            Nov 11 '14 at 15:45










          • This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
            – Ruslan
            Dec 6 '15 at 11:15



















          2














          I'm not sure my solution would work for your purpose, but it works much better for me than deleting my browsing history every time I turn around. I have a lot of homemade documents on my desktop that I created using simple html; mostly they are just lists of active links. On most of these documents I specified font and font size, but just went with the default for font colors, for simplicity's sake, and they show unvisited links in blue and visited links in purple.



          My solution was to simply add this code to documents that I do not wish to show which links have been visited:



          "text= "#0000FF" link="#0000FF" vlink="#0000FF"



          The entire line of code reads:



          <body bgcolor="#BFB6A1" text= "#0000FF" link="#0000FF" vlink="#0000FF">
          <font face="Ariel" size="3" color="#0000FF" FAMILY="SANSSERIF">
          <body>


          and it of course requires at the end of the document as seen here:



          </font>
          </body>
          </html>


          This effectively makes all text on the page show as blue (you could substitute any color number) including visited and non-visited links. So, while Chrome continues to do its thing and notes which links on that page have been visited, neither I, nor anyone else, can see them.






          share|improve this answer























          • Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
            – confetti
            Sep 21 '18 at 18:48





















          1














          If your goal is just to see the links in an unvisited state, you can:




          • Press F12 to open Chrome Developer Tools.

          • Click on the magnifying glass on the upper left and select the visited link.

          • Unclick the CSS rule in the Style section






          share|improve this answer





















          • This is only a temporary change.. The changes will be lost once you make a page reload.
            – Pacerier
            Oct 12 '15 at 6:28



















          1














          Searching the web for an answer to exactly this question I found this browser addin.



          http://chrispederick.com/work/web-developer/



          It seems to have versions for Chrome, Firefox and Opera.



          Look under Miscellaneous for the option Mark All Links Unvisited. Worked perfectly for me in Chrome.






          share|improve this answer





















          • This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
            – Eric Hepperle - CodeSlayer2010
            Jan 26 '18 at 16:56













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f634824%2fhow-to-unvisit-links-in-chrome%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          21














          Open the history by pressing Ctrl + H, search for the URL that you want to remove, click on the time that is displayed left of it and then click Remove selected items.



          Note: Since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser.

          To "unvisit" it, simply go back to that page and click that link again — that way, it will now be in your Chrome's recent history and you can delete it as described above.






          share|improve this answer



















          • 1




            Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
            – Doorknob
            Aug 21 '13 at 15:49










          • Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
            – n.st
            Aug 21 '13 at 15:50










          • The OSX hotkey is command+y. command+h will hide the application
            – DigitalDesignDj
            Oct 15 '14 at 22:40






          • 4




            Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
            – techexpert
            Nov 11 '14 at 15:45










          • This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
            – Ruslan
            Dec 6 '15 at 11:15
















          21














          Open the history by pressing Ctrl + H, search for the URL that you want to remove, click on the time that is displayed left of it and then click Remove selected items.



          Note: Since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser.

          To "unvisit" it, simply go back to that page and click that link again — that way, it will now be in your Chrome's recent history and you can delete it as described above.






          share|improve this answer



















          • 1




            Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
            – Doorknob
            Aug 21 '13 at 15:49










          • Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
            – n.st
            Aug 21 '13 at 15:50










          • The OSX hotkey is command+y. command+h will hide the application
            – DigitalDesignDj
            Oct 15 '14 at 22:40






          • 4




            Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
            – techexpert
            Nov 11 '14 at 15:45










          • This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
            – Ruslan
            Dec 6 '15 at 11:15














          21












          21








          21






          Open the history by pressing Ctrl + H, search for the URL that you want to remove, click on the time that is displayed left of it and then click Remove selected items.



          Note: Since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser.

          To "unvisit" it, simply go back to that page and click that link again — that way, it will now be in your Chrome's recent history and you can delete it as described above.






          share|improve this answer














          Open the history by pressing Ctrl + H, search for the URL that you want to remove, click on the time that is displayed left of it and then click Remove selected items.



          Note: Since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser.

          To "unvisit" it, simply go back to that page and click that link again — that way, it will now be in your Chrome's recent history and you can delete it as described above.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Oct 30 '15 at 19:49

























          answered Aug 21 '13 at 15:47









          n.st

          1,295924




          1,295924








          • 1




            Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
            – Doorknob
            Aug 21 '13 at 15:49










          • Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
            – n.st
            Aug 21 '13 at 15:50










          • The OSX hotkey is command+y. command+h will hide the application
            – DigitalDesignDj
            Oct 15 '14 at 22:40






          • 4




            Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
            – techexpert
            Nov 11 '14 at 15:45










          • This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
            – Ruslan
            Dec 6 '15 at 11:15














          • 1




            Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
            – Doorknob
            Aug 21 '13 at 15:49










          • Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
            – n.st
            Aug 21 '13 at 15:50










          • The OSX hotkey is command+y. command+h will hide the application
            – DigitalDesignDj
            Oct 15 '14 at 22:40






          • 4




            Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
            – techexpert
            Nov 11 '14 at 15:45










          • This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
            – Ruslan
            Dec 6 '15 at 11:15








          1




          1




          Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
          – Doorknob
          Aug 21 '13 at 15:49




          Ah, thanks! Can I do this without going to the history, though? Perhaps a userscript? (+1, and I will accept this in 5 minutes once I can)
          – Doorknob
          Aug 21 '13 at 15:49












          Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
          – n.st
          Aug 21 '13 at 15:50




          Apparently you can (I haven't tried it, though): developer.chrome.com/extensions/history.html
          – n.st
          Aug 21 '13 at 15:50












          The OSX hotkey is command+y. command+h will hide the application
          – DigitalDesignDj
          Oct 15 '14 at 22:40




          The OSX hotkey is command+y. command+h will hide the application
          – DigitalDesignDj
          Oct 15 '14 at 22:40




          4




          4




          Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
          – techexpert
          Nov 11 '14 at 15:45




          Here's another tip - since Chrome history doesn't hold too many entries you may not find that link in there if you visited that page long time ago, yet it still will show up as "visited" in your browser, simply go back to that page, click that link AGAIN!!, this way it will now be in your Chrome's recent history - now you can delete it and it will now remove the "visited" purple status from that link ;)
          – techexpert
          Nov 11 '14 at 15:45












          This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
          – Ruslan
          Dec 6 '15 at 11:15




          This works only temporarily for some reason with google search results links — i.e. until I reload the search results page.
          – Ruslan
          Dec 6 '15 at 11:15













          2














          I'm not sure my solution would work for your purpose, but it works much better for me than deleting my browsing history every time I turn around. I have a lot of homemade documents on my desktop that I created using simple html; mostly they are just lists of active links. On most of these documents I specified font and font size, but just went with the default for font colors, for simplicity's sake, and they show unvisited links in blue and visited links in purple.



          My solution was to simply add this code to documents that I do not wish to show which links have been visited:



          "text= "#0000FF" link="#0000FF" vlink="#0000FF"



          The entire line of code reads:



          <body bgcolor="#BFB6A1" text= "#0000FF" link="#0000FF" vlink="#0000FF">
          <font face="Ariel" size="3" color="#0000FF" FAMILY="SANSSERIF">
          <body>


          and it of course requires at the end of the document as seen here:



          </font>
          </body>
          </html>


          This effectively makes all text on the page show as blue (you could substitute any color number) including visited and non-visited links. So, while Chrome continues to do its thing and notes which links on that page have been visited, neither I, nor anyone else, can see them.






          share|improve this answer























          • Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
            – confetti
            Sep 21 '18 at 18:48


















          2














          I'm not sure my solution would work for your purpose, but it works much better for me than deleting my browsing history every time I turn around. I have a lot of homemade documents on my desktop that I created using simple html; mostly they are just lists of active links. On most of these documents I specified font and font size, but just went with the default for font colors, for simplicity's sake, and they show unvisited links in blue and visited links in purple.



          My solution was to simply add this code to documents that I do not wish to show which links have been visited:



          "text= "#0000FF" link="#0000FF" vlink="#0000FF"



          The entire line of code reads:



          <body bgcolor="#BFB6A1" text= "#0000FF" link="#0000FF" vlink="#0000FF">
          <font face="Ariel" size="3" color="#0000FF" FAMILY="SANSSERIF">
          <body>


          and it of course requires at the end of the document as seen here:



          </font>
          </body>
          </html>


          This effectively makes all text on the page show as blue (you could substitute any color number) including visited and non-visited links. So, while Chrome continues to do its thing and notes which links on that page have been visited, neither I, nor anyone else, can see them.






          share|improve this answer























          • Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
            – confetti
            Sep 21 '18 at 18:48
















          2












          2








          2






          I'm not sure my solution would work for your purpose, but it works much better for me than deleting my browsing history every time I turn around. I have a lot of homemade documents on my desktop that I created using simple html; mostly they are just lists of active links. On most of these documents I specified font and font size, but just went with the default for font colors, for simplicity's sake, and they show unvisited links in blue and visited links in purple.



          My solution was to simply add this code to documents that I do not wish to show which links have been visited:



          "text= "#0000FF" link="#0000FF" vlink="#0000FF"



          The entire line of code reads:



          <body bgcolor="#BFB6A1" text= "#0000FF" link="#0000FF" vlink="#0000FF">
          <font face="Ariel" size="3" color="#0000FF" FAMILY="SANSSERIF">
          <body>


          and it of course requires at the end of the document as seen here:



          </font>
          </body>
          </html>


          This effectively makes all text on the page show as blue (you could substitute any color number) including visited and non-visited links. So, while Chrome continues to do its thing and notes which links on that page have been visited, neither I, nor anyone else, can see them.






          share|improve this answer














          I'm not sure my solution would work for your purpose, but it works much better for me than deleting my browsing history every time I turn around. I have a lot of homemade documents on my desktop that I created using simple html; mostly they are just lists of active links. On most of these documents I specified font and font size, but just went with the default for font colors, for simplicity's sake, and they show unvisited links in blue and visited links in purple.



          My solution was to simply add this code to documents that I do not wish to show which links have been visited:



          "text= "#0000FF" link="#0000FF" vlink="#0000FF"



          The entire line of code reads:



          <body bgcolor="#BFB6A1" text= "#0000FF" link="#0000FF" vlink="#0000FF">
          <font face="Ariel" size="3" color="#0000FF" FAMILY="SANSSERIF">
          <body>


          and it of course requires at the end of the document as seen here:



          </font>
          </body>
          </html>


          This effectively makes all text on the page show as blue (you could substitute any color number) including visited and non-visited links. So, while Chrome continues to do its thing and notes which links on that page have been visited, neither I, nor anyone else, can see them.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 21 '18 at 18:40

























          answered Sep 21 '18 at 18:35









          SPedigrees

          212




          212












          • Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
            – confetti
            Sep 21 '18 at 18:48




















          • Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
            – confetti
            Sep 21 '18 at 18:48


















          Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
          – confetti
          Sep 21 '18 at 18:48






          Upvoting because this might help OP, in combination with addons like stylish. You can use this add-on to overwrite the CSS code of specific websites - So you can pre-define whatever websites you want and then use code like a:visited { color: blue; } to force all links to be in blue color, even when they were visited in the past.
          – confetti
          Sep 21 '18 at 18:48













          1














          If your goal is just to see the links in an unvisited state, you can:




          • Press F12 to open Chrome Developer Tools.

          • Click on the magnifying glass on the upper left and select the visited link.

          • Unclick the CSS rule in the Style section






          share|improve this answer





















          • This is only a temporary change.. The changes will be lost once you make a page reload.
            – Pacerier
            Oct 12 '15 at 6:28
















          1














          If your goal is just to see the links in an unvisited state, you can:




          • Press F12 to open Chrome Developer Tools.

          • Click on the magnifying glass on the upper left and select the visited link.

          • Unclick the CSS rule in the Style section






          share|improve this answer





















          • This is only a temporary change.. The changes will be lost once you make a page reload.
            – Pacerier
            Oct 12 '15 at 6:28














          1












          1








          1






          If your goal is just to see the links in an unvisited state, you can:




          • Press F12 to open Chrome Developer Tools.

          • Click on the magnifying glass on the upper left and select the visited link.

          • Unclick the CSS rule in the Style section






          share|improve this answer












          If your goal is just to see the links in an unvisited state, you can:




          • Press F12 to open Chrome Developer Tools.

          • Click on the magnifying glass on the upper left and select the visited link.

          • Unclick the CSS rule in the Style section







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 22 '15 at 0:50









          Michael_B

          1112




          1112












          • This is only a temporary change.. The changes will be lost once you make a page reload.
            – Pacerier
            Oct 12 '15 at 6:28


















          • This is only a temporary change.. The changes will be lost once you make a page reload.
            – Pacerier
            Oct 12 '15 at 6:28
















          This is only a temporary change.. The changes will be lost once you make a page reload.
          – Pacerier
          Oct 12 '15 at 6:28




          This is only a temporary change.. The changes will be lost once you make a page reload.
          – Pacerier
          Oct 12 '15 at 6:28











          1














          Searching the web for an answer to exactly this question I found this browser addin.



          http://chrispederick.com/work/web-developer/



          It seems to have versions for Chrome, Firefox and Opera.



          Look under Miscellaneous for the option Mark All Links Unvisited. Worked perfectly for me in Chrome.






          share|improve this answer





















          • This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
            – Eric Hepperle - CodeSlayer2010
            Jan 26 '18 at 16:56


















          1














          Searching the web for an answer to exactly this question I found this browser addin.



          http://chrispederick.com/work/web-developer/



          It seems to have versions for Chrome, Firefox and Opera.



          Look under Miscellaneous for the option Mark All Links Unvisited. Worked perfectly for me in Chrome.






          share|improve this answer





















          • This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
            – Eric Hepperle - CodeSlayer2010
            Jan 26 '18 at 16:56
















          1












          1








          1






          Searching the web for an answer to exactly this question I found this browser addin.



          http://chrispederick.com/work/web-developer/



          It seems to have versions for Chrome, Firefox and Opera.



          Look under Miscellaneous for the option Mark All Links Unvisited. Worked perfectly for me in Chrome.






          share|improve this answer












          Searching the web for an answer to exactly this question I found this browser addin.



          http://chrispederick.com/work/web-developer/



          It seems to have versions for Chrome, Firefox and Opera.



          Look under Miscellaneous for the option Mark All Links Unvisited. Worked perfectly for me in Chrome.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 30 '17 at 6:34









          Graham Hopper

          112




          112












          • This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
            – Eric Hepperle - CodeSlayer2010
            Jan 26 '18 at 16:56




















          • This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
            – Eric Hepperle - CodeSlayer2010
            Jan 26 '18 at 16:56


















          This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
          – Eric Hepperle - CodeSlayer2010
          Jan 26 '18 at 16:56






          This was exactly the answer I needed! I even have the Web Developer extension, but wasn't aware it could do that. As a developer, it is a pain to have to clear history/cache for everything because then I have to log back in to ALL my online accounts, services, and portals. And unfortunately, for this type of thing, instructions for "just delete history/cookies" for "one site" doesn't work. Maybe it is a quirt of locahost? Thanks!
          – Eric Hepperle - CodeSlayer2010
          Jan 26 '18 at 16:56




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f634824%2fhow-to-unvisit-links-in-chrome%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          If I really need a card on my start hand, how many mulligans make sense? [duplicate]

          Alcedinidae

          Can an atomic nucleus contain both particles and antiparticles? [duplicate]