If you have any questions, bugs, or requests about the apps I release in the AppStore, please feel free to let me know at the contact information below.
Email Address:matrixhelper2003@gmail.com
Twitter:@AppContact2022
Anonymous Inquiry:Google Form
You can get a refund within 90 days of purchase. Please apply from this page.
If you are making changes to the way the web works with experimental features, the extension may not work correctly. For example, if you have turned off ”GPU Process:DOM Rendering”, you will not be able to open the extension's settings page. If so, please change those settings. If you are using an OS that is not a full release, such as a beta version, or if you are using the Safari Technology Preview, the OS or browser itself may have bugs that are difficult to fix immediately and require waiting for Apple to fix the bug. If nothing helps, please e-mail us with details of the bug, your device(e.g. iPhone 12), browser version (if available), OS version, and website address after requesting a refund.
WordReplacer uses something called regular expressions, and if you want to replace a symbolic character, you often need a backslash before the symbol. So, for example, if you want to replace (y/n) or [y/n], you must register \[y/n\]|\(y/n\). The symbol | means "or".