> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/resources/de/other-resources/clear-a-browsers-local-storage.md).

# Lokalen Speicher eines Browsers löschen

Folgen Sie den Schritten, um den lokalen Speicher Ihres Browsers zu löschen.

{% tabs %}
{% tab title="Chrome" %}

1. Öffnen Sie eine Google Chrome-Browserseite.
2. Verwenden Sie die Taste <kbd>F12</kbd> Ihrer Tastatur, um die Google Chrome-Entwicklertools-Konsole zu öffnen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4759.png)
3. Klicken Sie im oberen Menü der Konsole auf ***Application***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4760.png)
4. Erweitern Sie die Liste ***Local storage*** im Abschnitt ***Storage*** im linken Menü der Konsole.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4761.png)
5. Klicken Sie mit der rechten Maustaste auf Ihre Website(s) und klicken Sie auf ***Clear***, um den lokalen Speicher zu löschen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4762.png)
   {% endtab %}

{% tab title="Edge" %}

1. Öffnen Sie eine Microsoft Edge-Browserseite.
2. Verwenden Sie die Taste <kbd>F12</kbd> Ihrer Tastatur, um die Microsoft Edge-Entwicklertools-Konsole zu öffnen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4869.png)
3. Klicken Sie im oberen Menü der Konsole auf ***Application***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4870.png)
4. Erweitern Sie die Liste ***Local Storage*** im Abschnitt ***Storage*** des linken Menüs der Konsole.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4871.png)
5. Klicken Sie mit der rechten Maustaste auf Ihre Website(s) und klicken Sie auf ***Clear***, um den lokalen Speicher zu löschen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4872.png)
   {% endtab %}

{% tab title="Firefox" %}

1. Öffnen Sie eine Firefox-Browserseite.
2. Verwenden Sie die Taste <kbd>F12</kbd> Ihrer Tastatur, um die Firefox-Entwicklertools-Konsole zu öffnen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4865.png)
3. Klicken Sie im oberen Menü der Konsole auf ***Storage***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4866.png)
4. Erweitern Sie die Liste ***Local Storage*** im linken Menü der Konsole.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4867.png)
5. Klicken Sie mit der rechten Maustaste auf Ihre Website(s) und klicken Sie auf ***Delete All***, um den lokalen Speicher zu löschen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4868.png)
   {% endtab %}

{% tab title="Opera" %}

1. Öffnen Sie eine Opera-Browserseite.
2. Verwenden Sie die Tasten <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>I</kbd> Ihrer Tastatur, um die Opera-Entwicklertools-Konsole zu öffnen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4873.png)
3. Klicken Sie im oberen Menü der Konsole auf ***Application***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4874.png)
4. Erweitern Sie die Liste ***Local Storage*** im Abschnitt ***Storage*** des linken Menüs der Konsole.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4875.png)
5. Klicken Sie mit der rechten Maustaste auf Ihre Website(s) und klicken Sie auf ***Clear***, um den lokalen Speicher zu löschen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4876.png)
   {% endtab %}

{% tab title="Safari" %}

1. Öffnen Sie eine Safari-Browserseite.
2. Verwenden Sie die Tasten <kbd>Alt</kbd>+<kbd>Cmd</kbd>+<kbd>C</kbd> Ihrer Tastatur, um die Safari-Javascript-Konsole zu öffnen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4877.png)
3. Klicken Sie im oberen Menü der Konsole auf ***Storage***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4878.png)
4. Erweitern Sie die Liste ***Local Storage*** im linken Menü der Konsole.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4879.png)
5. Wählen Sie Ihre Website aus und klicken Sie auf ***Clear Local Storage***, um den lokalen Speicher zu löschen.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4880.png)
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/resources/de/other-resources/clear-a-browsers-local-storage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
