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
| { | |
| "quotes": [ | |
| { | |
| "quote":"Life isn’t about getting and having, it’s about giving and being.","author":"Kevin Kruse"}, | |
| { | |
| "quote":"Whatever the mind of man can conceive and believe, it can achieve.","author":"Napoleon Hill"}, | |
| { | |
| "quote":"Strive not to be a success, but rather to be of value.","author":"Albert Einstein"}, | |
| { |
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
| // https://www.magzter.com/magazines/listAllIssues/503 | |
| // var all = document.querySelectorAll('.jsx-3193871204.mag__resultsListInner') | |
| // all.forEach(eachitem => { console.log(eachitem.innerText) }) | |
| { | |
| "December 09, 2020", | |
| "November 25, 2020", | |
| "November 11, 2020", | |
| "October 28, 2020", | |
| "October 14, 2020", | |
| "September 30, 2020", |
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
| var sheetName = 'responses' | |
| var scriptProp = PropertiesService.getScriptProperties() | |
| function intialSetup () { | |
| var activeSpreadsheet = SpreadsheetApp.getActiveSpreadsheet() | |
| scriptProp.setProperty('key', activeSpreadsheet.getId()) | |
| } | |
| function doPost (e) { |
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
| // ==UserScript== | |
| // @name HT-times-@grohit; | |
| // @version 1.00 | |
| // @Date 9th-dec-2020 | |
| // @author github.com/g-rohit | |
| // ==/UserScript== | |
| // Desc: Remove ad blocker pop up | |
| setInterval(function () { | |
| if (window.location.href.includes("hindustantimes")) { |
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
| // ==UserScript== | |
| // @name Instagram-@grohit; | |
| // @version 1.00 | |
| // @Date 12th Nov 2020 | |
| // @author github.com/g-rohit | |
| // ==/UserScript== | |
| // Desc: Add image and video access on right click of the mouse on web instagram | |
| setInterval(function () { | |
| if (window.location.href.includes("instagram")) { |
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
| setInterval(function(){ document.querySelector('div.Igw0E.IwRSH.eGOV_._4EzTm.JI_ht>button.sqdOP.L3NKy.y3zKF').click() }, 3000); |
wget -r -np -k --user-agent="_" "URL Here"
For videos/movies/tvshows :
intext:"Search Term" intitle:"index.of" +(wmv|mpg|avi|mp4|mkv|mov) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)
For Images :
intext:"Search Term" intitle:"index.of./" (bmp|gif|jpg|png|psd|tif|tiff) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)
For Music:
intext:"Search Term" intitle:"index.of./" (ac3|flac|m4a|mp3|ogg|wav|wma) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)