This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name OpenAI Code Runner | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Run code on chat.openai.com using BrokerClient | |
// @include https://chat.openai.com/* | |
// @grant GM.communicator | |
// @grant GM.gpt | |
// @grant GM_addValueChangeListener | |
// @grant unsafeWindow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name My Userscript | |
// @namespace http://example.com/ | |
// @version 1.0 | |
// @description A testrunner for VM userscripts | |
// @include * | |
// @grant GM.addStyle | |
// @grant GM.deleteValue | |
// @grant GM.getValue | |
// @grant GM.listValues |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Smiley Face Inserter | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Adds a large smiley face to the upper right corner of every page | |
// @author Your Name | |
// @match *://*/* | |
// @grant none | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Big Smileys Everywhere | |
// @description Adds a big smiley face to the upper right corner of every page | |
// @version 1 | |
// @match *://*/* | |
// @grant GM_addStyle | |
// ==/UserScript== | |
(function() { | |
'use strict'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Refresh | |
// @namespace Violentmonkey Scripts | |
// @version 1.0 | |
// @description Automatically refreshes the page every 10 seconds. | |
// @author Your Name | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Hello World Script | |
// @namespace Violentmonkey Scripts | |
// @version 1.0 | |
// @description Greets the user with a popup message when they visit a website. | |
// @author Your Name | |
// @match *://*/* | |
// @grant GM_notification | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Refresh | |
// @namespace Violentmonkey Scripts | |
// @version 1.0 | |
// @description Automatically refreshes the page every 10 seconds. | |
// @author Your Name | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Refresh | |
// @namespace Violentmonkey Scripts | |
// @version 1.0 | |
// @description Automatically refreshes the page every 10 seconds. | |
// @author Your Name | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Refresh | |
// @namespace Violentmonkey Scripts | |
// @version 1.0 | |
// @description Automatically refreshes the page every 10 seconds. | |
// @author Your Name | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Smiley Face Button | |
// @namespace Violentmonkey Scripts | |
// @version 1 | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; |