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
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 |
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 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 |
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 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/* |
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 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== |