Skip to content

cobcobs/duckduckgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rosé Pine for DuckDuckGo

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

  1. Visit https://duckduckgo.com
  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 scripts

for rose-pine:

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:

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:

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:

Userscript

Alternatively, use a userscript manager extension. Install the userscript by clicking one of the following links:

Gallery

homepage search

Thanks to

About

Soho vibes for DuckDuckGo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published