Skip to content

Instantly share code, notes, and snippets.

@petr-ujezdsky
petr-ujezdsky / bookmarklet.md
Last active October 19, 2023 21:33
Show YouTube playlist total duration

Show YouTube playlist total duration

I have created simple bookmarklet to view total duration of YouTube playlist since Google has removed this information.

Currently working version:

javascript:(function(selection) {

  /**
   * Converts text label to seconds, eg. "1:23:45" -> 5025
@petr-ujezdsky
petr-ujezdsky / share-vpn-connection-to-subnet.md
Last active October 10, 2023 22:53
Sharing OpenVPN connection to local subnet

The goal

The goal is to connect some network device(s), like TV, to the VPN. The device itself does not support any VPN functionality.

What I have

  • Home LAN network with range 10.0.1.0/24
    • 10.0.1.1 - gateway
    • 10.0.1.2 - Raspberry Pi
    • 10.0.1.3 - TV