this post was submitted on 17 Nov 2023
0 points (50.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

I removed it via using inspect element and clicking the element in the console, the issue is that the edit icon that is visible when not in editing mode is still overlapping the tile editor when you want to remove it.

  1. Open devtools ctrl+shift+i or cmd+opt+i or you can right click on a browser and inspect element.

  2. Hit the cursor select button which is the very far left button at the top of the dev tools next to inspector, hover on the element until the entire box is highlighted then click on it.

  3. In the div element of the widget, the very first button is the one you want to click, to do so just right click on the button element > choose Use in console option, this will reference the button in the console then just type .click() so it looks like this: temp0.click() then hit enter and the box that pops up to edit tiles will appear and allow you to remove the widget!