Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobcobs/duckduckgo
Soho vibes for DuckDuckGo
https://github.com/cobcobs/duckduckgo
Last synced: 3 days ago
JSON representation
Soho vibes for DuckDuckGo
- Host: GitHub
- URL: https://github.com/cobcobs/duckduckgo
- Owner: cobcobs
- Created: 2022-03-05T14:59:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T12:40:16.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:27:45.553Z (3 months ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Rosé Pine for DuckDuckGo
All natural pine, faux fur and a bit of soho vibes for the classy minimalist
## Usage
1. Visit
2. Right click and select the “Inspect” button.
3. Select the “Console” tab.
4. If you are using Firefox, type `allow pasting`.
5. Enter one of the following scriptsfor rose-pine:
```js
const theme = [
'1=-1', 'at=-1', 'ao=-1', 'aq=-1', 'ak=-1', 'ax=-1', 'av=1', 'ap=-1', 'au=-1', 'ay=b', 'ae=-1', '18=1',
'7=191724', 'j=191724', '9=9ccfd8', 'x=31748f', 'aa=c4a7e7', '8=e0def4', '21=191724',
];for (const item of theme) {
document.cookie = `${item}; max-age=126144000; samesite=lax; secure`;
}
```for rose-pine-moon:
```js
const theme = [
'1=-1', 'at=-1', 'ao=-1', 'aq=-1', 'ak=-1', 'ax=-1', 'av=1', 'ap=-1', 'au=-1', 'ay=b', 'ae=-1', '18=1',
'7=191724', 'j=191724', '9=9ccfd8', 'x=3e8fb0', 'aa=c4a7e7', '8=e0def4', '21=191724',
];for (const item of theme) {
document.cookie = `${item}; max-age=126144000; samesite=lax; secure`;
}
```for rose-pine-dawn:
```js
const theme = [
'1=-1', 'at=-1', 'ao=-1', 'aq=-1', 'ak=-1', 'ax=-1', 'av=1', 'ap=-1', 'au=-1', 'ay=b', 'ae=-1', '18=1',
'7=faf4ed', 'j=faf4ed', '9=d7827e', 'x=286983', 'aa=907aa9', '8=1f1d2e', '21=faf4ed',
];for (const item of theme) {
document.cookie = `${item}; max-age=126144000; samesite=lax; secure`;
}
```## Demo
Visit one of the following links:
- [rose-pine](https://duckduckgo.com/?kae=-1&kah=ph-en%2Cuk-en&kl=ph-en&k1=-1&kat=-1&kao=-1&kaq=-1&kak=-1&kax=-1&kav=1&kap=-1&kau=-1&kay=b&k18=1&k7=191724&kj=191724&k9=9ccfd8&kx=31748f&kaa=c4a7e7&k8=e0def4&k21=191724)
- [rose-pine-moon](https://duckduckgo.com/?kae=-1&kah=ph-en%2Cuk-en&kl=ph-en&k1=-1&kat=-1&kao=-1&kaq=-1&kak=-1&kax=-1&kav=1&kap=-1&kau=-1&kay=b&k18=1&k7=191724&kj=191724&k9=9ccfd8&kx=3e8fb0&kaa=c4a7e7&k8=e0def4&k21=191724)
- [rose-pine-dawn](https://duckduckgo.com/?kae=-1&kah=ph-en%2Cuk-en&kl=ph-en&k1=-1&kat=-1&kao=-1&kaq=-1&kak=-1&kax=-1&kav=1&kap=-1&kau=-1&kay=b&k7=faf4ed&kj=faf4ed&k9=d7827e&kx=286983&kaa=907aa9&k8=1f1d2e&k21=faf4ed&k18=1)## Userscript
Alternatively, use a [userscript manager extension](https://www.tampermonkey.net/). Install the userscript by clicking one of the following links:
- [rose-pine](https://raw.githubusercontent.com/cobcobs/duckduckgo/main/rose-pine.user.js)
- [rose-pine-moon](https://raw.githubusercontent.com/cobcobs/duckduckgo/main/rose-pine-moon.user.js)
- [rose-pine-dawn](https://raw.githubusercontent.com/cobcobs/duckduckgo/main/rose-pine-dawn.user.js)## Gallery
![homepage](assets/homepage.png)
![search](assets/search.png)## Thanks to
- [cobcobs](https://github.com/cobcobs)
- [catppuccin duckduckgo repository](https://github.com/catppuccin/duckduckgo)