Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I use redirects?! #176

Open
TsukiZero opened this issue Jul 18, 2024 · 2 comments
Open

How do I use redirects?! #176

TsukiZero opened this issue Jul 18, 2024 · 2 comments

Comments

@TsukiZero
Copy link

I want a redirect from https://www.twitch.tv/directory/following to https://www.twitch.tv/directory/following/live But I can't make heads nor tails of the very confusing manual!

@geeknik
Copy link
Contributor

geeknik commented Jul 18, 2024

Follow these steps:

  1. Open the Request Control extension settings in Firefox.

  2. Click on "Create Rule" to create a new rule.

  3. Set the rule type to "Redirect" as we want to rewrite the URL.

  4. In the "Request URL" field, enter the following pattern:

    https://www.twitch.tv/directory/following
    
  5. In the "Redirect URL" field, enter:

    https://www.twitch.tv/directory/following/live
    
  6. Set the "Apply on" option to "Main document" to ensure it only applies to the main page load.

  7. Give your rule a name, such as "Twitch Following to Live".

  8. Save the rule.

@TsukiZero
Copy link
Author

"Request URL" is not a field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants