The simplest ⛨Debug example
!^test!!

⚠If it doesn't work, Disable Copy Clipper first, then restart Copy Clipper.
Finally, when you copy "test", you will find it loops endlessly.

!^https://[^/]*\.google\.[^/]*/url\?q=([^&]*).*!$1!u
☝The above is the example you provided. Ok, we decoding RegExp, e.g
https://117.google.com/url?q=
Then copy it ☝, At this moment, Bug is coming.... Infinite dead loop ♻....
I want to try to test the usage of !u, but I found that it will loop indefinitely and enter a dead end.

This is a big big big 🐞, Check to see what is causing the defect...
The simplest ⛨Debug example
!^test!!⚠If it doesn't work, Disable Copy Clipper first, then restart Copy Clipper.
Finally, when you copy "
test", you will find it loops endlessly.!^https://[^/]*\.google\.[^/]*/url\?q=([^&]*).*!$1!u☝The above is the example you provided. Ok, we decoding RegExp, e.g
https://117.google.com/url?q=Then copy it ☝, At this moment, Bug is coming.... Infinite dead loop ♻....
This is a big big big 🐞, Check to see what is causing the defect...