Skip to content

Instantly share code, notes, and snippets.

@thekingofspain
thekingofspain / googleDocsAnnoyanceHelper.js
Created May 1, 2026 17:04
Google Docs Annoyance Helper - Tamper Monkey Script - DeNag for User Confirmation & Paste Unformatted
// ==UserScript==
// @name googleDocsAnnoyanceHelper.js
// @namespace https://gist.github.com/thekingofspain
// @version 1.1.0
// @description Automates "Cancel" on Google Docs paste nags and removes account modals.
// @author thekingofspain
// @match https://docs.google.com/*
// @match https://sheets.google.com/*
// @match https://slides.google.com/*
// @grant none
@thekingofspain
thekingofspain / OutSystem Integration Builder Comments.md
Last active March 8, 2024 20:46
OutSystem Integration Studio Comments
IntergrationStudio Interface.cs
Documentation Comment
ServiceStudio Source Notes
Action.Name Desciption Section.Paragraph 1 IntergrationStudio
Action.Description <summary> Desciption Section.Paragraph 2 Integration Studio
Action.Import Details... <summary> Desciption Section.Paragraph 3 Interfaces.c Generated on Action Import
but not override when Action.Description changes
assumed text match for Import Details:
Action.Examples <example> After Inputs: Section Interfaces.c Not Verified

Interface.cs

/// <summary>
Orange: #E88333;
Orange.Border.Dark: #84532D;
Gray: #87898D;
Gray.Border:Right.Dark: #55575B;
Gray.Border:Left.Dark: #53565A;
Red: #EB5A46;
Red.Border.Dark: # 823E36;
@thekingofspain
thekingofspain / input.scss
Created May 13, 2023 08:49
Generated by SassMeister.com.
/* Usefull - Display Flex */
////
/// @group UsefullClasses-Display_Flex
/// Usefull - Display Flex
%flex-parent {
display: flex;
}
@mixin flex-parent($isFlexParent)
@thekingofspain
thekingofspain / input.scss
Created May 11, 2023 05:39
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 06:06
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 06:03
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 05:56
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Last active May 4, 2023 04:58
Generated by SassMeister.com.
$common-values: stretch center flex-start flex-end initial inherit;
$self-values: auto baseline;
$items-values: normal start end baseline;
$content-values: space-between space-around space-evenly;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
align-#{$name}: #{$value};
@thekingofspain
thekingofspain / input.scss
Created May 4, 2023 04:38
Generated by SassMeister.com.
$align-values: stretch center flex-start flex-end baseline initial inherit;
$self-values: auto;
$items-values: normal start end;
@mixin align($name, $values) {
@each $value in $values {
&-#{$name}-#{$value}
{
#{$name}: #{$value};
}