Skip to content

(Chihiro) Implemented but Unavailable Features

RePod edited this page Nov 19, 2017 · 1 revision

These are bits of leftover code in PSDLE that have been implemented but not made normally available for execution (excluding debug commands). They're intended to eventually be finished (especially based on demand), but a decent way of making them available to the user has not been determined yet.

The content of this page is recent with the repository version of psdle.js.


To try these out, enter the provided commands in the browser console:

  • Firefox: Ctrl + Shift + K
  • Chrome: Ctrl + Shift + J
  • ...

Due to sandboxing, these cannot be used with the Userscript version. These are possible with the Chrome extension by jumping through a few hoops to access the extension's console.


  • Open the download window for a random item based on current view:
    • repod.psdle.table_utils.random()
  • Grid view.
    • Unfortunately the only code for it is generating the actual cell, and thus won't do much alone.

Notable configuration values that aren't presented to the user:

Config variable Description
specificCategories If true, categories like Add-on become Level, Character, Music Track, etc.
includeExpired If true, includes expired content on the list if available.
includeVideo If true, includes video content (TV, movies, etc) on the list if available.
check_tv If true, force attempt store's PSTV compatibility list regardless of support.

Example: repod.psdle.config.specificCategories = true