Anonymous
8/20/2025, 9:48:57 PM
No.106327482
>>106327405
its a skill issue, u need to understand a basis like
"use local storage to store data"
"wait for this element to exist by monitoring dom changes, then proceed to step 2"
youre still programming at that point, treat it like that. meticulously charting it out for it, then it will puke out the code. if you were extremely detailed, it should work first run. 9/10 it does for me. (not that anon by the way)
also a good habit is to ask
>before you output any code, plan the execution and give me options to choose from
that way you can see its gameplan and make A,B,C choices for how you want it to implement.
its a skill issue, u need to understand a basis like
"use local storage to store data"
"wait for this element to exist by monitoring dom changes, then proceed to step 2"
youre still programming at that point, treat it like that. meticulously charting it out for it, then it will puke out the code. if you were extremely detailed, it should work first run. 9/10 it does for me. (not that anon by the way)
also a good habit is to ask
>before you output any code, plan the execution and give me options to choose from
that way you can see its gameplan and make A,B,C choices for how you want it to implement.