@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
How to clear browser cache?
-
Certain platforms cache your site so you dont know if link placement was successful or not unless you visit the site in private mode.
I always check after profile creation if link is there on a site or if its missing.
But I cant make browser clean cache lol
"clear catched data" in http client doesnt work
Thanks in advance