Skip to content

Instantly share code, notes, and snippets.

View ItsDanielHarris's full-sized avatar

Daniel Harris ItsDanielHarris

View GitHub Profile
9/27/2021 4:07:55 PM MailClient.Accounts.AuthenticationAbortedException: Authentication aborted
9/27/2021 4:07:55 PM at MailClient.Protocols.Imap.ConnectionPoolEntry.ConnectInternalAsync(CancellationToken cancellationToken)
9/27/2021 4:07:55 PM at MailClient.Protocols.Imap.ConnectionPool.AcquireConnectionAsync(Folder mailFolder, Boolean noSelect)
9/27/2021 4:07:55 PM at MailClient.Protocols.Imap.ConnectionContext.CreateContextAsync(ImapAccount account)
9/27/2021 4:07:55 PM at MailClient.Protocols.Imap.ImapFolderSynchronizer.ListFoldersAsync(IListFoldersProgress progress, Folder homeFolder, CancellationToken cancellationToken)
9/27/2021 4:07:55 PM at MailClient.Protocols.Imap.ImapFolderSynchronizer.GetFolderList(IListFoldersProgress progress, Folder homeFolder, CancellationToken cancellationToken)
9/27/2021 4:07:55 PM at MailClient.Protocols.Common.FolderSynchronizer.<>c__DisplayClass15_2.<EnqueueGetFolderList>b__1(WorkerStatus status, CancellationToken cancellationToken)
9/27/2021 4:07:55 PM
// ==UserScript==
// @name Twitch Chat Overlay extension opacity fix
// @namespace @ItsDanielHarris
// @description Enhances the visiblity of the Twitch Chat Overlay chat box
// @include https://www.twitch.tv/*
// @include https://www.twitch.tv
// @version 0.1
// @run-at document-start
// @grant none
@ItsDanielHarris
ItsDanielHarris / gist:dd15f0fbc6ad6a6c3acd881c0109d3a2
Created April 24, 2020 21:51
Newspaper Paywall Bypasser Updated
// ==UserScript==
// @name Newspaper Paywall Bypasser
// @namespace https://greasyfork.org/users/649
// @version 1.2.5
// @description Bypass the paywall on online newspapers
// @author Adrien Pyke
// @match *://www.thenation.com/article/*
// @match *://www.wsj.com/articles/*
// @match *://blogs.wsj.com/*
// @match *://www.bostonglobe.com/*
// ==UserScript==
// @name Twitch.tv Ad Blocker
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Block Twitch.tv Ads
// @author @thewebauthor
// @match https://www.twitch.tv/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// ==/UserScript==