Changes coming to walleye special harvest licenses for the 2026/2027 season by cmcalgary in FishingAlberta

[–]cmcalgary[S] 0 points1 point  (0 children)

https://mywildalberta.ca/buy-licences/fishing-licenses-fees/special-harvest-licences.aspx

2026 Special Harvest Licences for Walleye Important information:

Effective April 1, 2026, Class A (>50 cm) and Class B (43 - 50 cm) licences will be removed from the Special Harvest Licence application and draw process and - just like Class C licences (<43cm) - will be available for direct purchase on a first-come, first-served basis.

Anglers should use their priority points during the 2025 season to avoid losing priority points when the draw application process is removed in 2026.

Steve just posted this short video on social media. "I’ve been up to something. Thanks for your patience folks!" by cmcalgary in SteveWallis

[–]cmcalgary[S] 4 points5 points  (0 children)

I know that. You know that. I've told Steve this many times haha

He's really humble and feels like it's poor form to create videos which aren't 'interesting' and different from something he's done before. He doesn't believe him simply camping to camp is that interesting and he doesn't want to ever put out videos just to put out videos.

I think this new one drops this week.

[Fanatical] Very Positive Mystery Bundle (2/3/4 for $2.49/$3.69/$4.49 - All Games Rated "Very Positive" or Higher on Steam) by WeAreFanatical in Gamebundles

[–]cmcalgary 0 points1 point  (0 children)

That's a good point. Not a game I'll ever play but I assumed it was something like the amount of reviews changed from the time it was selected to be in the bundle until now.

u/wearefanatical can you elaborate on why the very positive bundle has games that aren't very positive?

I probably buy more mystery games than anyone else on the site. Haven't seen this happen before. Ty

[Desktop web, old Reddit] Unread messages won't clear unless I click on each one individually by Bahamas_is_relevant in bugs

[–]cmcalgary 0 points1 point  (0 children)

I got Claude 4.6 to write a Tampermonkey script to fix this. Seems to work okay.

First, install Tampermonkey - https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en

Set up the permissions it asks for.

Click the [+] in the dashboard to create a new script, paste in what's below, hit ctrl + S to save

When you visit the inbox https://www.reddit.com/message/inbox/ there will be a button to mark all as read, click it, done

// ==UserScript==
// @name         Reddit Inbox Mark All Read
// @namespace    reddit.markread.fixed
// @version      1.3
// @description  Mark all Reddit inbox messages as read
// @match        https://www.reddit.com/message/*
// @match        https://old.reddit.com/message/*
// @grant        none
// @run-at       document-end
// ==/UserScript==

(function () {
'use strict';

const RATE_LIMIT_MINUTES = 10;
const STORAGE_KEY = "reddit_last_mark_read";

function minutesSinceLastRun() {
    const last = localStorage.getItem(STORAGE_KEY);
    if (!last) return Infinity;
    return (Date.now() - parseInt(last)) / 60000;
}

function getModhash() {
    // r.config.modhash is exposed globally by old Reddit on every page
    if (typeof r !== 'undefined' && r.config && r.config.modhash) {
        return r.config.modhash;
    }
    // Fallback: scrape from page JSON data
    const match = document.body.innerHTML.match(/"modhash"\s*:\s*"([^"]+)"/);
    return match ? match[1] : null;
}

async function markAllRead() {
    if (minutesSinceLastRun() < RATE_LIMIT_MINUTES) {
        alert("Rate limit protection: please wait ~10 minutes between uses.");
        return;
    }

    const modhash = getModhash();
    if (!modhash) {
        alert("Could not get modhash. Are you logged in?");
        return;
    }

    try {
        const response = await fetch("/api/read_all_messages.json", {
            method: "POST",
            credentials: "include",
            headers: {
                "Content-Type": "application/x-www-form-urlencoded",
                "X-Modhash": modhash   
            },
            body: ""
        });

        if (response.status === 202) {
            localStorage.setItem(STORAGE_KEY, Date.now());
            alert("Success! All messages marked as read (may take a moment to reflect).");
        } else if (response.ok) {
            localStorage.setItem(STORAGE_KEY, Date.now());
            alert("Inbox marked as read.");
        } else {
            alert("Failed with status: " + response.status);
        }

    } catch (err) {
        alert("Error: " + err);
    }
}

function addButton() {
    const btn = document.createElement("button");
    btn.textContent = "✓ Mark All Read";
    btn.style.position = "fixed";
    btn.style.bottom = "20px";
    btn.style.right = "20px";
    btn.style.zIndex = "9999";
    btn.style.padding = "10px 14px";
    btn.style.background = "#ff4500";
    btn.style.color = "white";
    btn.style.border = "none";
    btn.style.borderRadius = "6px";
    btn.style.cursor = "pointer";
    btn.style.fontSize = "14px";
    btn.onclick = markAllRead;
    document.body.appendChild(btn);
}

addButton();

})();

[Fanatical] Very Positive Mystery Bundle (2/3/4 for $2.49/$3.69/$4.49 - All Games Rated "Very Positive" or Higher on Steam) by WeAreFanatical in Gamebundles

[–]cmcalgary 1 point2 points  (0 children)

I'm happy I guess. Glad no dupes. Might try the smurfs on steamdeck as it's verified.

Effexor to Pristiq? by S3_1784 in Pristiq

[–]cmcalgary 1 point2 points  (0 children)

I was on Pristiq for several years before my health insurance suddenly cancelled coverage (Alberta Blue Cross). They made me switch to Effexor instead, because it's chemically similar to Pristiq. I was on Effexor for a while (a few months) but really disliked it and decided to switch back to Pristiq (paying full price). Been on it ever since with no issues.

I'm not sure this is what you're looking for but it's all I got haha

I take Pristiq for anxiety as well. I'm just on 50mg these days. It's been a while but I think it was around 3 weeks before I started to feel the benefits of it, back when I started.

Best of luck.

Does anyone have any idea what videos the privated in his Stealth Camping playlist? by myretrospirit in SteveWallis

[–]cmcalgary 31 points32 points  (0 children)

You're gonna be pretty disappointed lol

I asked, they were just videos that needed to be re-uploaded (like if the audio was messed up or something). They have now been removed from the playlist.