close duplicate tabs in web browser - google-chrome

I am trying to open multiple links from excel such as follows
https://in.tradingview.com/chart/?symbol=NSE:ASHOKLEY2!
https://in.tradingview.com/chart/?symbol=NSE:ASIANPAINT2!
https://in.tradingview.com/chart/?symbol=NSE:AUROPHARMA2!
https://in.tradingview.com/chart/?symbol=NSE:AXISBANK2!
what i want to accomplish is, once this tabs are open in browser, if any of this links are again opened by using excel, they should be get automatically closed.
I used clutter free extension ,
issue i am facing with it is that, once the first link is opened all other links get automatically closed
i.e if i open link https://in.tradingview.com/chart/?symbol=NSE:ASHOKLEY2!
next three links mentioned above dont open at all.
but what i expect is all this links should open, and next time if any of this links are visited again then they should not be opened.
how can i solve this issue?

Related

Extract and select links from webpage

There is a website that I visit daily called thegudda.com, this website posts lots videos on a daily basis so instead of going through the website and clicking link by link, I wanna make an iOS shortcut that select all the video links at once on the webpage then I can choose all of them and open them in new tabs... What I got so far: ^https://www.thegudda.com/(.*)([A-Za-z]+)\b(?
https://www.thegudda.com/crazy-bird-attacking-people-and-one-dude-ended-up-paying-the-price/
https://www.thegudda.com/crazy-bird-attacking-people-and-one-dude-ended-up-paying-the-price/
https://www.thegudda.com/that-look-on-his-face-what-do-you-think-kanyes-thinking-in-this-moment/
https://www.thegudda.com/that-look-on-his-face-what-do-you-think-kanyes-thinking-in-this-moment/
while I just want each link one time...
you can put them in Set, the Sets by default removes the duplicate elements.
you can see more about Sets here:
https://docs.swift.org/swift-book/LanguageGuide/CollectionTypes.html
in Sets section

Buttons visible on all tabs when copied

When I'm in Access and using a Tab Control, if I copy a button on one tab and paste it to the same tab, this button becomes visible on all tabs. In fact, I think all controls do (I know it happened with buttons and labels).
Is there a way to fix this, or do I have to delete the copied controls and re-draw them on the tab they're supposed to be visible on? Is there a setting that fixes this? I've got a few pages where it'd be handy to be able to copy a chunk of controls and paste them onto a different tab.
This is an old issue that needs to be closed out. The OP #Johnny Bones talks about his answer in the comments but never posted what he did to fix it as an answer.
The answer is that the object was pasted in at the wrong level, the form level. Form level objects are seen on every Tab Page.
To fix this
Cut the object again
Select the Tab Page you want the object to live inside
Paste it there
Move it to the correct location

Chrome load tab without selecting it

The question is opposite to this one.
Say I open link in a new tab. Currently it is opened, but not loaded. It starts loading only when I select it. I want so that I open a lot of links on a page and those tabs start loading without need to be selected.
Furthermore, there is another problem. When I open link, select that tab, tab is loaded. Then I go to another tab, do something there and return to the first tab. So this tab starts to reload again.
How to fix this?
My version of Chrome is - 48.0.2564.116. It starts to happen recently.
If you are using (in settings) "continue where you left off" then switch to "Open specific page or set of pages" try it there, then switch back
The answer is https://superuser.com/questions/1048029/disable-auto-refresh-tabs-in-chrome-desktop#answer-1049471. Shorter, the flag #automatic-tab-discarding needs to be disabled on chrome://flags.

When should links open in new tab/window?

When exactly links should open in a new tab/window? I find that some of the actions which require certain operations in a new tab/window can be done on the same page using modal windows and then refreshing the same page to show the updated contents.
A couple of google searches gave me the following results:
Why external links should open in new tabs?
When if ever should links be opened in a new window?
Is there ever a good reason to force opening a new browser window?
Should links open in new windows?
Forcing links to open in new windows: an argument that should have ended 15 years ago
Some suggest that in case of external links they should be opened in a new tab/window, some suggest that they should be opened on the same page for simplified user control. Both of them sound correct in their own ways. Isn't there some sort of generalization? Or are there any particular situations where we cannot do without links opening in a new tab/window?
In other words, what are the situations where a link should open in a new tab/window OR in the same page (taking into account that modal windows are implemented frequently these days)?
Having external links opened in a new tab is better and done more often so that when you have a user surfing your site and clicks on an external link he doesn't have to go back but simply just needs to close that tab and can continuous surfing your site.
You have to bare in mind that not ever internet user knows how to work with a browser like you do (Still many lesser-intelligent people on the net).
add attribute target="_blank" on a tag
Link 1</strong></p>

How to get warning massage when clicking close(X) button of browser with tabs in Google Chrome

How to get a warning massage if i accidently click the close button of the chrome browser which have multiple tabs opened at that time?
I am a regular user of Crome and having this problem while using it. I normally open multiple tabs inside a single browser but sometimes i accidently click the close button of browser and as soon as the button is clicked crome does't give any warning issue about multiple active tabs and close the entire window.
Is the end user like me is browsing on normal crome window then he can open the websites again by checking the web history but if he is browsing inside private browser then he can't do anything(this happens with me very regularly because i normally browse in private browser). On the other hand if you accidently click the close button in mozilla which have multiple tabs open it throws a warning massage to the user and asks for his wish.
Go find an extension called "Keep One Pinned Tab". It may not be exactly the function you need, but if you search for other extensions, I am sure there is such an extension that does just that. If you can't find one, I suggest to learn how to develop extensions and make one yourself, you can share it with others when it's done.