Skip to content

Instantly share code, notes, and snippets.

@Rafaeltheraven
Rafaeltheraven / vlc.js
Created December 14, 2022 11:23
Open in VLC button for all platforms
const parseRegex = /.*%0A.*%0A(https%3A%2F%2F(.*))/;
function iOS() { // We have to do this in JS because Apple sucks cock
return [
'iPad Simulator',
'iPhone Simulator',
'iPod Simulator',
'iPad',
'iPhone',
'iPod'