For people who do not frequently share links, this filter page is not a big problem but because I'm working on projects that involve sharing URLs a lot, seeing this Steam link filter pages frequently becomes very annoying. Therefore I wrote this 5 lines of script to redirect Steam filtered links automatically.

https://openuserjs.org/scripts/Jaex/Skip_Steam_filter_page

How to use it:

  1. If you are using Chrome then download Tampermonkey extension or for Firefox download Greasemonkey extension.

  2. In script page click install button.

10 years ago*

Comment has been collapsed.

Thanks

10 years ago
Permalink

Comment has been collapsed.

Wow, thanks as always for your helfpul tools Jaex!

10 years ago
Permalink

Comment has been collapsed.

What exactly does window.location.href = match[1] put in the url? Isn't match a boolean value,or do those things work differentially in javascript?

10 years ago
Permalink

Comment has been collapsed.

I'm new to javascript too and it is surprised me how it works like that.

It is like doing match != null check for arrays in C# and rest is same which means [1] is first group regex result.

10 years ago
Permalink

Comment has been collapsed.

Awesome, I have been looking for something like this!

10 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.