We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01d291 commit f9dd5eaCopy full SHA for f9dd5ea
1 file changed
src/pages/popup/App.tsx
@@ -442,7 +442,13 @@ function App() {
442
<Menu.SubMenu
443
key="getScript"
444
title={
445
- <span className="tw-flex tw-flex-row tw-items-center">
+ <span
446
+ className="tw-flex tw-flex-row tw-items-center"
447
+ onClick={(e) => {
448
+ e.stopPropagation();
449
+ window.open(`https://scriptcat.org/search?domain=${urlHost}`, "_blank");
450
+ }}
451
+ >
452
<IconSearch style={iconStyle} />
453
{t("get_script")}
454
</span>
0 commit comments