Greasy Fork is available in English.

DeviantArt Search Galleries and Favorites

Creates a search function that works on artist galleries and favorites collections. Search by deviation title and artist name. Numerous sorting options.

These are versions of this script where the code was updated. Show all versions.

  • v0.3.4 2023-03-17

    Fixed a bug where extremely wide images occasionally caused an infinite loop in the tiling algorithm. This would cause the page to hang on an unlucky search.

  • v0.3.3 2023-03-03

    Minor formatting error in the settings caused by previous update. Fixed it.

  • v0.3.2 2023-03-03

    Refactored the tile rendering functions to use deep cloning for performance improvement. All searches are now twice as fast. Benchmarked 1100 search results loading time went from 390ms -> 196ms average.

    Also reduced memory used in indexing database.

  • v0.3.1 2023-02-25

    Minor bugfix to address a DeviantArt update that broke gallery search indexing.

  • v0.3 2022-12-19

    V0.3 Update (December 19th, 2022):

    • Made user preferences dynamic and accessible via a new settings menu. Accessible from the new settings cog next to the search box.
    • User preferences now persist across sessions (Local Storage API). No need to go into the script code.
    • Re-did the sorting algorithm and added the following sort options: "Default", "Post Date(Desc)", "Post Date(Asc)", "Title(Desc)", "Title(Asc)", "Artist(Desc)", "Artist(Asc)", "Favorites(Desc)", "Favorites(Asc)", "Views(Desc)", "Views(Asc)"
    • Fixed some bugs where journal and literature deviations did not have links to their respective deviation page.
  • v0.2 2022-12-15