TextareaCache icon indicating copy to clipboard operation
TextareaCache copied to clipboard

Browser Add-on: Automatically save the content in Textarea.

Results 56 TextareaCache issues
Sort by recently updated
recently updated
newest added

Required: * System OS: Windows 10 22H2 * Firefox version: Firefox 124.0.2 * Textarea Cache version: 4.6.0 This is related to issue #117 : "Show Icon at navigation bar" setting...

#118 is fixed by replacing the deprecated extension.getURL

Several things fixed: 1. A piece of code correctly updated 'setting' in the database by comparing data.setting to _resetData.setting, but that code got deleted for no reason in the commit...

issue #126 mentioned that after the bug is fixed, AutoClear back online, on its first execution, many users (like me) who has already accumulated years of cache could experience a...

issue #126 : common.js cannot properly get permission for browser.pageAction I partially reverted the commit [1718656](https://github.com/wildskyf/TextareaCache/commit/17186565810785fb9a3d196cddd569a19537f2f4) in order to grant permission for pageAction API

Sometimes Firefox addons break, trapping valuable data in them. When this happens, we must use a DIY solution. First, let's get the object from the add-on's window.storage: 1. Open the...

The extension currently uses a decomposition structure to extract local storage. This indicates that it currently uses local to manage data. For this extension to synchronize the settings with the...

Required: * Windows 10 Pro 22H2 built 19045.3930 * Firefox version: Firefox 121.0.1 (64-bit) * Textarea Cache version: 4.6.0 Issue: The add-on lags so badly that I usually cannot access...

Windows Windos 10 Home Build 19041.vb_release.191206-1406 Firefox 120.0.1 (64-bit) What is the correct Windows Display settings for screen resolution and text %. I bought a new montor and now the...

Add a changelog file based on https://keepachangelog.com/ This helps document changes more clearly, centralized and without relying on the add-on and extension directories of the browsers to keep and list...