(01-16-2026, 01:34 PM)S de Mayo Wrote: Many Temu (www.temu.com) links/buttons (when hovering over them with the mouse, nothing appears in the bottom left corner of the page) cannot be opened in a new tab.
For example, on the "Your orders" page, it is very tedious and slow to browse through the last 20 purchases, since after viewing each purchase you have to go back… then wait for the "Your orders" page to open again… then scroll… then click the "View more" button again… then wait again…
Is there some (Tampermonkey) script or another way to force these Temu links/buttons to open in a new tab?
Tampermonkey scripts are not easy to handle. The main issue is that web design does not wrap visible elements in <a> tags, but uses block elements such as <div> to wrap and listen for their click events to open the link.
You can click on an element while holding down Ctrl to open it in a background tab. Alternatively, clicking while holding down Ctrl+Shift will open the link in the foreground tab.
Additionally, you can enable the "Force links to open in the background tab" option in chrome://settings/cbTabOptions to make links open in background tabs by default.
On Temu, neither Ctrl+click, Ctrl+Shift+click, nor Cent settings adjustments work. That's why I asked here if there might be a script or some other way.
On Temu, neither Ctrl+click, Ctrl+Shift+click, nor Cent settings adjustments work. That's why I asked here if there might be a script or some other way.
If modifier keys don't work, it means they've captured and handled such cases in web script's event handler. In this situation, it's difficult to intervene via the userscript, because it implies both masking the original event handler and writing a new one with the same functionality to replace it, which is hard to achieve without readable source code.
(01-10-2026, 02:05 PM)S8F8ry Wrote: If you just want to make it appear as a new version, you can add it in chrome://settings/cbOtherOptions "Startup command line":
Code:
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
But don't leave it as ".0.0.0", use some genuine looking version number like Chrome/143.0.7499.192. Or you'll end up locked out of many sites. There are some crawlers, mostly linked to tencent, that uses such numbering and heavily overloads sites and seem to be exploiting user devices without their knowledge. I think its some app, but judging by the geography and hundreds of thousands ISP ips - must be those cheap phones they got online.
02-22-2026, 03:36 PM (This post was last modified: 02-22-2026, 03:37 PM by Archer.)
One more issue.
I can't log in the account. The button isn't active.
It becomes active after i clean cookie files(
Vivaldi doesn't have such an issue e.g.
(02-22-2026, 03:36 PM)Archer Wrote: One more issue.
I can't log in the account. The button isn't active.
It becomes active after i clean cookie files(
Vivaldi doesn't have such an issue e.g.
What website is this? I'm sorry, I can't tell from the screenshot. Will this button on its page become unclickable again in later use?
(02-23-2026, 04:33 AM)S8F8ry Wrote: What website is this? I'm sorry, I can't tell from the screenshot. Will this button on its page become unclickable again in later use?