Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Single post in Quality of Life changes [UserScript]

Forum Index > PokéFarm > Guides > Quality of Life changes [UserScript] >

Mirzam's AvatarMirzam
Mirzam's Avatar
QoL Info Post
Last updated: May 2023

Enabling (on-site)

Visit Farm/Options/Userscripts Check the QoL box Note: If you clear your browser's cookies/site data, this will get turned off, and your QoL settings will be cleared.

Enabling (extension)

Get a script host extension: Chrome: Tampermonkey Firefox: Tampermonkey Greasemonkey You can also use Tampermonkey on Firefox for mobile! Go to the script source page on GitHub, and click the "Raw" button. If you have a script host enabled, it should prompt you to install the script. This may be a little slow, be patient, don't mash the button. If you would like, you can use the current dev version (change branch from master to dev), or older releases using this method. Note: Clearing your browser's cookies/site data won't disable the script, but it will clear your QoL settings.

Known Problems

  • Alternate formes in shelter: When using the type search or Pokemon name search, there is no way to distinguish between regional formes, etc. When searching for ground types, Alolan Sandshrew may or may not appear depending on which forme you last viewed in the dex. Typing "sandshrew" in the custom search will match both formes - for this, you can work around it for most formes by using the img code search instead.
  • QoL changes may not load on first page in fields/shelter: In some cases, more commonly in fields, the QoL highlight/sort/etc may not apply immediately after loading a page (ex: when clicking a user's fields, the first field may not stack properly). This can normally be fixed by changing to the next field and going back.
  • Evolve grouping in quick evolve: The easy evolving feature to group by type does not work properly. There is currently no workaround - I will attempt to fix in a future release. Note: This feature also had the alternate forme problem like the shelter... which may not be fixable at all.
  • QoL icon does not appear in ribbon: I've attempted to add error detection, but there are still some cases where the QoL does not load, and no error details are shown. I am working to continuing to improve error handling, and provide useful messages.
  • Known problem browsers:
    • Safari on iPhone 6 (fix unlikely)
  • Type matching in lab: Flabébé does not highlight when the fairy egg type filter is added. This may also affect others - another given example was Mr. Mime not matching psychic, despite both formes being psychic. This is *not* the same as the shelter issue where non-dexed eggs/Pokemon do not match. [screenshot]

Rejected Ideas

  • Highlight by nature or OT in shelter: This data is not available to the script, and so it cannot be used to highlight Pokemon/eggs.

Planned Features

These are in no particular order.
  • Select multiple display codes: In a popup like the move/release menus, select multiple Pokemon and generate platform display codes.
  • Backup & restore settings: Allow users to backup their settings, so they aren't lost if data is cleared. The backup half is already done, as part of a debug feature.
  • Click list creator/helper: Add a button on user profiles and optionally in forum posts to add user to click list. After adding, and from a button on the hub, the list can be viewed, copied, and users can be removed or manually added. An existing list can be imported so it can be modified.
  • Colour customization: Provide a setting to change the currently hard-set colours like the highlight and click counter colours. Workaround: Use CSS to change these colors.

    Change highlight colour

    .daycarefoundme, .labfoundme, .privatefoundme, .publicfoundme, .shelterfoundme { background-color: YOUR_COLOUR; box-shadow: 0 0 25px 15px YOUR_COLOUR; }

    Change click counter colour

    #pokemonclickcount { color: YOUR_COLOUR; }
    Note: At present, changing the click counter colour will change it for both incomplete (default red) and complete (default green).
Other feature requests can be found on the GitHub issues page. If an idea is there but not here, it may not have been considered/accepted yet. You may request features in this thread, or using GitHub issues if you'd prefer.

Current Development

As of May 2023 I am working on the alternate forme issue in the shelter. This is turning out to be a fairly large project, so in the meantime no other bugs/features will likely be addressed, except serious or breaking issues. You can browse release notes for prior releases on the GitHub releases page.
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page