Skip to content

Instantly share code, notes, and snippets.

View jhauga's full-sized avatar

John Haugabook jhauga

  • United States
View GitHub Profile
@jhauga
jhauga / siteSpecific_Gmail_ResizeSideBar.js
Created February 6, 2026 21:03
Bookmarklet - use this bookmarklet for resizing the Gmail sidebar when labels have long and similar names. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / siteSpecific_GoogleMaps_CustomMearsureDistance.js
Last active February 4, 2026 20:15
Bookmarklet - use this bookmarklet for draw multiple measurements using scale of Google Maps. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / siteSpecific_w3Schools_exampleLineNumbers.js
Last active December 18, 2025 01:39
Bookmarklet - use this bookmarklet for Show the line numbers for code examples on w3schools.com. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / dom_Note_TakePageNotes.js
Last active December 12, 2025 20:02
Bookmarklet - use this bookmarklet for when learning something new, and want to take notes on it. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / siteSpecific_w3Schools_hideSideBar.js
Last active December 12, 2025 23:24
Bookmarklet - use this bookmarklet for when reading a w3shcools.com tutorial, and sidebar is distracting. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / siteSpecific_YouTube_HideShortHistory.js
Created October 14, 2025 19:39
Bookmarklet - use this bookmarklet for Hide short watch history on YouTube history feed. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / dom_search_page.js
Last active August 19, 2025 18:21
Bookmarklet - use this bookmarklet for searching long documentation pages by headings (default), showing following elements that are not headings. If no default elements are found, select the are to be searched manually (a prompt will appear). Click and drag to adjust top position (range of 40px to 150px).. Ensure to copy/paste the top condensed…
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / siteSpecific_YouTube_dynamicHistorySearch.js
Created July 5, 2025 05:52
Bookmarklet - use this bookmarklet for search YouTube video watch history dynamically. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / siteSpecific_chatGPT_SearchChatHistory.js
Last active November 3, 2025 19:25
Bookmarklet - use this bookmarklet for searching titles of chat history when chat history gets long. Ensure to copy/paste the top condensed line of the bookmarklet. Info at "https://github.com/isocialPractice/bookmarklets".
/// *********************************************************** ///
// ****************** BROWSER BOOKMARKLET GIST ***************** //
// ************************************************************* //
// //
// LICENSE /////////////////////////////////////////////////////
// ******* //
// The code in this gist is public domain. //
// Licensed as Public Domain CC0 //
//////////////////////////////////////////////////////////////////
//
@jhauga
jhauga / checkJSONArrayOfObjects.js
Created April 23, 2025 22:12
NodeJS Gist - Check that a property with an array of objects has property with a specified value, and output to the terminal a specified adjacent property value.
// ************************************************************* //
// ************************ GITHUB GIST ************************ //
// ************************************************************* //
// checkJSONArrayOfObjects.js
// NodeJS Gist - Check that a property with an array of objects has property with a specified value, and output to the terminal a specified adjacent property value.
//
// LICENSE
// *******
// The code in this gist is public domain.
// Licensed as Public Domain CC0