Skip to content

Instantly share code, notes, and snippets.

@Nurgiel
Nurgiel / da.po
Last active December 3, 2024 18:25
graphcommerce locales/da.po
msgid ""
msgstr ""
"POT-Creation-Date: 2024-11-11 12:38+0100\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: da\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
@Nurgiel
Nurgiel / blackfire-delete-n-profiles-2024.js
Created February 22, 2024 09:53
Blackfire Delete N Profiles Bookmarklet
function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}
async function bulkRemove(nb) {
for (var i = 0; i < nb; i++) {
// Click on delete button
document.querySelector('.profile-row button.variant-secondary').click();
await sleep(400);
// Click on modal confirmation button
@Nurgiel
Nurgiel / wow-macros.md
Last active July 20, 2025 06:42
WoW Macros

Classic/SoD/Turtle WoW Macros

Equip item if rune not equipped and cast Living Bomb

#showtooltip Living Bomb
/run if not C_Engraving.IsRuneEquipped(48197) then C_Container.PickupContainerItem(0,2); PickupInventoryItem(5) end
/startattack [harm, nodead]
/cast [@mouseover, exists, harm, nodead][harm, nodead] Living Bomb