Skip to content

Instantly share code, notes, and snippets.

View tortious's full-sized avatar
🌴
I can resist everything except temptation

tortious tortious

🌴
I can resist everything except temptation
View GitHub Profile
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"dataset": "https://mordinilaw.sharepoint.com/sites/Cases",
"table": "2b911b48-ffcd-42b7-92a8-36abc9e97c75",
"view": "227d3760-7b05-4f99-9dc8-c7735f945810"
},
"host": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline",
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"dataset": "https://mordinilaw.sharepoint.com/sites/Cases",
"parameters/method": "POST",
"parameters/uri": "\"https://mordinilaw.sharepoint.com/sites/Cases/_api/web/lists/getbytitle('JEFF')/items(<item_id>)\"",
"parameters/headers": {
"Content-Type": "application/json;odata=verbose",
"Accept": "application/json;odata=verbose"
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"dataset": "https://mordinilaw.sharepoint.com/sites/Cases",
"table": "2b911b48-ffcd-42b7-92a8-36abc9e97c75",
"id": "@parameters()",
"item/field_1": "@parameters()",
"item/field_3": "@parameters()",
"item/field_8": "@parameters()",
$DisplayName = "Accounting Team"
$Alias = "Accounting"
$Description = "Accounting Team for Contoso"
# Exchange
/* Move statuspanel to the other side when sidebar is hovered so it doesn't get covered by sidebar */
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel {
inset-inline: auto 0px !important;
}
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel-label {
margin-inline: 0px !important;
border-left-style: solid !important;
}
@tortious
tortious / AdvancedWindowSnap.ahk
Created September 26, 2022 17:09 — forked from AWMooreCO/AdvancedWindowSnap.ahk
Advanced Window Snap is a script for AutoHotKey that expands upon Windows built-in window-snapping hotkeys.
/**
* Advanced Window Snap
* Snaps the Active Window to one of nine different window positions.
*
* @author Andrew Moore <andrew+github@awmoore.com>
* @version 1.0
*/
/**
* SnapActiveWindow resizes and moves (snaps) the active window to a given position.
/**********************************************************************************************************/
/* Toolbar Adjustments */
/**********************************************************************************************************/
/* #toolbar-menubar {
background: linear-gradient(to right, #000000 0%,#1b1b1b 31%,#0060df 46%,#0060df 50%,#0060df 53%,#1b1b1b 66%,#000000 100%) !important;
} */
#TabsToolbar, #toolbar-menubar {
background: linear-gradient(0deg, #7300f6 0%,#090909 15%,#2c2c2d 45%,#090909 85%,#7300f6 100%) !important;
/* importing css files */
/* @import url(uc-dark-contextmenu.css); */
@import url(hide-scrollbar.css);
/* @import url(ogx_contextual-menu.css); */
@import url(uc-izheil-context-menus.css);
/* @import url(uc-contextual-menu.css); */
@import url(uc-overflow-grid.css);
/* @import url(uc-urlbar-results.css); */
@import url(uc-removals.css);
Components.utils.import("resource:///modules/CustomizableUI.jsm");
var { Services } = Components.utils.import("resource://gre/modules/Services.jsm", {});
var sss = Components.classes["@mozilla.org/content/style-sheet-service;1"].getService(Components.interfaces.nsIStyleSheetService);
(function() {
let widgetId = "movable-PanelUI-button";
let listener = {
onWidgetCreated: function(aWidgetId, aArea) {
if (aWidgetId != widgetId)