📄️ Case 1: Redirect to another website
Suppose you're addicted to Twitter, and you decide to meditate using Insight Timer whenever you accidentally open Twitter. Let's create a rule for that!
📄️ Case 2: Remove query parameters from URL
Suppose there is a query parameter source=twitter in a URL of example.com, and you decided to remove it to anonymize yourself.
📄️ Case 3: Add query parameters to URL
Let's say there is a website called example.com that shows a mobile layout by default, but you prefer their desktop layout. Fortunately, the website supports a layout query parameter to specify which layout the website displays. Let's create a rule that adds layout=desktop automatically.