Skip to content

Instantly share code, notes, and snippets.

@DediqaTech
DediqaTech / dediqatech-chatgpt-ui-fixes.user.js
Last active January 31, 2026 08:33
ChatGPT fix stupid sticky button & other fixes
// ==UserScript==
// @name ChatGPT fix stupid sticky button & other fixes
// @author DediqaTech
// @namespace https://github.com/DediqaTech
// @version 1.2
// @description Move the annoying sticky scroll button to the bottom right
// @icon https://www.google.com/s2/favicons?sz=64&domain=chatgpt.com
// @downloadURL https://gist.github.com/DediqaTech/b71a53c0fa4edfce6bf6a905642c82f3/raw/dediqatech-chatgpt-ui-fixes.user.js
// @updateURL https://gist.github.com/DediqaTech/b71a53c0fa4edfce6bf6a905642c82f3/raw/dediqatech-chatgpt-ui-fixes.user.js
// @match https://chatgpt.com/*
@DediqaTech
DediqaTech / dediqatech-gcloud-dismiss-popover.user.js
Last active January 31, 2026 08:34
Google Cloud Snackbar Auto Dismiss
// ==UserScript==
// @name Google Cloud Snackbar Auto Dismiss
// @author DediqaTech
// @namespace https://github.com/DediqaTech
// @version 1.1
// @description Automatically remove that annoying sticky popover
// @icon https://www.google.com/s2/favicons?sz=64&domain=console.cloud.google.com
// @downloadURL https://gist.github.com/DediqaTech/74639a9f7ad93bbc08a2b3b77bfcc53b/raw/dediqatech-gcloud-dismiss-popover.user.js
// @updateURL https://gist.github.com/DediqaTech/74639a9f7ad93bbc08a2b3b77bfcc53b/raw/dediqatech-gcloud-dismiss-popover.user.js
// @match https://console.cloud.google.com/run*
@DediqaTech
DediqaTech / force-instant-native-scrolling.user.js
Last active May 31, 2026 13:28
Force instant native scrolling
// ==UserScript==
// @name Force instant native scrolling
// @namespace https://dediqa.tech
// @version 2026-05-31
// @author DediqaTech
// @match https://hardstyle.com/*
// @icon https://icons.duckduckgo.com/ip2/hardstyle.com.ico
// @grant none
// @run-at document-start
// @downloadURL https://gist.github.com/DediqaTech/4b59556703c0173cd304cd39c3bed0ce/raw//force-instant-native-scrolling.user.js