Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name eBay Hide Zero Quantity Items (Bulk Sell)
// @namespace https://www.ebay.com
// @version 1.0
// @description Hide rows of items with zero quantity on eBay bulk sell page and add a button to show them.
// @author Forzza Services
// @match https://www.ebay.com/bulksell*
// @grant none
// ==/UserScript==
@orbitrod
orbitrod / ChatGPT_FullWidth_HideSidebar.user.js
Last active May 22, 2023 18:41
Tampermonkey UserScript - Full Width ChatGPT Chat Window With Hide Sidebar Toggle Button
// ==UserScript==
// @name Expand ChatGPT Chat Window
// @namespace chatgpt-wider-window
// @version 1.1
// @description Expands the width of the ChatGPT chat window for a better viewing experience.
// @author Forzza Services
// @match https://chat.openai.com/*
// @grant GM_addStyle
// ==/UserScript==
@orbitrod
orbitrod / Ebay_HideZeroQtyItems.user.js
Last active May 22, 2023 17:27
Tampermonkey Userscript - eBay Hide Zero Quantity Items
// ==UserScript==
// @name eBay Hide Zero Quantity Items
// @namespace https://www.ebay.com
// @version 1.0
// @description Hide rows of items with zero quantity on eBay active listings page and add a button to show them.
// @author Forzza Services
// @match https://www.ebay.com/sh/lst/active
// @grant none
// ==/UserScript==
@orbitrod
orbitrod / magento2-auto-login.js
Created December 28, 2018 18:58 — forked from samtay/magento2-auto-login.js
Tamper Monkey script to automatically log into Magento2 admin panel
// ==UserScript==
// @name Local Login - M2
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author Sam Tay
// @match *.dev/*admin*
// ==/UserScript==
// Credentials
@orbitrod
orbitrod / Update-branch.md
Created October 17, 2018 05:40 — forked from santisbon/Update-branch.md
Bring your feature branch up to date with master. Deploying from Git branches adds flexibility. Bring your branch up to date with master and deploy it to make sure everything works. If everything looks good the branch can be merged. Otherwise, you can deploy your master branch to return production to its stable state.

Updating a feature branch

First we'll update your local master branch. Go to your local project and check out the branch you want to merge into (your local master branch)

$ git checkout master

Fetch the remote, bringing the branches and their commits from the remote repository. You can use the -p, --prune option to delete any remote-tracking references that no longer exist in the remote. Commits to master will be stored in a local branch, remotes/origin/master

@orbitrod
orbitrod / Update-branch.md
Created October 17, 2018 05:39 — forked from santisbon/Update-branch.md
Bring your feature branch up to date with master. Deploying from Git branches adds flexibility. Bring your branch up to date with master and deploy it to make sure everything works. If everything looks good the branch can be merged. Otherwise, you can deploy your master branch to return production to its stable state.

Updating a feature branch

First we'll update your local master branch. Go to your local project and check out the branch you want to merge into (your local master branch)

$ git checkout master

Fetch the remote, bringing the branches and their commits from the remote repository. You can use the -p, --prune option to delete any remote-tracking references that no longer exist in the remote. Commits to master will be stored in a local branch, remotes/origin/master

@orbitrod
orbitrod / container-layout-names.md
Created October 2, 2018 01:36 — forked from joshfortyfour/container-layout-names.md
List of container layout names in Magento 2 Community Edition
  • actions_apply_to
  • admin.scope.col.wrap
  • adminhtml.block.report.product.lowstock.grid.container
  • adminhtml.catalog.product.set.edit.wrapper
  • after.body.start
  • alert.urls
  • assign_products_container
  • available_sort_by_group
  • backend.page
  • backend.session.activity
@orbitrod
orbitrod / Improved_Adafruit_DS2413_write_example.ino
Last active June 5, 2024 09:48
Improved_Adafruit_DS2413_write_example
// This sketch is based on mortonkopf's DS2413_button_array_test sketch and allows
// you to read multiple DS2413 devices and blink an LED connected to each DS2413,
// individually, down the chain.
// https://github.com/mortonkopf/OneWire_DS2413_array
//
// This sketch is an improvement on the write feature of the Adafruit DS2413
// sketch which only reads 1 DS2413 device.
// https://github.com/adafruit/Adafruit_DS2413
// https://learn.adafruit.com/adafruit-1-wire-gpio-breakout-ds2413/reading-writing-and-arithmatic