What is this?
This site lets you make FR24 filters from your skycards data. It will give you a list of airports/airlines/planes that you can use on the FR24 site to make filters to easily see
what that you need to unlock.
How do I get my account data?
Follow the instructions here then upload the skycards_user.json file it generates on this site.
Random tips and info and rambling that no one will read :) who will use this site even
The filter UI on the FR24 site is bugged so if the search results are exactly 100 it will not show the "select all" button, I tried to report the bug but I don't know where that
feedback thing on the site goes. Also for the airport filter search they sometimes include whole countries in the results. So what you have to do is cut out some of the search
query so that the result count is 99 and then select all. But then you have to select in bound flights only, and to do that quickly you can use this command in the browser
console
document.querySelectorAll('button[data-value="in"]').forEach(btn => btn.click()); but you will have to scroll every time you use it because some buttons are hidden,
idk if there is a better solution but what I do is scroll a bit then hit up and enter which is decently fast. So you will do this then clear the search field and paste the stuff
that you cut out earlier. Don't forget to uncheck the countries that show up in the search results before doing that.
The site used to make filters for each country separately, but it was very annoying having to add them up in 1 filter to get to the 100 limit, so now it combines multiple
countries for you to hit the limit easily, which also makes it easier to combine the filters so you don't hit the limit on how many filters you can have.
Also it's helpful to label the filters according to continents and countries so that it's easier to find the filter that you need to update after catching a plane, if you have
multiple filters that fit the plane then the easiest way to find which is the correct filter is to toggle the filters until the plane you caught disappears.
When the devs add new airports and planes, make sure to update your filters so that they don't become outdated. Some planes and airports and fleets got filtered out because they
don't have an ICAO or IATA code, and some airlines don't show up in the filter thing on the FR24 site.
idk what else to talk about, I probably forgot some tips. surely someone read all that.
Everything runs locally in your browser by the way, your users.json won't get sent anywhere
Your user data json that will be used to make the filters for anything that you haven't unlocked yet
Optional extra data in case the data on the site is out of date