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
@cursor-tasks.md Go through each story and task in the cursor-tasks.md file. Find the next story to work on. Review each unfinished task, correct any issues or ask for clarifications (only if absolutely needed!). Then proceed to create or edit files to complete each task. After you complete all the tasks in the story, update the file to check off any completed tasks. Run builds and commits after each story. Run all safe commands without asking for approval. Continue with each task until you have finished the story, then stop and wait for me to review. |
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 PoE2 Trade Copy Item Button | |
// @version 0.7 | |
// @description Adds a button to the PoE2 Trade page that allows you to copy the item description and affixes to your clipboard. | |
// @author Kevin M - Modified by seanGSISG | |
// @match https://www.pathofexile.com/trade2/* | |
// @icon https://www.google.com/s2/favicons?domain=pathofexile.com | |
// @updateURL https://gist.github.com/seanGSISG/d2efc1d4355456e3b7d7b89b1b804b54/raw/poe2tradecopy.user.js | |
// @downloadURL https://gist.github.com/seanGSISG/d2efc1d4355456e3b7d7b89b1b804b54/raw/poe2tradecopy.user.js | |
// @grant none |