Skip to content

Instantly share code, notes, and snippets.

@POPCORNrules
POPCORNrules / google_sheets_one_way_sync.js
Created September 20, 2019 13:15 — forked from al-codaio/google_sheets_one_way_sync.js
One-way data sync between Google Sheets files
var sourceSpreadsheetID = "TO UPDATE";
var sourceWorksheetName = "TO UPDATE";
var targetSpreadsheetID = "TO UPDATE";
var targetWorksheetName = "TO UPDATE";
function importData() {
var thisSpreadsheet = SpreadsheetApp.openById(sourceSpreadsheetID);
var thisWorksheet = thisSpreadsheet.getSheetByName(sourceWorksheetName);
var thisData = thisWorksheet.getDataRange();
//Uncomment line 11 below and comment out line 9 if you want to sync a named range. Replace "teamBugs" with your named range.
@POPCORNrules
POPCORNrules / README.md
Created September 20, 2019 13:15 — forked from addyosmani/README.md
108 byte CSS Layout Debugger

CSS Layout Debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Use $$ if your browser aliases it:

~ 108 byte version

Keybase proof

I hereby claim:

  • I am popcornrules on github.
  • I am popcornrules (https://keybase.io/popcornrules) on keybase.
  • I have a public key ASAE5ocfQwyWD87Y-HMpktxHuNTSa71J9fIMxqOsxiTwUgo

To claim this, I am signing this object: