Originally posted by Forter.
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 AWS Favorites Abbreviator | |
// @namespace https://gist.github.com/projected1 | |
// @version 0.2 | |
// @description Abbreviates service names in AWS favorites toolbar | |
// @author Daniel Gorbatov | |
// @license MIT | |
// @homepage https://gist.github.com/projected1/e8a5ac0ba282619488deaf86ec256f4a | |
// @match https://*.aws.amazon.com/* | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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
AWSTemplateFormatVersion: '2010-09-09' | |
Parameters: | |
VpcId: | |
Type: AWS::EC2::VPC::Id | |
Resources: | |
Ec2Instance: | |
Type: AWS::EC2::Instance | |
Properties: | |
ImageId: ami-0b0dcb5067f052a63 | |
InstanceType: t3.medium |
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
<style> | |
* { | |
font-family: sans-serif; | |
font-weight: bold; | |
color: white; | |
} | |
body { | |
display: flex; | |
justify-content: center; | |
} |
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
query searchModel( | |
$startIndex: Int | |
$pageSize: Int | |
$orderBy: ProductSort | |
$filter: ProductFilter | |
$storeId: String | |
$zipCode: String | |
$skipInstallServices: Boolean = true | |
$skipFavoriteCount: Boolean = false | |
$skipKPF: Boolean = false |
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
{ | |
"operationName": "searchModel", | |
"variables": { | |
"skipInstallServices": false, | |
"skipFavoriteCount": true, | |
"skipKPF": false, | |
"skipSpecificationGroup": false, | |
"skipSubscribeAndSave": false, | |
"storefilter": "ALL", | |
"channel": "DESKTOP", |
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
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"children": [ | |
{ | |
"name": "Namechk", | |
"type": "url", | |
"url": "https://namechk.com/" |
A comprehensive list of 229 AWS serivces.