Yes sorry, I must have edited by mistake the part where I warned to use notepad++ and "Regular expression" as "Search Mode"Lunaraia wrote: ↑Fri Nov 01, 2024 12:52 amI am using that one, but the content is vastly different from what you show, so I can't find anything when searching, and I don't have the foggiest as to why :\ And I'm just editing it straight as-is as the beautified version caused issues for me before.
Example of the differences below:
Your codeMy CodeCode: Select all
if\([a-zA-Z0-9$]+&&[a-zA-Z0-9$]+-[a-zA-Z0-9$]+<20\*60\*60\){
As you can plainly see, the two are... not at all compatible when trying to search for them. And I have no clue why It's so different. In fact, the only reason I could even find these two to make the comparison is because of the multipliers at the endCode: Select all
F({hours:C,minutes:te,seconds:J})}},1e3);return()=>clearInterval(Y)},[a]);const U=async()=>{const z=await k();if(_.trim().toLowerCase()==="protto"){if(a&&z-a<20*60*60)
[Link]
What I made use Regex (short for Regular Expression), it allows to be version independent as many variables short names change from version to version