This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
How to check spent money in VakifBank for any period. | |
1. Go to: https://subesiz.vakifbank.com.tr/bireysel/en/area/hesaplar/vadesiz | |
2. Select Time Range (e.g. last 7 days) | |
3. Select Transaction type: Money outflows (to exclude income) | |
4. Run script below in Browser Console | |
*/ | |
var sum = 0; | |
var elements = document.querySelectorAll(".account-detail-table td:nth-child(3) .money"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Instagrabber is scraper of Instagram accounts information (by default: user name, followers, avatar) using Google Spreadsheet & Google Apps scripts. | |
// Inspired by this article: https://alanyang.com/blog/instagram-analytics-with-google-sheets | |
// =========================================================================================================== | |
// THIS CODE USES YOUR INSTAGRAM SESSION ID. BE CAREFUL, DON'T SHARE THIS CODE WITH YOUR SESSION ID IN PUBLIC. | |
// =========================================================================================================== | |
// GET STARTED: | |
// 1. Create New Google Spreadsheet |