Skip to content
RePod edited this page Apr 4, 2016 · 16 revisions

PSDLE is a JavaScript... something.
It does a lot of great things to enhance the download list.

Have you read the Enhanced Filtering page to fully utilize PSDLE's filtering options?

Why JavaScript?

  • Portable
    • Anything that can access the store and execute JavaScript will most likely be able to run PSDLE.
    • Theoretically the consoles themselves too, if they could access the store from the browser.
  • Scalable
    • The Userscript (Greasemonkey/etc) and Chrome extension use the exact same code.
  • Web-oriented
    • Leveraging jQuery and the store's environment makes everything easy.
    • There's less of a security risk since PSDLE does not need login info or unfamiliar web browsers/programs.