On channels in videos tab you can sort videos by:
- Most popular
- Date added (oldest)
- Date added (newest)
But you cannot sort by length. So I decided to create a bookmarklet to do it in ascending order.
| #!/bin/bash | |
| # SPDX-License-Identifier: MIT | |
| ## Copyright (C) 2009 Przemyslaw Pawelczyk <przemoc@gmail.com> | |
| ## | |
| ## This script is licensed under the terms of the MIT license. | |
| ## https://opensource.org/licenses/MIT | |
| # | |
| # Lockable script boilerplate | |
| (New-Object -ComObject Shell.Application).NameSpace('shell:AppsFolder').Items() | Select-Object Name, Path |
| ## Profile location | |
| # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles | |
| # CurrentUserCurrentHost profile always runs last: | |
| # $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 | |
| # It is the profile typically meant as your PowerShell profile. | |
| ## Disk Free imitation in PowerShell: | |
| # df # all filesystems | |
| # df C: # drive letters can be written with or without colon (:) | |
| # df D,E # can be separated by using commas or |
| date | 2012-07-26 | |
|---|---|---|
| tags |
|
|
| url | https://abyss.przemoc.net/post/28077677180/hello |
Here I am, at tumblr. It's a temporary setting for now, but please stay with me.
| Text file | HTML source file URL | Posted date | Last-Modified | Retrieval |
|---|---|---|---|---|
| TC-2.0-CHE_eng.txt | https://terms.samsungconsent.com/j5p7ll8g33/TC/2.0/CHE/CHE_eng.html | 2024-07-17 | Wed, 17 Jul 2024 06:19:10 GMT | 2025-02-10 |
| TC-2.1-CHE_eng.txt | https://terms.samsungconsent.com/j5p7ll8g33/TC/2.1/CHE/CHE_eng.html | 2025-02-04 | Mon, 03 Feb 2025 05:00:48 GMT | 2025-02-10 |
| Auxiliary file | Description |
|---|
Lame-but-worked-for-me^TM approach to add your GitHub stars to your linkding instance.
| javascript:(function(){l=[].map.call(document.querySelectorAll("span.ytd-thumbnail-overlay-time-status-renderer"),function(e){l=e.innerHTML.trim().split(":").map(function(t){return parseInt(t)}).reduce(function(p,c){return p*60+c});return{a:e.parentElement.parentElement.parentElement,l:l}}).sort(function(a,b){return a.l-b.l});i=document.querySelector("#primary #items");l.forEach(function(o){i.appendChild(o.a.parentElement.parentElement.parentElement)})})() |
The default theme (since 3.6.0) is [helmholtz][2] which provides a colour scheme of well-balanced appearance and luminance; see the comments in the theme file about its crafting principles.