Skip to content

Instantly share code, notes, and snippets.

View Davidoseq's full-sized avatar

David Jerabek Davidoseq

  • Prague, Czechia
View GitHub Profile
@JoeyBurzynski
JoeyBurzynski / getStatusCode.gs
Last active September 11, 2024 18:13
Google Sheets Function (SEO, How to Fetch HTTP Status Code for URL in Google Sheets)
/**
Google Sheets Function (Fetch HTTP Status Code for URL)
How to Fetch HTTP Status Code for URL in Google Sheets
Reference URL: https://developers.google.com/apps-script/reference/url-fetch/url-fetch-app
**/
function getStatusCode(url){
var options = {
'muteHttpExceptions': true,
'followRedirects': false
@pavelbinar
pavelbinar / extract-subtitles-from-mkv.md
Last active August 13, 2025 15:08 — forked from bmaeser/subtitle-extract.txt
Extract subtitles from .mkv files on Mac OS X