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.

Има други версии на този скрипт, където кодът е обновен. Покажи всички версии.

  • v0.3.4 17.03.2023

    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 03.03.2023

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

  • v0.3.2 03.03.2023

    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 25.02.2023

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

  • v0.3 19.12.2022

    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 15.12.2022