this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

move opnesearch.xml to /public

+2 -2
+1 -1
opensearch.xml public/opensearch.xml
··· 3 3 <ShortName>Unduck</ShortName> 4 4 <Description>DuckDuckGo's bang redirects are too slow.</Description> 5 5 <InputEncoding>UTF-8</InputEncoding> 6 - <Url type="text/html" template="https://unduck.link?q={searchTerms}"/> 6 + <Url type="text/html" template="https://unduck.jnz/ski?q={searchTerms}"/> 7 7 <Image height="16" width="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAJBQTFRFAAAABgYGMjIyKioqBQUFampq9vb2////7+/vTU1NZWVliYmJGBgYIiIipKSkCwsL8vLym5ubvb294eHhQEBALS0tUVFRGxsbRkZGLCwsVFRUHBwcFhYW/v7+mZmZvr6+5eXlAwMDdnZ2paWlnJycbW1t+Pj4sbGxfHx8MzMzJCQkiIiIi4uLe3t7NDQ0AgICg0dB1QAAAIVJREFUeJxjZEADjNgFGIHgD5IAKyMjUOw7XIDrLwtQxU+m71ABfkbG90CWEONbqIDIZ77XQJbYR4GXEAGJ90LPgSyptyJPIQIyjIyPgCx5Rsb7UEOVnrJwMvA/kb0Dt1aV8SEDj8gDxRsIh2kwXmPQvqN6BdXpurfUL6H6RY/xIi7PIQEAAUEdEQKpKxEAAAAASUVORK5CYII=</Image> 8 8 </OpenSearchDescription>
+1 -1
src/global.css
··· 227 227 background-color: var(--success-bg); /* Use theme-aware background color */ 228 228 color: var(--success-text); /* Use theme-aware text color */ 229 229 border-radius: 4px; 230 - position: static; /* Remove absolute positioning */ 230 + position: static; 231 231 transform: none; /* Remove centering transform */ 232 232 animation: fadeOut 2s forwards; 233 233 animation-delay: 1s;