Skip to content

Instantly share code, notes, and snippets.

View eugeny-dementev's full-sized avatar

Eugeny Dementev eugeny-dementev

View GitHub Profile
@eugeny-dementev
eugeny-dementev / poe2_trade_copy_item_button.js
Last active February 19, 2025 10:33
Path of Exile 2 Trade Copy Item Button
// ==UserScript==
// @name PoE2 Trade Item Copy
// @namespace http://tampermonkey.net/
// @version 1.0.1
// @description Enable copy item button on https://www.pathofexile.com/trade2/search/poe2
// @author Eugeny Dementev
// @match https://www.pathofexile.com/trade2*
// @icon https://www.google.com/s2/favicons?sz=64&domain=pathofexile.com
// @grant none
// ==/UserScript==
@eugeny-dementev
eugeny-dementev / timebox.monthly.js
Created January 8, 2024 09:49
Timebox monthly planner pdf generator for jspdf examples page
/*
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/
* to generate clean pdf file for timebox monthly planning
*
* - Copy all the code
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page
* - Replace everything with copied code
*
* Adjust the variables if you need different day starting hour
*/
@eugeny-dementev
eugeny-dementev / timebox.weekly.js
Last active January 8, 2024 09:49
Timebox weekly planner pdf generator for jspdf examples page
/*
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/
* to generate clean pdf file for timebox weekly planning
*
* - Copy all the code
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page
* - Replace everything with copied code
*
* Adjust the variables if you need different day starting hour
*/
@eugeny-dementev
eugeny-dementev / timebox.jspdf.js
Last active January 3, 2024 10:59
Timebox planner pdf generator for jspdf examples page
/*
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/
* to generate clean pdf file for timebox daily planning
*
* - Copy all the code
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page
* - Replace everything with copied code
*
* Adjust the variables if you need different day starting hour
*/