Skip to content

Instantly share code, notes, and snippets.

@abhijeetchopra
abhijeetchopra / 0-README.md
Last active July 20, 2025 14:01
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.

// ==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*
@jaydorsey
jaydorsey / ublock
Last active July 22, 2025 16:37
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 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==