Note
PoE2Dire is an unofficial fan-made project and is not affiliated with, associated with, endorsed by, or sponsored by Grinding Gear Games or Path of Exile.
Extension for rendering Path of Exile patch notes in a Dota2-style layout (English only at this moment). Based on this reddit thread.
Reddit thread of the extension in Path of Exile 2 sub.
It's not perfect, but neither am I.
The extension only injects on:
https://www.pathofexile.com/forum/*
It still declares access to poewiki.net and poe2wiki.net for icon lookup.
- Install for your browser Chrome/Firefox
- Go to any Path of Exile patch notes forum page (this one is hot rn)
- Click the PoE2Dire icon on top to activate it
(if you don't see it, you need to pin it, use the mosaic icon, find it, click it there) - Done
- You can click it again to deactivate, or simply reload.
Video example: https://www.youtube.com/watch?v=ES66rQrVNQY
Note
This works only if you installed via Chrome/Firefox extension
The second feature of this extension is the ability to search by just starting to type.
- Yes, just start typing, for example, type
traps, until you realizeThere is no Carol in H.R. - You can press
Enterto move to the next result. - It clears automatically after 2 seconds, so you can easily start searching for a new thing next, so try to search for
daggersnext.
please, consider leaving a review, so more people find it!
Caution
This is for people who know what userscripts are
I hope you already know how to install script for your monkey, you can download the PoE2Dire.user.js script from GitHub Releases page. Here's a video example for ViolentMonkey: https://www.youtube.com/watch?v=cgWVGSAxoEY
Rumor has it: "You can hyperlink to the raw .js which leads directly to install page so no need for DL etc. Install the https://github.com/AiSatan/PoE2Dire/releases/download/v1.0.1/PoE2Dire.user.js"
In short, it goes like this:
- Download
PoE2Dire.user.jsfile from GitHub Releases. - Open the
PoE2Dire.user.jsrelease asset. - Install it in your userscript manager.
- On a Path of Exile forum patch notes page, use the userscript manager menu and click
Toggle PoE2Dire.
I've tested this only on Firefox with Tampermonkey and ViolentMonkey, feel free to open an issue, if it's not working for you.
This is for phones or browsers where you cannot/don't want to install the extension.
Note
Some mobile browsers can block bookmarklet scripts, so this may not work for everyone, tested on Android with Brave. If it's not working for you, feel free to open an issue, maybe someone has a solution for your case.
Caution
This will download the remote code (https://aisatan.github.io/PoE2Dire/PoE2Dire-bookmarklet.js) and execute it with your browser.
It's not required - but I strongly suggest to stay safe and use the incognito mode.
Video installation on my phone (Brave browser):
showcase_phones_10mb_hq.mp4
better quality: https://youtube.com/shorts/AmYBZYfP4YY
The phone bookmarklet loads the published single-file build from GitHub Pages:
javascript:(function(){var s=document.createElement('script');s.src='https://aisatan.github.io/PoE2Dire/PoE2Dire-bookmarklet.js?poe2dire=' + Date.now();s.referrerPolicy='no-referrer';s.onerror=function(){alert('PoE2Dire failed to load. The page may block bookmarklet scripts.');};document.documentElement.appendChild(s);})();How to use it:
- Create a browser bookmark (any site will do)
- Edit the bookmark URL and Name.
- Paste the full
javascript:code above as the bookmark URL. - Put some easy accessible name, like
0000 poe2dire - Open a Path of Exile forum patch-notes page.
- Run the bookmark (in most browsers you can write the name of the bookmark to see and activate it)
Feel free to open an issue on github, I will do my best to fix it for you, but no promises.
Please, feel free to ask a question, open PR, issue, or fork it if you want. It lacks documentation, but messy js code must be clear enough to follow. But, keep in mind, my decades of writing hacky js code might feel strange, cause I never actually used it to make a proper project, only scripts with jQuery.
Please, consider any of these little support options:
⭐ Leave a GitHub Star ⭐