Skip to content

Instantly share code, notes, and snippets.

View thibautrey's full-sized avatar
:octocat:
<div/>

Thibaut Rey thibautrey

:octocat:
<div/>
  • Toulouse, France
View GitHub Profile
@thibautrey
thibautrey / sku.js
Last active January 15, 2025 13:01
Sku Shopify
// ==UserScript==
// @name Enhanced SKU Display with Competitor Links
// @namespace http://tampermonkey.net/
// @version 2024.4
// @description Display SKU as a clickable copy button with competitor links in-line, refreshing existing tabs
// @match https://admin.shopify.com/store/*/products/*
// @grant none
// @require https://gist.githubusercontent.com/yourusername/yourgistid/raw/login.js
// ==/UserScript==