Skip to content

Instantly share code, notes, and snippets.

@taylorludwig
taylorludwig / decodeGoogleNewsUrl.ts
Created September 3, 2024 00:11 — forked from huksley/decodeGoogleNewsUrl.ts
This script decodes Google News generated encoded, internal URLs for RSS items
/**
* This magically uses batchexecute protocol. It's not documented, but it works.
*
* Licensed under: MIT License
*
* Copyright (c) 2024 Ruslan Gainutdinov
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
@taylorludwig
taylorludwig / 0_reuse_code.js
Created March 5, 2014 17:47
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console