Giter Club home page Giter Club logo

duckduckgo's Introduction

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

duckduckgo's People

Contributors

cobcobs avatar juliamertz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.