Skip to content

Is there a way to browse the rest of a files in a folder? #5485

Answered by sntrenter
sntrenter asked this question in Q&A
Discussion options

You must be logged in to vote

I got a version of it working as a userscripts, but only under file info
Want to find if there is a way to do it in different areas in the app and not just under file info (such as the carousel)

// ==UserScript==
// @name         Browse at folder
// @namespace    http://tampermonkey.net/
// @version      2024-12-09
// @description  Add a button to search for files in the same folder
// @author       sntrenter
// @match        http://localhost:9999/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=undefined.localhost
// @grant        none
// ==/UserScript==
//may need to fix encodings https://www.w3schools.com/tags/ref_urlencode.ASP
(function() {
    'use strict';
    console

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sntrenter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants