Skip to content

Instantly share code, notes, and snippets.

View ajay4q's full-sized avatar
😷

Ajay ajay4q

😷
  • Internet
  • 02:22 (UTC +05:30)
  • X @ajay4q
View GitHub Profile
@ajay4q
ajay4q / aws_console_login_urls.txt
Created October 8, 2025 14:51
AWS Console Login Direct URLs
# aws login urls, saves a few clicks when logging in, can be saved in password managers
#simple root login:
https://signin.aws.amazon.com/signin?client_id=arn:aws:signin:::console/canvas&redirect_uri=https://console.aws.amazon.com
#simple root login with with oauth instead of signin (response_type is needed if you use /oauth, it will anyway redirects to /signin):
https://signin.aws.amazon.com/oauth?client_id=arn:aws:signin:::console/canvas&response_type=code&redirect_uri=https://console.aws.amazon.com
@ajay4q
ajay4q / Bing2Google.js
Created February 4, 2022 07:27
Script that catches bing query and search for the same in Google.
// ==UserScript==
// @run-at document-start
// @name Bing to Google
// @namespace https://google.com/
// @description Script that will forward your bing.com searches to Google.com.
// @include http://*.bing.com/search?*
// @include https://*.bing.com/search?*
// @version 1.0 test
// @grant none
// ==/UserScript==
@ajay4q
ajay4q / folderLocker.bat
Created September 1, 2021 11:46
password protect and hide a folder and it's contents from windows file explorer using this script (comments included)
::clears the screen of this command prompt.
cls
::doesn't show the commands in this command prompt.
@echo off
::title of the command prompt, you can replace it to whatever you want.
title Pulse
::colour of the command prompt, it really looks good in green on black. more here https://www.computerhope.com/color.htm