Skip to content

Instantly share code, notes, and snippets.

@tiagofrancafernandes
Last active September 13, 2022 00:38
Show Gist options
  • Save tiagofrancafernandes/e6debe77f5603e7eebac72989f72e7f5 to your computer and use it in GitHub Desktop.
Save tiagofrancafernandes/e6debe77f5603e7eebac72989f72e7f5 to your computer and use it in GitHub Desktop.
AA-Tips general
  • Para ignorar o jekyll (CI gh-pages) no build de pages, basta criar um arquivo .nojekyll em branco na raíz do projeto

File Viewer

To open the Google Drive Viewer, just change FILE-ID by your file ID on Google Drive.

https://drive.google.com/file/d/**FILE-ID**/view

Example:

## ID: SJDHSDSDSKKSD-GJHGH
#https://drive.google.com/file/d/FILE-ID/view
https://drive.google.com/file/d/SJDHSDSDSKKSD-GJHGH/view

File Downloader

To open the Google Drive Downloader, just change FILE-ID by your file ID on Google Drive.

https://drive.google.com/uc?export=download&id=**FILE-ID**

Example:

## ID: SJDHSDSDSKKSD-GJHGH
#https://drive.google.com/uc?export=download&id=FILE-ID
https://drive.google.com/uc?export=download&id=SJDHSDSDSKKSD-GJHGH
http://i0.wp.com/www.URL/OF/YOUR-IMAGE-image.png?fit=SIZE_W%2CSIZE_H&ssl=0
https://i0.wp.com/www.URL/OF/YOUR-IMAGE-image.png?fit=SIZE_W%2CSIZE_H&ssl=1

Example
http://i0.wp.com/www.php.net/images/meta-image.png?fit=256%2C256&ssl=0

https://i0.wp.com/www.cssscript.com/wp-content/uploads/2016/10/cropped-web-code.png?fit=256%2C256&ssl=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment