Skip to content

Instantly share code, notes, and snippets.

@JakubMarcinkowski
JakubMarcinkowski / table-copier.user.js
Created August 24, 2022 06:13
Userscript for Tampermonkey (maybe for other managers too). It just copy a table to clipboard. Pasteable into spreadsheets.
// ==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==
@JakubMarcinkowski
JakubMarcinkowski / table-copier-clipboard.user.js
Last active July 18, 2024 22:37
Table copier (to clipboard) - userscript for Tampermonkey (hopefully other managers too).
// ==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
@JakubMarcinkowski
JakubMarcinkowski / fanatical-bundles-carousel-enhancer.user.js
Last active July 18, 2024 22:32
Fanatical bundles carousel enhancer. Userscript. 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. In bundles with tiers, adds tier info to the carousel. All bundles: move carousel on top and use mouse wh…
@JakubMarcinkowski
JakubMarcinkowski / prime-video-toggle-pause-on-minimize-or-hide.user.js
Last active July 18, 2024 22:41
Prime Video - toggle pause on minimize or hide. Pause Amazon Prime Video movie on minimize, hide, tab switch... and play when it's back.
// ==UserScript==
// @name Prime Video - toggle pause on minimize or hide
// @version 2024.7.18
// @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
@JakubMarcinkowski
JakubMarcinkowski / steam-explicit-discounts.user.js
Last active July 18, 2024 22:47
Steam explicit discounts. Userscript. Some games has just "on sale" tag, instead of percentage discount. This script brings it back to normal.
// ==UserScript==
// @name Steam explicit discounts
// @version 2024.7.18
// @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