Add Find and Replace Feature #101
Replies: 14 comments
-
I see 2 requests/issues here:
@valpan1 Can you confirm that you are on using a The best solution I have here, is to check the system theme, and if it is set to Light, use a white background on lazy loaded tabs, or if it is Dark, use a black background. This should make a white -> white transition for Light modes, and a black -> black transition for Dark modes.
I will need to do some brainstorming on this to determine a way to implement this feature easily. It can probably be done with regular expression match groups. I can easily implement a fix for the first issue in the next version, however, it may take some time to develop a working solution for the 2nd request. I do see many uses for the 2nd request, so will continue to work on a solution for it. Thank you very much for the feedback. |
Beta Was this translation helpful? Give feedback.
-
For the 1st request, I have merged a fix and will cut a release ASAP: #102 For the 2nd request, I have a crude implementation, but I assume this is what you are looking for: You can track the progress of the 2nd request: #103 |
Beta Was this translation helpful? Give feedback.
-
(sorry but result link is not usable for you anyway coz B3X7TA06 is only for me. but i think all clear here). also, please, make data for replacing stored. so i won't need to copy/paste regular expressions every time. thank you! |
Beta Was this translation helpful? Give feedback.
-
i think, at least for simplified configuring of regular expressions, we need to have some lines for replacements (find, replace, execute). in my example we need to delete "/" at the end too and looks like it is done with one regular expression. |
Beta Was this translation helpful? Give feedback.
-
please, release version just for this current replacement. so many people can use it asap. p.s you can even promote link-extractor as "good for tradingview screener bulk actions". you know millions of people every day trying to earn with tradingview. only search by "tradingview" keyword will give tons of users for link-extractor . or you can go even further and make standalone extension for tradingview screener with "tradingview" keyword in the title and example how to use it in the description (coz not everyone knows this method is possible and useful). this will rock! |
Beta Was this translation helpful? Give feedback.
-
heh) here is new interesting thoughts. you can see we have access to chart from the screener. but the problem is this is not "usual" link and link-extractor does not see this. but you can click it. to be clear, all we do about regular expressions is just because of this. if in the screener we have detectable by link-extractor direct links to charts then no regular expressions need and we just parse and open them. |
Beta Was this translation helpful? Give feedback.
-
also, from my own experience, we need to open links in the order shown in the screener. not alphabetical order. |
Beta Was this translation helpful? Give feedback.
-
to make "super combine all in one" you can add feature to open links one by one with custom delay in seconds. same as i do now with tab rotator extension. it clicks your "lazy load" tabs one by one and i get many pages fully loaded and ready for check. one by one coz open all pages together will overload system memory and cpu. for the same reason we need to limit amount of pages open in one task (one "open" button push), or have "stop" button to stop opening when we want to continue it later from any tab to the right. |
Beta Was this translation helpful? Give feedback.
-
I did not have time to test and cut a release today, but will get one out tomorrow. This will allow you to use the feature, and provide better feedback. |
Beta Was this translation helpful? Give feedback.
-
I have published the current implementation. It is live on Firefox now. There are a few things to note about the current implementation:
Let me know if you find any bugs or have any issues using the feature. Thanks! |
Beta Was this translation helpful? Give feedback.
-
it works)) thank you! |
Beta Was this translation helpful? Give feedback.
-
about not alphabetical order i said already. also will be good to have open in random order. |
Beta Was this translation helpful? Give feedback.
-
when open lazy tabs "favicon" of websites shown. which confusing me coz i don't know which tab is lazy and which is already with loaded website. i understood this after changing other extension to your. please change this to no favicon, or as option. (maybe sounds strange but this is how i feel in my work) we can see which domain lazy tab contains without favicon. |
Beta Was this translation helpful? Give feedback.
-
You can click on the
Personally I like the favicon, but I can see how this can be opinionated. I can add an option in the next release, that lets you enable or disable showing the favicon on lazy loaded tabs. |
Beta Was this translation helpful? Give feedback.
-
hi.
windows 11. firefox. all latest.
when in "Lazy Load" open links extracted from https://www.tradingview.com/crypto-screener/ with delay of 1 second
every page change color from black to white which turns into stroboscopic like effect and destroy attention to my work.
please let it be all white.
(in tab rotating extension i can't set big delay coz pages are heavily scripted and must be fully loaded what i check them)
next i'll tell you what i do and you will better understand what i need.
i grab links from https://www.tradingview.com/crypto-screener/
and the link is like this https://www.tradingview.com/symbols/BINANCE-REEFUSDT.P/
but i need the link to be like this https://www.tradingview.com/chart/B3X7TA06/?symbol=BINANCE%3AREEFUSDT.P
so i mass modify links in text editor changing all https://www.tradingview.com/symbols/BINANCE- to https://www.tradingview.com/chart/B3X7TA06/?symbol=BINANCE%3A
and then changing USDT.P/ to USDT.P
then i open all modified links.
so every time (i check coins often) i do a lot of annoying identical work which makes me lazy and reduces my productivity.
i wish i push 1 button and all links are grabbed and modified by presets and opened.
thank you!
Beta Was this translation helpful? Give feedback.
All reactions