Skip to content

Instantly share code, notes, and snippets.

View HeyITGuyFixIt's full-sized avatar
💭
Now at GitLab @ChristianSirolli

Christian Sirolli HeyITGuyFixIt

💭
Now at GitLab @ChristianSirolli
View GitHub Profile
@HeyITGuyFixIt
HeyITGuyFixIt / editableLabel.js
Created January 19, 2020 01:22
Editable Label Widget
(function () {
'use strict';
try {
var par = document.getElementById(document.currentScript.parentElement.id);
var cssId = 'd2346b58-4197-442f-b72d-e692a7d5f969';
if (!document.getElementById(cssId)) {
var head = document.getElementsByTagName('head')[0];
var link = document.createElement('link');
link.id = cssId;
link.rel = 'stylesheet';