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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Instagram Downloader</title> | |
</head> | |
<style> | |
.postURL:focus { | |
border: 2px solid #6f6f6f!important; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Instagram Downloader</title> | |
<style> | |
.postURL:focus { | |
border: 2px solid #6f6f6f!important; | |
} |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Instagram Downloader</title> | |
<style> | |
.postURL:focus { | |
border: 2px solid #6f6f6f!important; | |
} | |
.postURL{ |
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
javascript: var InstaUser = window.location.href.split('instagram.com')[1].split('/')[1]; | |
var followersCount, followingCount; | |
getFollowCount(InstaUser); | |
function getFollowCount(user) { | |
url = 'https://www.instagram.com/' + user + '/?__a=1'; | |
var xmlhttp = new XMLHttpRequest(); | |
xmlhttp.onreadystatechange = function() { | |
if (this.readyState == 4 && this.status == 200) { | |
var getJSON = JSON.parse(this.responseText); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
</head> | |
<body> | |
<div id="showdata"></div> | |
<script> | |
function binaryfun(no,base){ |
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
// remove all comments lines | |
var countUdTime = 0; | |
var ytt = "desktop"; | |
// for Desktop / laptop / youtube.com | |
// =================================== | |
// on YouTube Videos Page - https://www.youtube.com/channel/UCapQ8VzljfmUW5OM-ynsyCQ/videos | |
var ytp = document.querySelectorAll("ytd-grid-video-renderer"); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>CheckPad Editor</title> | |
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> | |
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> | |
<style> | |
.body-style { |
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
// Apps Script Code Samples :- https://developers.google.com/youtube/v3/code_samples/apps-script | |
// Google Apps Script Quickstart ( with YT Data API) :- https://developers.google.com/youtube/v3/quickstart/apps-script | |
// YouTube Analytics API (AppScript) :- https://developers.google.com/apps-script/advanced/youtube-analytics | |
// YouTube - Data API > Video :- https://developers.google.com/youtube/v3/docs/videos | |
var ss = SpreadsheetApp.openById('1cNyTGnETUXXXXXXXXXXhq88zHeW4k7EoD7RzlS-8UM'); | |
var YTTracker = ss.getSheetByName('YTTracker'); | |
var Growth = ss.getSheetByName('Growth'); |
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
<!doctype html> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="https://drive.google.com/uc?export=view&id=1WEPh5N0IOrNHDjq3dPkaUD8XDJEt4OfT"/> <!-- cssStyle-V2.css --> | |
<!--<link rel="stylesheet" href="https://sites.google.com/site/imgpdfdata/cssStyle-V2.css"> --> | |
<!-- Resource style --> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | |
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> | |
<meta id="metatagScale" name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1'> |