This file contains 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 Table copier | |
// @version 0.1 | |
// @description Copy a table to clipboard. Pasteable into spreadsheets. | |
// @author Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @match http*://*/* | |
// @grant GM_registerMenuCommand | |
// @grant GM_setClipboard | |
// ==/UserScript== |
This file contains 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 Table copier (to clipboard) | |
// @version 0.3.1 | |
// @description Choose from your userscipts addon menu. All tables are highlighted, click one to copy, elsewhere to cancel. Copy table and paste into spreadsheets like Excel, Google Sheets, LibreOffice Calc, OpenOffice Calc and others. | |
// @author Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @copyright 2024+, Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @license Zlib | |
// @namespace Jakub Marcinkowski | |
// @homepageURL https://gist.github.com/JakubMarcinkowski | |
// @homepageURL https://github.com/JakubMarcinkowski |
This file contains 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 Fanatical bundles carousel enhancer | |
// @version 2025-04-06 | |
// @namespace Jakub Marcinkowski | |
// @description In all Fanatical Build Your Own bundles, adds "Add to bundle" button to the carousel - like in game bundles. It is handy to have arrows, to browse products, and button to add to cart close by. Also marks a tile of the product, currently shown in the carousel. In bundles with tiers, adds tier info to the carousel. All bundles: move carousel on top and use mouse wheel horizontal scroll to switch next/prev product. | |
// @author Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @copyright 2023+, Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @license Zlib | |
// @homepageURL https://gist.github.com/JakubMarcinkowski | |
// @homepageURL https://github.com/JakubMarcinkowski |
This file contains 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 Prime Video - toggle pause on minimize or hide | |
// @version 2025-04-06 | |
// @namespace Jakub Marcinkowski | |
// @description Pause Amazon Prime Video movie on minimize, hide, tab switch... and play when it's back. | |
// @author Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @copyright 2024+, Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @license Zlib | |
// @homepageURL https://gist.github.com/JakubMarcinkowski | |
// @homepageURL https://github.com/JakubMarcinkowski |
This file contains 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 Steam explicit discounts | |
// @version 2024.7.28 | |
// @namespace Jakub Marcinkowski | |
// @description Some games has just "on sale" tag, instead of percentage discount. This script brings it back to normal. Script is not downloading any info, it is using only the info buried on a page, so might not work everywhere. Yeah, Steam just complies with stupid EU law. | |
// @author Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @copyright 2023+, Jakub Marcinkowski <kuba.marcinkowski on g mail> | |
// @license Zlib | |
// @homepageURL https://gist.github.com/JakubMarcinkowski | |
// @homepageURL https://github.com/JakubMarcinkowski |