Missing changes
This commit is contained in:
+3
-1
@@ -123,7 +123,9 @@
|
||||
// folder anchors there end in "/" and fall through to navigation.
|
||||
// Search file-result anchors join in too: page results end in "/"
|
||||
// and fall through to navigation, file results don't and open locally.
|
||||
var anchor = e.target.closest('.list-item a, a.thumb-tile, .photo-grid a, aside.tree-sidebar a.tree-file, .search-card a');
|
||||
// Embedded images (a.embed-link inside rendered content) wrap the
|
||||
// raw file href, so they open the full-size original locally too.
|
||||
var anchor = e.target.closest('.list-item a, a.thumb-tile, .photo-grid a, aside.tree-sidebar a.tree-file, .search-card a, .content a.embed-link');
|
||||
if (!anchor) return;
|
||||
var item = anchor.closest('.list-item');
|
||||
// Only intercept the primary file link, and only for files (not folders).
|
||||
|
||||
Reference in New Issue
Block a user