Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Remove URL redirectors and tracking params
// @namespace https://github.com/adrianiainlam
// @description Remove URL redirectors and tracking params
// @include *
// @version 2.1
// @downloadURL
// @updateURL
// @grant none
// ==/UserScript==
@jaydorsey
jaydorsey / ublock
Last active November 18, 2025 14:33
uBlock for LinkedIn
# Block things on LinkedIn with uBlock Origin that LinkedIn won't let you block
# Choose "Options" in uBlock Origin with a right-click, and add these to
# "My filters"
# ADDING YOUR OWN FILTERS
#
# Using Linkedin.com as an example
#
# 1. Open up the webpage
# 2. Find some text you want to block
// ==UserScript==
// @name ReplaceURLs(GoogleImages)
// @namespace https://ashiato1.blog.fc2.com/
// @description Replace URL with original image URL in Google Images
// @author tomato111
// @version 0.0.15
// @downloadURL https://gist.githubusercontent.com/tomato111/681d634ded1a9bd3107e2baf60460a35/raw/ReplaceURLs(GoogleImages).user.js
// @updateURL https://gist.githubusercontent.com/tomato111/681d634ded1a9bd3107e2baf60460a35/raw/ReplaceURLs(GoogleImages).user.js
// @match *://*/search?*udm=*
// @match *://*/search?*tbm=isch*
@abhijeetchopra
abhijeetchopra / 0-README.md
Last active November 28, 2025 13:54
Creating automatic scheduled backup copies of your Google Sheets using Google Apps Script

How to "Schedule Automatic Backups" of your Google Sheets

This tutorial demonstrates how to use Google Apps Script to:

  • Create copies of the Google Sheet in the desired destination folder automatically at set intervals.

  • Append the time stamp with each backup file's name.

  • Adjust time trigger for backing up every day/hour/minute.