Showing preview only (1,054K chars total). Download the full file or copy to clipboard to get everything.
Repository: prem-k-r/MaterialYouNewTab
Branch: main
Commit: dcb7a066c81d
Files: 78
Total size: 939.2 KB
Directory structure:
gitextract_i_fhkn0c/
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.yaml
│ │ ├── config.yml
│ │ ├── feature_request.yaml
│ │ └── general_question.yaml
│ └── pull_request_template.md
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── docs/
│ ├── Get_WeatherAPI_Key.html
│ └── feedback.html
├── index.html
├── locales/
│ ├── README.md
│ ├── ar_SA.js
│ ├── az.js
│ ├── bn.js
│ ├── cs.js
│ ├── de.js
│ ├── el.js
│ ├── en.js
│ ├── es.js
│ ├── fa.js
│ ├── fr.js
│ ├── hi.js
│ ├── hu.js
│ ├── idn.js
│ ├── it.js
│ ├── ja.js
│ ├── ko.js
│ ├── mr.js
│ ├── ne.js
│ ├── pl.js
│ ├── pt.js
│ ├── ru.js
│ ├── sl.js
│ ├── sv.js
│ ├── ta.js
│ ├── th.js
│ ├── tr.js
│ ├── uk.js
│ ├── ur.js
│ ├── uz.js
│ ├── vi.js
│ ├── zh.js
│ └── zh_TW.js
├── manifest(firefox).json
├── manifest.json
├── privacy-policy.html
├── scripts/
│ ├── README.md
│ ├── ai-tools.js
│ ├── alert-modal.js
│ ├── background.js
│ ├── backup-restore.js
│ ├── bookmarks.js
│ ├── browser-utils.js
│ ├── clock.js
│ ├── custom-text.js
│ ├── google-apps.js
│ ├── languages.js
│ ├── menu-shortcut-page.js
│ ├── preload.js
│ ├── quotes.js
│ ├── save-load-states.js
│ ├── script.js
│ ├── search-suggestions.js
│ ├── search.js
│ ├── shortcuts.js
│ ├── theme.js
│ ├── todo-list.js
│ ├── voice-search.js
│ ├── wallpaper.js
│ ├── weather.js
│ └── widgets-transparency.js
├── style.css
├── svgs/
│ └── 0 Don't DELETE any of them
└── tools/
└── languagesAnalysis.html
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.yaml
================================================
name: Bug Report
description: Report a bug in Material You NewTab.
title: "[Bug]: "
labels: ["bug"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for reporting an issue with **Material You NewTab**!
Before submitting, please check if the issue already exists in the [issues list](https://github.com/prem-k-r/MaterialYouNewTab/issues).
If you need help, feel free to ask in our [Telegram support group](https://t.me/Material_You_NewTab).
- type: input
id: contact
attributes:
label: Contact Details
description: How can we reach you if we need more info?
placeholder: ex. Your Telegram username, email, or GitHub profile (optional)
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Describe the issue clearly, including what you expected to happen versus what actually happened.
placeholder: "### Bug Description\n\n### Expected Behavior\n\n### Actual Behavior"
validations:
required: true
- type: dropdown
id: extension-version
attributes:
label: Extension Version
description: What version of Material You NewTab are you using?
options:
- Latest Stable Release (Chrome Web Store)
- Development Build (Main Branch)
- Other (Mention Below)
default: 0
validations:
required: true
- type: input
id: extension-version-id
attributes:
label: Extension Version ID
description: If you selected "Other" above, mention your extension version.
placeholder: ex. v3, v2.4, etc.
- type: dropdown
id: browsers
attributes:
label: What browser are you using?
multiple: true
options:
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Brave
- Opera
- Other (mention below)
validations:
required: true
- type: input
id: browser-name
attributes:
label: Browser Name
description: If you selected "Other" above, mention your browser name.
placeholder: ex. Vivaldi, Safari, etc.
validations:
required: false
- type: input
id: os
attributes:
label: Operating System
description: Which OS are you using?
placeholder: ex. Windows 10, macOS 14, Ubuntu 22.04
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: Steps to Reproduce
description: Tell us how to reproduce the bug step by step.
placeholder: |
1. Open the new tab
2. Enable a specific feature
3. Observe the error or issue
validations:
required: true
- type: textarea
id: logs
attributes:
label: Console Errors / Logs
description: If applicable, provide any console errors or logs. (Open DevTools → Console and copy errors)
render: shell
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If possible, attach screenshots or screen recordings of the bug.
- type: checkboxes
id: terms
attributes:
label: Agreement
description: By submitting this issue, you agree to follow the project's [Code of Conduct](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I have searched for existing issues and checked the FAQs before submitting this.
required: true
- label: I agree to follow this project's Code of Conduct.
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: true
contact_links:
- name: Telegram Support Group
url: https://t.me/Material_You_NewTab
about: Join our Telegram group for quick support and discussions.
- name: Contribution Guidelines
url: https://github.com/prem-k-r/MaterialYouNewTab/blob/main/CONTRIBUTING.md
about: Learn how to contribute to Material You New Tab.
================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.yaml
================================================
name: Feature Request
description: Suggest a new feature or improvement for Material You NewTab.
title: "[Feature]: "
labels: ["enhancement"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a feature for **Material You NewTab**!
Before submitting, please ensure that your feature isn’t already requested in the [issues list](https://github.com/prem-k-r/MaterialYouNewTab/issues).
If you need further discussion, feel free to join our [Telegram support group](https://t.me/Material_You_NewTab).
- type: input
id: contact
attributes:
label: Contact Details
description: How can we reach you if we need more information?
placeholder: ex. Telegram username or email (optional)
validations:
required: false
- type: textarea
id: feature-description
attributes:
label: Describe the Feature
description: Clearly explain what feature or improvement you are suggesting.
placeholder: Provide a detailed description of your idea.
value: "### Feature Description\n\n### Why is this needed?\n\n### Possible Implementation"
validations:
required: true
- type: dropdown
id: feature-type
attributes:
label: What kind of feature is this?
options:
- UI/UX Improvement
- New Functionality
- Performance Enhancement
- Other (mention below)
validations:
required: true
- type: input
id: feature-type-other
attributes:
label: Specify Feature Type (if "Other")
description: If your feature does not fit into the categories above, specify here.
placeholder: ex. Accessibility improvement, Customization option
validations:
required: false
- type: textarea
id: potential-benefits
attributes:
label: Benefits of This Feature
description: Explain how this feature would improve the extension for users.
placeholder: Describe how it enhances usability, functionality, or performance.
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional Context
description: Add any relevant information, references, or screenshots.
placeholder: ex. Related features, links, or alternative approaches.
validations:
required: false
- type: checkboxes
id: agreement
attributes:
label: Agreement
description: By submitting this issue, you agree to follow the project's [Code of Conduct](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/CODE_OF_CONDUCT.md).
options:
- label: I have searched for existing issues and checked the FAQs before submitting this.
required: true
- label: I agree to follow this project's Code of Conduct.
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/general_question.yaml
================================================
name: General Question / Help Needed
description: Ask a question or seek help related to Material You NewTab.
title: "[Question]: "
labels: ["help wanted"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for reaching out! Please check our [README](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/README.md) and [existing issues](https://github.com/prem-k-r/MaterialYouNewTab/issues) first. For quicker support, join our [Telegram group](https://t.me/Material_You_NewTab).
- type: input
id: contact
attributes:
label: Contact Details
description: How can we reach you for more info? (optional)
placeholder: ex. Telegram username or email
validations:
required: false
- type: textarea
id: question-details
attributes:
label: Your Question or Issue
description: Describe your question or issue.
placeholder: "Explain your question or what you're trying to achieve."
value: "### Question\n\n### Additional Context"
validations:
required: true
- type: dropdown
id: extension-version
attributes:
label: Extension Version
options:
- Latest Stable Release (Chrome Web Store)
- Development Build (Main Branch)
- Other (Mention Below)
default: 0
validations:
required: true
- type: input
id: extension-version-id
attributes:
label: Extension Version ID
placeholder: ex. v3, v2.4, etc.
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browser are you using?
multiple: true
options:
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Brave
- Opera
- Other (mention below)
validations:
required: true
- type: input
id: browser-name
attributes:
label: Browser Name
description: If you selected "Other" above, mention your browser name.
placeholder: ex. Vivaldi, Safari, etc.
validations:
required: false
- type: input
id: os
attributes:
label: Operating System
placeholder: ex. Windows 10, macOS 14, Ubuntu 22.04
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional Information (if any)
placeholder: "Any logs, screenshots, or extra details?"
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Agreement
options:
- label: I have searched the FAQs and existing issues before submitting.
required: true
- label: I agree to follow this project's [Code of Conduct](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/CODE_OF_CONDUCT.md).
required: true
================================================
FILE: .github/pull_request_template.md
================================================
## 📌 Description
<!-- Please provide a clear and concise description of the changes introduced in this PR and their purpose. -->
## 🎨 Visual Changes (Screenshots / Videos)
<!-- If applicable, attach relevant screenshots or screen recordings showcasing the modifications. -->
## 🔗 Related Issues
- Closes #<issue_number> <!-- if this PR fixes an issue -->
- Related to #<issue_number> <!-- if applicable -->
## ✅ Checklist
<!-- Tip: To mark a checklist item as complete, replace [ ] with [x] -->
- [ ] I have read and followed the [Contributing Guidelines](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/CONTRIBUTING.md).
- [ ] My code follows the project's coding style and conventions.
- [ ] I have tested my changes thoroughly to ensure expected behavior.
- [ ] I have verified compatibility across Chrome and Firefox (additional browsers if applicable).
- [ ] I have attached relevant visual evidence (screenshots/videos) if applicable.
- [ ] I have updated the [CHANGELOG.md](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/CHANGELOG.md) under the appropriate categories with all my changes in this PR.
## 🤖 AI Assistance (Coding)
- [ ] None
- [ ] Ideas / planning
- [ ] Debugging / review help
- [ ] Small code snippets
- [ ] Partial implementation
- [ ] Major implementation help
- [ ] Mostly AI-generated
- [ ] Full vibe coded
================================================
FILE: .gitignore
================================================
# Ignore macOS system files
.DS_Store
# Ignore VSCode workspace settings
.vscode/
================================================
FILE: CHANGELOG.md
================================================
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project partially follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- `Added` - for new features.
- `Changed` - for changes in existing functionality.
- `Improved` - for enhancements or optimizations in existing functionality.
- `Removed` - for features that have been removed.
- `Fixed` - for any bug fixes.
- `Localized` - for updates related to translations, localization, or internationalization.
- `Other` - for technical updates.
## [Unreleased](https://github.com/prem-k-r/MaterialYouNewTab/compare/v3.3...main)
### Added
- Added support for touch-swipe and mouse-wheel gestures on the search engine icon to switch search engines when they are hidden ([@prem-k-r](https://github.com/prem-k-r)) ([#145](https://github.com/prem-k-r/MaterialYouNewTab/pull/145))
- Added support for custom shortcut icons via upload, URL, or pasted SVG ([@smurf11k](https://github.com/smurf11k)), ([@prem-k-r](https://github.com/prem-k-r)) ([#187](https://github.com/prem-k-r/MaterialYouNewTab/pull/187/)), ([#199](https://github.com/prem-k-r/MaterialYouNewTab/pull/199/))
- Added Daily Quote option to show one quote per day instead of refreshing on every new tab ([@KomeshBathula](https://github.com/KomeshBathula)) ([#141](https://github.com/prem-k-r/MaterialYouNewTab/pull/141))
### Improved
- Introduced collapsible sections in the settings menu for improved organization and easier navigation ([@prem-k-r](https://github.com/prem-k-r)) ([#109](https://github.com/prem-k-r/MaterialYouNewTab/pull/109))
- Redesigned the theme selector from dropdown to buttons for easier switching between Light, Dark, and System modes ([@prem-k-r](https://github.com/prem-k-r)) ([#112](https://github.com/prem-k-r/MaterialYouNewTab/pull/112))
- Added expanding animations to todo and Google apps panels and some other minor UI changes ([@prem-k-r](https://github.com/prem-k-r)) ([#118](https://github.com/prem-k-r/MaterialYouNewTab/pull/118))
- Prevented weather condition and shortcut icons from being color-inverted in dark mode ([@prem-k-r](https://github.com/prem-k-r)) ([#191](https://github.com/prem-k-r/MaterialYouNewTab/pull/191))
- Improved fallback behavior of shortcut icons to first-letter icons when custom icons fail to load or when offline ([@prem-k-r](https://github.com/prem-k-r)) ([#187](https://github.com/prem-k-r/MaterialYouNewTab/pull/187/))
- Disabled dragging for weather and location icons ([@anndiy](https://github.com/anndiy)) ([#183](https://github.com/prem-k-r/MaterialYouNewTab/pull/183))
### Fixed
- Fixed an issue where rapid clicks on the AI Tools icon caused race conditions, leading to inconsistent shortcuts panel visibility. ([@prem-k-r](https://github.com/prem-k-r)) ([#118](https://github.com/prem-k-r/MaterialYouNewTab/pull/118))
- Fixed shortcut name and URLs hover behavior by replacing ellipsis with clipped text for improved readability ([@prem-k-r](https://github.com/prem-k-r)) ([283f78d](https://github.com/prem-k-r/MaterialYouNewTab/pull/199/changes/283f78d6e4b202a075ca3d670c1b30cbc701c3a4))
### Localized
- Translation updated for:
- Japanese ([@kons10](https://github.com/kons10))
- Arabic ([@heshamoomar](https://github.com/heshamoomar))
- Spanish ([@palacios22c](https://github.com/palacios22c))
- Russian ([@C0dwiz](https://github.com/C0dwiz), [@giwih](https://github.com/giwih)), ([@smurf11k](https://github.com/smurf11k))
- Czech ([@ceskyDJ](https://github.com/ceskyDJ))
- Hindi ([@prem-k-r](https://github.com/prem-k-r))
- Bengali ([@prem-k-r](https://github.com/prem-k-r)), ([@itz-rj-here](https://github.com/itz-rj-here))
- Uzbek ([S0ME2](https://github.com/S0ME2))
- Indonesian ([@Ayyas-RF](https://github.com/Ayyas-RF))
- Ukrainian ([@smurf11k](https://github.com/smurf11k))
- Hungarian ([@smurf11k](https://github.com/smurf11k))
- Marathi ([@anndiy](https://github.com/anndiy))
- French ([@iamwinner422](https://github.com/iamwinner422))
- Corrected abbreviations for months and days of the week in Russian ([@Ayyas-RF](https://github.com/Ayyas-RF)) ([#105](https://github.com/prem-k-r/MaterialYouNewTab/pull/105))
- Added support for Ukrainian ([@lozik4](https://github.com/lozik4)) ([#106](https://github.com/prem-k-r/MaterialYouNewTab/pull/106))
- Added support for Swedish ([@empohello-imamempogitub](https://github.com/empohello-imamempogitub)) ([#179](https://github.com/prem-k-r/MaterialYouNewTab/pull/179))
- Localized New Tab title ([@prem-k-r](https://github.com/prem-k-r))
### Other
- Miscellaneous improvements ([@prem-k-r](https://github.com/prem-k-r))
## [v3.3](https://github.com/prem-k-r/MaterialYouNewTab/compare/v3.2...v3.3) - Nov 23, 2025
### Added
- Added “Follow System Theme” option to the theme dropdown, allowing automatic switching between Light and Dark themes based on the system’s current appearance ([@heshamoomar](https://github.com/heshamoomar)) ([#80](https://github.com/prem-k-r/MaterialYouNewTab/pull/80))
- Added toast notification to hide the footer for Chromium users ([@prem-k-r](https://github.com/prem-k-r)) ([#89](https://github.com/prem-k-r/MaterialYouNewTab/pull/89))
### Improved
- Updated search suggestion behavior to autocomplete the current search term upon selection via keyboard ([@prem-k-r](https://github.com/prem-k-r)), ([@itz-rj-here](https://github.com/itz-rj-here)) ([#33](https://github.com/prem-k-r/MaterialYouNewTab/pull/33))
- Added minimum width constraint to the custom text input box ([@anugrahrk](https://github.com/anugrahrk)) ([#70](https://github.com/prem-k-r/MaterialYouNewTab/pull/70))
- Smoothed the opening and closing animation for search dropdown ([@prem-k-r](https://github.com/prem-k-r)) ([#83](https://github.com/prem-k-r/MaterialYouNewTab/pull/83))
### Fixed
- Search dropdown no longer throws an error when Enter is pressed without a selected item ([@prem-k-r](https://github.com/prem-k-r)) ([#83](https://github.com/prem-k-r/MaterialYouNewTab/pull/83))
### Localized
- Adjusted Chinese date formatting ([@quantumfallout](https://github.com/quantumfallout)) ([#43](https://github.com/prem-k-r/MaterialYouNewTab/pull/43))
- Added support for Polish ([@dawid9707](https://github.com/dawid9707)) ([#55](https://github.com/prem-k-r/MaterialYouNewTab/pull/55))
- Corrected the display of Arabic numerals in the digital clock and opacity slider ([@heshamoomar](https://github.com/heshamoomar)) ([#78](https://github.com/prem-k-r/MaterialYouNewTab/pull/78))
- Translation updated for:
- Russian ([@giwih](https://github.com/giwih)), ([@Ayyas-RF](https://github.com/Ayyas-RF))
- Spanish ([@zRaidev](https://github.com/zRaidev))
- Arabic ([@heshamoomar](https://github.com/heshamoomar))
- Korean ([@codemaster0524](https://github.com/codemaster0524))
- Japanese ([@kons10](https://github.com/kons10))
- Czech ([@ceskyDJ](https://github.com/ceskyDJ))
- Indonesian ([@Ayyas-RF](https://github.com/Ayyas-RF))
- Hindi ([@prem-k-r](https://github.com/prem-k-r))
- Bengali ([@prem-k-r](https://github.com/prem-k-r)), ([@itz-rj-here](https://github.com/itz-rj-here))
### Other
- Docs: Added dark mode to privacy policy page ([@itz-rj-here](https://github.com/itz-rj-here)) ([#32](https://github.com/prem-k-r/MaterialYouNewTab/pull/32))
- Chores ([@prem-k-r](https://github.com/prem-k-r)), ([@itz-rj-here](https://github.com/itz-rj-here))
## [v3.2](https://github.com/XengShi/materialYouNewTab/compare/v3...v3.2) - July 20, 2025
### Added
- Added GPS-based dynamic location option for weather updates ([@prem-k-r](https://github.com/prem-k-r)) ([#331](https://github.com/XengShi/materialYouNewTab/pull/331))
- Added Claude to the list of AI Tools ([@prem-k-r](https://github.com/prem-k-r)) ([#424](https://github.com/XengShi/materialYouNewTab/pull/424))
- Added Dark Mode feature for all Color Themes ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#465](https://github.com/XengShi/materialYouNewTab/pull/465))
- Enabled vertical scroll to also control horizontal scrolling for AI Tools ([@prem-k-r](https://github.com/prem-k-r)) ([#495](https://github.com/XengShi/materialYouNewTab/pull/495))
- Added Discord shortcut ([@prem-k-r](https://github.com/prem-k-r)) ([185a981](https://github.com/XengShi/materialYouNewTab/pull/523/commits/185a98128ab0a066d0002c074df1bfb6212c638d))
- Added option to hide weather widgets ([@Viral-Sachde](https://github.com/Viral-Sachde)), ([@prem-k-r](https://github.com/prem-k-r)) ([#535](https://github.com/XengShi/materialYouNewTab/pull/535))
- Added option to edit bookmark name and URL ([@prem-k-r](https://github.com/prem-k-r)) ([#541](https://github.com/XengShi/materialYouNewTab/pull/541))
- Added DeepSeek to the list of AI Tools ([@prem-k-r](https://github.com/prem-k-r)) ([#544](https://github.com/XengShi/materialYouNewTab/pull/544))
- Replaced default alert and confirm dialog boxes with a custom modal, including default keypress behavior ([@prem-k-r](https://github.com/prem-k-r)) ([#545](https://github.com/XengShi/materialYouNewTab/pull/545))
- Set the browser's current default search engine as the selectable engine ([@prem-k-r](https://github.com/prem-k-r)) ([#479](https://github.com/XengShi/materialYouNewTab/pull/479))
- Added option for sorting by date added in bookmarks ([@hasanakhiar](https://github.com/hasanakhiar)) ([#571](https://github.com/XengShi/materialYouNewTab/pull/571))
- Added Motivational Quotes feature ([@prem-k-r](https://github.com/prem-k-r)), ([@XengShi](https://github.com/XengShi)), ([@Thunder-Blaze](https://github.com/Thunder-Blaze)), ([@itz-rj-here](https://github.com/itz-rj-here)) ([#570](https://github.com/XengShi/materialYouNewTab/pull/570))
- Added search mode categorization: 'Search With' search engines and 'Search On' platforms ([@ashesbloom](https://github.com/ashesbloom)), ([@prem-k-r](https://github.com/prem-k-r)), ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#474](https://github.com/XengShi/materialYouNewTab/pull/474))
- Added Wikipedia and Google Images to the list of search engines ([@prem-k-r](https://github.com/prem-k-r)) ([43aaf55](https://github.com/XengShi/materialYouNewTab/pull/474/commits/43aaf55f61affffa9fe5133d9ad1507e2c14a660))
- Added Tips ([@XengShi](https://github.com/XengShi)), ([@prem-k-r](https://github.com/prem-k-r)) ([0190dee](https://github.com/XengShi/materialYouNewTab/commit/0190dee9e0adfb5e4f68afa8529317eb6810d311)), ([#585](https://github.com/XengShi/materialYouNewTab/pull/585)), ([#589](https://github.com/XengShi/materialYouNewTab/pull/589))
- Added Reddit and Quora as Search Platforms ([@prem-k-r](https://github.com/prem-k-r)) ([#593](https://github.com/XengShi/materialYouNewTab/pull/593))
- Added option to hide Clock ([@XengShi](https://github.com/XengShi)), ([@prem-k-r](https://github.com/prem-k-r)) ([23cd5a8](https://github.com/XengShi/materialYouNewTab/commit/23cd5a86759d11944f447f4f448a710ccfe4d9fc)), ([#599](https://github.com/XengShi/materialYouNewTab/pull/599))
- Added location suggestion dropdown with real-time search feature ([@prem-k-r](https://github.com/prem-k-r)) ([#609](https://github.com/XengShi/materialYouNewTab/pull/609))
- Added option to show Minimun-Maximum temperature instead of Feels like ([@prem-k-r](https://github.com/prem-k-r)) ([#615](https://github.com/XengShi/materialYouNewTab/pull/615))
- Added Grok and Qwen to the list of AI Tools ([@prem-k-r](https://github.com/prem-k-r)) ([#624](https://github.com/XengShi/materialYouNewTab/pull/624))
- Added the ability to choose which AI shortcuts to display and set the order in which they appear ([@prem-k-r](https://github.com/prem-k-r)) ([#624](https://github.com/XengShi/materialYouNewTab/pull/624))
- Added transparency effect to widgets interface when wallpaper is set ([@prem-k-r](https://github.com/prem-k-r)) ([#660](https://github.com/XengShi/materialYouNewTab/pull/660))
- Interactive transparency adjustment slider ([@tahirahmad01](https://github.com/TahirAhmad01)) ([#670](https://github.com/XengShi/materialYouNewTab/pull/670)), ([@prem-k-r](https://github.com/prem-k-r)) ([#678](https://github.com/XengShi/materialYouNewTab/pull/678))
- Added Multilingual Support for Motivational Quotes ([@prem-k-r](https://github.com/prem-k-r)) ([#683](https://github.com/XengShi/materialYouNewTab/pull/683))
- Added toggle to hide or show location in the location tile ([@prem-k-r](https://github.com/prem-k-r)) ([#685](https://github.com/XengShi/materialYouNewTab/pull/685))
- Added drag and drop functionality for reordering shortcuts ([@prem-k-r](https://github.com/prem-k-r)) ([#695](https://github.com/XengShi/materialYouNewTab/pull/695))
- Added edit functionality for todo list ([@GauravKukreti](https://github.com/GauravKukreti)) ([#719](https://github.com/XengShi/materialYouNewTab/pull/719))
### Changed
- Weather retention time set to 7.25 minutes for user-entered API keys and 16 minutes otherwise ([@prem-k-r](https://github.com/prem-k-r)) ([#428](https://github.com/XengShi/materialYouNewTab/pull/428))
- Changed default Vietnamese font to 'Be Vietnam Pro' ([@prem-k-r](https://github.com/prem-k-r)) ([#442](https://github.com/XengShi/materialYouNewTab/pull/442))
- Improved date format for Japanese and Korean ([@prem-k-r](https://github.com/prem-k-r)), ([@dempavof](https://github.com/dempavof)) ([#529](https://github.com/XengShi/materialYouNewTab/pull/529))
- Updated toggle switch design; adjusted the inner thumb size based on state and reduced animation speed ([@vchib1](https://github.com/vchib1)) ([#558](https://github.com/XengShi/materialYouNewTab/pull/558))
- Reduced radio buttons size in search engines ([@vchib1](https://github.com/vchib1)), ([@prem-k-r](https://github.com/prem-k-r))
- Added throttle to Reddit search suggestions to prevent hitting rate limits during rapid typing ([@prem-k-r](https://github.com/prem-k-r)) ([#626](https://github.com/XengShi/materialYouNewTab/pull/626))
- Made host permissions optional (used for search suggestions) ([@prem-k-r](https://github.com/prem-k-r)) ([#709](https://github.com/XengShi/materialYouNewTab/pull/709))
### Improved
- Adaptive icon now matches the theme color ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#435](https://github.com/XengShi/materialYouNewTab/pull/435)), ([@prem-k-r](https://github.com/prem-k-r)) ([#477](https://github.com/XengShi/materialYouNewTab/pull/477))
- Mic icon now hides properly, providing more space for queries ([@prem-k-r](https://github.com/prem-k-r)) ([#450](https://github.com/XengShi/materialYouNewTab/pull/450))
- Smoothed Close button animation ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#454](https://github.com/XengShi/materialYouNewTab/pull/454))
- Made the website responsive for better mobile usability ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#453](https://github.com/XengShi/materialYouNewTab/pull/453))
- Search engines dropdown now closes when an option is selected ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#453](https://github.com/XengShi/materialYouNewTab/pull/453))
- Shortcuts now scroll within their container instead of the whole screen when spanning multiple lines ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#453](https://github.com/XengShi/materialYouNewTab/pull/453))
- Improved keyboard and mouse interactions: clearing selected state when dropdown opens, preventing scrolling with arrow keys, ensuring Enter and clicks switch search engines, close the dropdown, and focus on the search input, including for the search engine radio buttons. ([@prem-k-r](https://github.com/prem-k-r)) ([#483](https://github.com/XengShi/materialYouNewTab/pull/483))
- Updated color picker shades for custom colors ([@prem-k-r](https://github.com/prem-k-r)) ([#493](https://github.com/XengShi/materialYouNewTab/pull/493))
- Updated new tab favicon ([@XengShi](https://github.com/XengShi)), ([@prem-k-r](https://github.com/prem-k-r))
- Enhanced weather icons by using 128x128px images instead of 64x64px ([@prem-k-r](https://github.com/prem-k-r)), ([@ceskyDJ](https://github.com/ceskyDJ)) ([#533](https://github.com/XengShi/materialYouNewTab/pull/533))
- Styled each shortcut as a separate card with a background color in the Edit Shortcuts list ([@prem-k-r](https://github.com/prem-k-r)) ([#536](https://github.com/XengShi/materialYouNewTab/pull/536))
- Added Throttle in Color Picker input for performance optimization ([@prem-k-r](https://github.com/prem-k-r)) ([#511](https://github.com/XengShi/materialYouNewTab/pull/511))
- Added 5 more shared WeatherAPI keys ([@prem-k-r](https://github.com/prem-k-r)) ([916e3d6](https://github.com/XengShi/materialYouNewTab/pull/609/commits/916e3d6bd49c10fde9c2f24ac61a0570922c5c3a))
- Made AI tools shortcut icons a bit larger ([@prem-k-r](https://github.com/prem-k-r)) ([27c592f](https://github.com/XengShi/materialYouNewTab/pull/624/commits/27c592fecbdf0c440fc750ea7503c060e4c4deaf))
- Enhanced 'Sort by' and 'View as' buttons UI ([@prem-k-r](https://github.com/prem-k-r)) ([#635](https://github.com/XengShi/materialYouNewTab/pull/635))
- Enhanced Google apps and Todo list UI ([@XengShi](https://github.com/XengShi)) ([bff0a40](https://github.com/XengShi/materialYouNewTab/commit/bff0a4012ab8e05bc177dfdc1f3c7189be763a54)), ([@prem-k-r](https://github.com/prem-k-r))
- New shortcut now auto-scrolls into view and focuses on URL input; and smooth scrolling for all scrollable areas ([@prem-k-r](https://github.com/prem-k-r)) ([#638](https://github.com/XengShi/materialYouNewTab/pull/638))
- Added confirmation alert before resetting shortcuts ([@prem-k-r](https://github.com/prem-k-r)) ([#657](https://github.com/XengShi/materialYouNewTab/pull/657))
- Use browser-cached bookmark favicons ([@prem-k-r](https://github.com/prem-k-r)) ([#710](https://github.com/XengShi/materialYouNewTab/pull/710))
- Improved search suggestions keyboard and mouse navigation ([@prem-k-r](https://github.com/prem-k-r)) ([#723](https://github.com/XengShi/materialYouNewTab/pull/723))
### Removed
- Removed extension icon change ([@XengShi](https://github.com/XengShi))
- Removed Instagram shortcut ([@prem-k-r](https://github.com/prem-k-r)) ([185a981](https://github.com/XengShi/materialYouNewTab/pull/523/commits/185a98128ab0a066d0002c074df1bfb6212c638d))
- Removed the vertical line that was present after 'Search With' ([@prem-k-r](https://github.com/prem-k-r))
- Removed the invalid URL syntax check for shortcuts ([@prem-k-r](https://github.com/prem-k-r)) ([aa63c4a](https://github.com/XengShi/materialYouNewTab/pull/622/commits/aa63c4a0ee10c44baf63c22acf637ffb11621416))
### Fixed
- Fixed issue where search suggestions were partially hidden behind shortcuts on smaller screen heights ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#407](https://github.com/XengShi/materialYouNewTab/pull/407))
- Fixed issue where keyboard shortcuts were active in custom text box ([@prem-k-r](https://github.com/prem-k-r)) ([fa30642](https://github.com/XengShi/materialYouNewTab/pull/413/commits/fa3064253c45cdedb0d95618a97e66ce39a67ad3))
- Removed slight white boundaries around shortcut icons and the Close button ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#454](https://github.com/XengShi/materialYouNewTab/pull/454))
- Fixed issue with bookmarks toggle on unsupported devices ([@Thunder-Blaze](https://github.com/Thunder-Blaze)), ([@prem-k-r](https://github.com/prem-k-r))
- Fixed display issue when there are fewer than five search suggestions ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#453](https://github.com/XengShi/materialYouNewTab/pull/453))
- Custom text no longer overlaps the clock and is now limited to 2 lines, becoming scrollable beyond that ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#467](https://github.com/XengShi/materialYouNewTab/pull/467))
- Resolved issues where weather details sometimes failed to display properly ([@prem-k-r](https://github.com/prem-k-r))
- Centered shortcut names correctly when the width is 1–2 characters ([@prem-k-r](https://github.com/prem-k-r)) ([06bb4ca](https://github.com/XengShi/materialYouNewTab/pull/496/commits/06bb4cabe66b278a517483358519cc3c66232b90))
- Limited shortcut title width to prevent overflow onto other shortcuts ([@Thunder-Blaze](https://github.com/Thunder-Blaze)) ([#497](https://github.com/XengShi/materialYouNewTab/pull/497))
- Fixed AM/PM display error in certain languages when 12-hour format is enabled ([@shmps40802](https://github.com/shmps40802)) ([#500](https://github.com/XengShi/materialYouNewTab/pull/500))
- Fixed bug where shortcut reset animation occurred only alternately; now it works every time ([@prem-k-r](https://github.com/prem-k-r)) ([c4cdd6c](https://github.com/XengShi/materialYouNewTab/pull/536/commits/c4cdd6c8719937b9fa93afc76cd111a94cf61350))
- Corrected off-center Google menu icon alignment on certain devices ([@vchib1](https://github.com/vchib1)) ([#558](https://github.com/XengShi/materialYouNewTab/pull/558))
- Fixed delayed radio button animation when hiding search engines ([@vchib1](https://github.com/vchib1)) ([#558](https://github.com/XengShi/materialYouNewTab/pull/558))
- Fixed disabled Save button in Edit Bookmark not re-enabling after entering URL ([@prem-k-r](https://github.com/prem-k-r)) ([#635](https://github.com/XengShi/materialYouNewTab/pull/635))
- Fixed inactive Add Shortcut button after resetting maxed-out shortcuts ([@prem-k-r](https://github.com/prem-k-r)) ([#638](https://github.com/XengShi/materialYouNewTab/pull/638))
- Prevent repeated toggle of bookmark on RightArrow key hold ([@prem-k-r](https://github.com/prem-k-r)) ([45ebd54](https://github.com/XengShi/materialYouNewTab/pull/669/commits/45ebd54a0767427f5c2b0b12a735d35f446eba3c))
- Prevent flash of default blue color on page load when using custom theme from color picker ([@prem-k-r](https://github.com/prem-k-r)) ([#708](https://github.com/XengShi/materialYouNewTab/pull/708))
### Localized
- Added support for Hungarian ([@Zan1456](https://github.com/Zan1456)) ([#420](https://github.com/XengShi/materialYouNewTab/pull/420))
- Added support for Nepali ([@sthaB-kash](https://github.com/sthaB-kash)) ([#452](https://github.com/XengShi/materialYouNewTab/pull/452))
- Added support for Traditional Chinese ([@shmps40802](https://github.com/shmps40802)) ([#499](https://github.com/XengShi/materialYouNewTab/pull/499))
- Added support for Urdu ([@prem-k-r](https://github.com/prem-k-r)), ([@asfand-dev](https://github.com/asfand-dev)) ([#548](https://github.com/XengShi/materialYouNewTab/pull/548))
- Added support for German ([@prem-k-r](https://github.com/prem-k-r)) ([#641](https://github.com/XengShi/materialYouNewTab/pull/641))
- Added support for Persian ([@AMIRHOSSEIN-AHMADI-IR](https://github.com/AMIRHOSSEIN-AHMADI-IR)) ([#645](https://github.com/XengShi/materialYouNewTab/pull/645))
- Added support for Arabic ([@Mazen3Alharbi](https://github.com/Mazen3Alharbi)) ([#659](https://github.com/XengShi/materialYouNewTab/pull/659))
- Added support for Greek ([@trlef19](https://github.com/trlef19)) ([#674](https://github.com/XengShi/materialYouNewTab/pull/674))
- Added support for Tamil ([@TamilNeram](https://github.com/TamilNeram)) ([#682](https://github.com/XengShi/materialYouNewTab/pull/682))
- Added support for Thai ([@prinsasina](https://github.com/prinsasina)) ([#702](https://github.com/XengShi/materialYouNewTab/pull/702))
- Translation updated for:
- Hindi ([@prem-k-r](https://github.com/prem-k-r))
- Bengali ([@prem-k-r](https://github.com/prem-k-r)), ([@itz-rj-here](https://github.com/itz-rj-here))
- Vietnamese ([@Tuan1-2-3](https://github.com/Tuan1-2-3))
- French ([@iamwinner422](https://github.com/iamwinner422))
- Italian ([@ZiClaud](https://github.com/ZiClaud))
- Czech ([@ceskyDJ](https://github.com/ceskyDJ))
- Indonesian ([@Ayyas-RF](https://github.com/Ayyas-RF))
- Marathi ([@prem-k-r](https://github.com/prem-k-r))
- Turkish ([@kerimlcr](https://github.com/kerimlcr))
- Portuguese (Brazil) ([@MestreWalla](https://github.com/MestreWalla))
- Russian ([@giwih](https://github.com/giwih))
- Japanese ([@kons10](https://github.com/kons10))
- Simplified Chinese ([@kons10](https://github.com/kons10))
### Other
- Updated documentations ([@prem-k-r](https://github.com/prem-k-r)), ([@itz-rj-here](https://github.com/itz-rj-here)), ([@ZiClaud](https://github.com/ZiClaud))
- Refactored code ([@ZiClaud](https://github.com/ZiClaud)), ([@prem-k-r](https://github.com/prem-k-r))
- Chores ([@XengShi](https://github.com/XengShi)), ([@itz-rj-here](https://github.com/itz-rj-here)), ([@prem-k-r](https://github.com/prem-k-r))
---
## [v3](https://github.com/XengShi/materialYouNewTab/compare/v2.4...v3) - Dec 28, 2024
## [v2.4](https://github.com/XengShi/materialYouNewTab/compare/v2.3...v2.4) - Nov 26, 2024
## [v2.3](https://github.com/XengShi/materialYouNewTab/compare/v2.2...v2.3) - Nov 1, 2024
## [v2.2](https://github.com/XengShi/materialYouNewTab/compare/v2.0...v2.2) - Oct 23, 2024
## [v2.0](https://github.com/XengShi/materialYouNewTab/compare/v1.1...v2.0) - Oct 11, 2024
## v1.1 - Oct 2, 2024
## v1 - Aug 20, 2023
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Contributor Covenant Code of Conduct
## Our Pledge
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.
## Our Standards
Examples of behavior that contributes to a positive environment for our
community include:
* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
overall community
Examples of unacceptable behavior include:
* The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Enforcement Responsibilities
Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.
Community leaders have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, and will communicate reasons for moderation
decisions when appropriate.
## Scope
This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.
Examples of representing our community include using an official e-mail address,
posting via an official social media account, or acting as an appointed
representative at an online or offline event.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at <prem12321kumar@outlook.com>.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
reporter of any incident.
## Enforcement Guidelines
Community leaders will follow these Community Impact Guidelines in determining
the consequences for any action they deem in violation of this Code of Conduct:
### 1. Correction
**Community Impact**: Use of inappropriate language or other behavior deemed
unprofessional or unwelcome in the community.
**Consequence**: A private, written warning from community leaders, providing
clarity around the nature of the violation and an explanation of why the
behavior was inappropriate. A public apology may be requested.
### 2. Warning
**Community Impact**: A violation through a single incident or series
of actions.
**Consequence**: A warning with consequences for continued behavior. No
interaction with the people involved, including unsolicited interaction with
those enforcing the Code of Conduct, for a specified period of time. This
includes avoiding interactions in community spaces as well as external channels
like social media. Violating these terms may lead to a temporary or
permanent ban.
### 3. Temporary Ban
**Community Impact**: A serious violation of community standards, including
sustained inappropriate behavior.
**Consequence**: A temporary ban from any sort of interaction or public
communication with the community for a specified period of time. No public or
private interaction with the people involved, including unsolicited interaction
with those enforcing the Code of Conduct, is allowed during this period.
Violating these terms may lead to a permanent ban.
### 4. Permanent Ban
**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.
**Consequence**: A permanent ban from any sort of public interaction within
the community.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).
[homepage]: https://www.contributor-covenant.org
For answers to common questions about this code of conduct, see the FAQ at
<https://www.contributor-covenant.org/faq>. Translations are available at
<https://www.contributor-covenant.org/translations>.
================================================
FILE: CONTRIBUTING.md
================================================
# Contribution Guidelines
We welcome all developers to contribute to our extension! Your efforts are truly appreciated. To ensure smooth collaboration, please keep the following points in mind before submitting your pull requests:
## 1. Add Only Relevant Code
- Avoid unnecessary modifications to existing code, including formatting changes.
- Refrain from using options like "Format Document" in editors like VS Code, as these changes make it difficult to review the actual modifications.
## 2. Provide Visual Context
- Always attach a screenshot or screen recording of your changes in action.
- Include a detailed description of the changes and their purpose in the pull request.
## 3. Follow Code Style Guidelines
- Stick to the existing coding style and structure of the project.
- Use consistent indentation and naming conventions.
## 4. Avoid Adding Unnecessary Dependencies
- Before adding any library or dependency, explain its purpose and confirm that it's essential for the functionality you're implementing.
## 5. Test Thoroughly
- Ensure that your changes are fully functional and do not introduce any bugs or performance issues.
- Test your code on various screen sizes and scenarios if applicable.
## 6. Test Across Browsers
- Test your code in both **Chrome** and **Firefox** to ensure compatibility and that everything is working properly.
## 7. Keep Pull Requests Focused
- Focus on one feature or fix per pull request. Avoid bundling unrelated changes together.
## 8. Document Changes
- If your changes introduce new functionality, update any relevant documentation or provide notes for other contributors.
By following these guidelines, we can maintain a clean and efficient codebase while making the review process faster and easier for everyone. Thank you for your contributions and for helping improve this project!
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Material You New Tab: A browser extension that replaces your default
New Tab or homepage with a sleek, modern interface inspired by
Google’s Material You design.
Copyright (C) 2023-2025 XengShi
Copyright (C) 2024-2026 Prem
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Material You New Tab Copyright (C) 2024-2026 Prem, 2023-2025 XengShi
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
================================================
FILE: README.md
================================================
<!-- Initialized : Sun 20 Aug 2023 03:41:08 PM IST -->
<h1 align="center">
<a href="https://prem-k-r.github.io/MaterialYouNewTab/"><img src="https://github.com/user-attachments/assets/48c3a9cb-06fa-4c45-92ec-194cdb7c5661" width="58"></a>
<br>
MYNT: Material You New Tab
</h1>
<div align="center">
MYNT: Material You New Tab is a versatile browser extension that personalizes your New Tab page with customizable themes, a welcoming message, and various handy tools, all while integrating seamlessly with your preferred search engine.
</div>
<div align="center">





[](https://chrome.google.com/webstore/detail/mynt-material-you-new-tab/jjpokbgpiljgndebfoljdeihhkpcpfgl) [](https://chrome.google.com/webstore/detail/mynt-material-you-new-tab/jjpokbgpiljgndebfoljdeihhkpcpfgl) [](https://chrome.google.com/webstore/detail/mynt-material-you-new-tab/jjpokbgpiljgndebfoljdeihhkpcpfgl) ▪️ [](https://addons.mozilla.org/en-US/firefox/addon/mynt/) [](https://addons.mozilla.org/en-US/firefox/addon/mynt/) [](https://addons.mozilla.org/en-US/firefox/addon/mynt/) ▪️ [](https://microsoftedge.microsoft.com/addons/detail/mynt-material-you-new-ta/lcgdmfjofmcblocogcabdpfidfbkblcd)
[](https://microsoftedge.microsoft.com/addons/detail/mynt-material-you-new-ta/lcgdmfjofmcblocogcabdpfidfbkblcd)
[](https://microsoftedge.microsoft.com/addons/detail/mynt-material-you-new-ta/lcgdmfjofmcblocogcabdpfidfbkblcd)
</div>
<p align="center">
<a href="#-features">Features</a> •
<a href="#-installation-guide">Installation Guide</a> •
<a href="#download">Download</a> •
<a href="#-currently-supported-languages-32">Currently Supported Languages</a>
<br>
<a href="#-contributing">Contributing</a> •
<a href="#-star-history">Star History</a> •
<a href="#-issues-and-support">Issues and Support</a> •
<a href="#-privacy-policy">Privacy Policy</a> •
<a href="#-license">License</a>
</p>
<img src="https://i.postimg.cc/CF43Yzj1/material-you-new-Tab-poster.webp" alt="Screenshot 1" width="100%">
#### 🔴 🟡 🟢 Test live: [https://prem-k-r.github.io/MaterialYouNewTab/](https://prem-k-r.github.io/MaterialYouNewTab/)
## ✨ Features
- **Integrated Search**: Search directly from the New Tab using your preferred search engine — Google, DuckDuckGo, Bing, Brave Search, YouTube, Wikipedia, and more, with integrated voice typing.
- **Customizable Themes**: Choose from a selection of themes or use the built-in color picker to match your style.
- **Wallpaper**: Upload your own wallpapers or enable daily random images sourced from [Lorem Picsum](https://picsum.photos).
- **Personalized Greeting**: Add a custom message or your name, so you're greeted each time you open a new tab.
- **Clock & Time Display**: Choose between a modern analog or digital clock.
- **Live Weather Updates**: View real-time temperature, conditions, humidity, feels like, and max-min temperature values. Supports °C and °F with location customization.
- **Quick Shortcuts**: Access common platforms (YouTube, Email, WhatsApp, etc.) or add your own shortcuts for instant navigation.
- **AI Tools**: Open ChatGPT, Gemini, Copilot, Perplexity, Claude, DeepSeek, and more with one click.
- **To-Do List**: Manage daily tasks, pin important ones, and enjoy automatic cleanup at the start of each day (pinned tasks reset to pending).
- **Sidebar Bookmarks**: View, delete, and organize bookmarks in either list or grid layout.
- **Google Apps**: Quickly launch Gmail, Drive, Docs, and other Google services.
- **Backup & Reset**: Save or restore your setup anytime, or reset everything to default with one click.
- **Language Support**: Use the extension in your preferred language for better accessibility.
- **Browser Compatibility**: Supports all Chromium-based browsers, including **Chrome**, **Edge**, **Brave**, and **Opera**, as well as Firefox-based browsers like **Firefox** and **Zen**.
## 📥 Installation Guide
### Download
1. **Development Version** (v3.3.*)
- **Clone the Repository**:
Use the following command to clone the repository:
```bash
git clone https://github.com/prem-k-r/MaterialYouNewTab.git
```
- Alternatively, download the latest version as a ZIP file by clicking below:
[](https://github.com/prem-k-r/MaterialYouNewTab/archive/refs/heads/main.zip)
- You can also download the ZIP file by clicking on the Code button. On the repository page, look for a green button labeled **Code**. Click on the **Code** button, and in the dropdown menu, select **Download ZIP**.
2. **Stable Release** (v3.3)
<p align="center">
<a href="https://github.com/prem-k-r/MaterialYouNewTab/releases/latest"><img src="https://github.com/user-attachments/assets/51048d6d-0b35-4f62-8351-4a3ea52d2213" alt="Download from GitHub" height="48" /></a>
<a href="https://chromewebstore.google.com/detail/mynt-material-you-new-tab/jjpokbgpiljgndebfoljdeihhkpcpfgl"><img src="https://github.com/user-attachments/assets/7a829ba4-dcd0-452b-922a-5efacbfda498" alt="Download from Chrome Web Store" height="48" /></a>
<a href="https://microsoftedge.microsoft.com/addons/detail/mynt-material-you-new-ta/lcgdmfjofmcblocogcabdpfidfbkblcd"><img src="https://github.com/user-attachments/assets/3ad87ccf-92bf-4dab-bdf4-6577c3305d54" alt="Download from Microsoft Edge" height="48" /></a>
<a href="https://addons.mozilla.org/en-US/firefox/addon/mynt/"><img src="https://blog.mozilla.org/addons/files/2020/04/get-the-addon-fx-apr-2020.svg" alt="Download from Mozilla Add-ons" height="48" /></a>
</p>
---
### Installation
####  Chromium-Based Browsers
1. **Install from [Chrome Web Store](https://chromewebstore.google.com/detail/mynt-material-you-new-tab/jjpokbgpiljgndebfoljdeihhkpcpfgl) or [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/mynt-material-you-new-ta/lcgdmfjofmcblocogcabdpfidfbkblcd)**:
**Or** follow the manual steps below:
2. **Manual Installation**:
- **Prepare the Extension Folder**:
- Ensure you’ve cloned the repository or downloaded the ZIP file and extracted it.
- **Open Extensions Page**:
Open your preferred browser and enter the following text in the address bar:
-  Chrome: `chrome://extensions`
-  Edge: `edge://extensions`
-  Brave: `brave://extensions`
-  Opera: `opera://extensions`
- **Enable Developer Mode**:
- Turn on **Developer Mode** in the extensions page.
- **Load Unpacked Extension**:
- Click on **Load unpacked** and select your extracted extension folder.
3. **Additional Steps ONLY for <img height="16" src="https://cdn.simpleicons.org/opera"/> Opera (or <img height="16" src="https://cdn.simpleicons.org/operagx"/> Opera GX)**:
> [!NOTE]
> Opera does **not support replacing the default New Tab**.
> This method only sets the extension as a **startup page**.
<details><summary>Click here for the workaround</summary>
- Go to the **Settings**.
- Scroll to the **On startup** section (use the search option if needed).
- Click on **Open a specific page or set of pages** and then click on **Add a new page**.
- Add the following (replace 32-character extension ID if installed manually) to the **Site URL**:
```text
chrome-extension://jjpokbgpiljgndebfoljdeihhkpcpfgl/index.html
```
- To find the extension ID:
- Go to `opera://extensions`, find the extension, and copy the 32-character ID from its details.
- To simulate new tabs:
- Bookmark the extension page to access new tab pages manually.
- Or, right-click the tab and select **Duplicate tab**.
</details>
Below are screenshots of the process to guide you through each step visually.
<img src="https://i.postimg.cc/w6JYypvc/chrome.png" alt="Screenshot 1" width="569">
<img src="https://i.postimg.cc/0ksR7BKg/edge.png" alt="Screenshot 2" width="569">
<img src="https://i.postimg.cc/MqPSg5NR/brave.png" alt="Screenshot 3" width="569">
---
####  Firefox
1. **Install from [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/mynt/)**
<img src="https://i.postimg.cc/bPW2fHX7/FireFox.png" alt="Screenshot" width="569">
2. **Update the Homepage**:
- Open Firefox and **obtain the UUID**:
- Hover over the New Tab button (next to the tab close button). A tooltip will display the extension's unique ID, which looks like this: `0f31e1c1-d63c-4660-b950-8bfbda3bb20a`. Copy or note this ID.
- Alternatively, type `about:debugging#/runtime/this-firefox` in the address bar and find the extension's UUID there.
- Open **Settings** and navigate to **Home**, or type `about:preferences#home` in the address bar.
- Under the **Homepage and new windows** section, select **Custom URLs...**.
- Paste the following URL, replacing the ID with your actual UUID:
```text
moz-extension://e31d6701-f699-414f-bb4c-8fde495c432e/index.html
```
- This will update both your homepage and new tab to the extension.
3. **Additional Steps ONLY for Zen Browser** <img height="16" src="https://cdn.simpleicons.org/zenbrowser"/> :
- Open a new tab and go to `about:config`.
- Accept the risk and continue if prompted.
- In the search bar, type:
```text
zen.urlbar.replace-newtab
```
- Set its value to **false** by clicking the toggle icon.
This ensures the browser does not override the custom New Tab page set by the extension.
4. **Manual Installation (Temporary)**:
- Clone the repository or download and extract the ZIP file.
- **Prepare the Manifest**:
- Delete the existing `manifest.json` file.
- Rename `manifest(firefox).json` to `manifest.json`.
- **Load Temporary Add-on**:
- Go to `about:debugging#/runtime/this-firefox`, select **"This Firefox"**, then click **Load Temporary Add-on**.
- Browse and select the updated `manifest.json`.
---
<!-- ### Installation Video
For a step-by-step walkthrough, watch this [installation guide video](https://youtu.be/P4ryQPixfw8).
[](https://youtu.be/P4ryQPixfw8) -->
## 🌐 Currently Supported Languages (32)
| Language | Code | Translator(s) |
| -------------------------------------------------------------------------------------------- | :---: | ------------------------------------------------------------------------------------- |
| <img src='https://flagcdn.com/us.svg' width=20> **English** | en | [XengShi](https://github.com/XengShi/), [Prem](https://github.com/prem-k-r/) |
| <img src='https://flagcdn.com/sa.svg' width=20> **Arabic** - العربية | ar-SA | [Mazen](https://github.com/Mazen3Alharbi) |
| <img src='https://flagcdn.com/az.svg' width=20> **Azerbaijani** - Azərbaycanca | az | [Hasan Bakhtiar](https://github.com/hasanbakhtiar/) |
| <img src='https://flagcdn.com/bd.svg' width=20> **Bangla** - বাংলা | bn | [It'z RJ](https://github.com/itz-rj-here/), [Prem](https://github.com/prem-k-r/) |
| <img src='https://flagcdn.com/cn.svg' width=20> **Chinese** (Simplified) - 简体中文 | zh-CN | [Guy Berryman](https://github.com/Guy-Berryman), [Tianli](https://github.com/TIANLI0), [Konsento](http://github.com/kons10) |
| <img src='https://flagcdn.com/tw.svg' width=20> **Chinese** (Traditional) - 繁體中文 | zh-TW | [C. Y. Tseng](https://github.com/Eddie40802) |
| <img src='https://flagcdn.com/cz.svg' width=20> **Czech** - Čeština | cz | [Michal Šmahel](https://github.com/ceskyDJ/) |
| <img src='https://flagcdn.com/fr.svg' width=20> **French** - Français | fr | [422.io](https://github.com/iamwinner422) |
| <img src='https://flagcdn.com/de.svg' width=20> **German** - Deutsch | de | [Prem](https://github.com/prem-k-r/) |
| <img src='https://flagcdn.com/gr.svg' width=20> **Greek** - Ελληνικά | el | [Lefteris T.](https://github.com/trlef19) |
| <img src='https://flagcdn.com/in.svg' width=20> **Hindi** - हिंदी | hi | [XengShi](https://github.com/XengShi/), [Prem](https://github.com/prem-k-r/) |
| <img src='https://flagcdn.com/hu.svg' width=20> **Hungarian** - Magyar | hu | [Zan1456](https://github.com/Zan1456/), [smurf11k](https://github.com/smurf11k/) |
| <img src='https://flagcdn.com/id.svg' width=20> **Indonesian** - Bahasa Indonesia | idn | [Ayyas-RF](https://github.com/Ayyas-RF/) |
| <img src='https://flagcdn.com/it.svg' width=20> **Italian** - Italiano | it | [Claudio Di Maio](https://github.com/ZiClaud/) |
| <img src='https://flagcdn.com/jp.svg' width=20> **Japanese** - 日本語 | ja | [XengShi](https://github.com/XengShi/), [S-H-Y-A](https://github.com/S-H-Y-A/), [Konsento](http://github.com/kons10) |
| <img src='https://flagcdn.com/kr.svg' width=20> **Korean** - 한국어 | ko | [XengShi](https://github.com/XengShi/), [eunsunglee0524](https://github.com/eunsunglee0524/) |
| <img src='https://flagcdn.com/in.svg' width=20> **Marathi** - मराठी | mr | [Prem](https://github.com/prem-k-r/), [Pratik Lokhande](https://github.com/konprtk), [Anand Naik Gaonkar](https://github.com/anndiy) |
| <img src='https://flagcdn.com/np.svg' width=20> **Nepali** - नेपाली | ne | [Bikash Shresha](https://github.com/sthaB-kash/) |
| <img src='https://flagcdn.com/ir.svg' width=20> **Persian** - فارسی | fa | [AMIRHOSSEIN](https://github.com/AMIRHOSSEIN-AHMADI-IR) |
| <img src='https://flagcdn.com/pl.svg' width=20> **Polish** - Polski | pl | [Dawid Warkowski](https://github.com/dawid9707/) |
| <img src='https://flagcdn.com/br.svg' width=20> **Portuguese** - Português | pt-BR | [Maycon Vitor Correa](https://github.com/MestreWalla/) |
| <img src='https://flagcdn.com/ru.svg' width=20> **Russian** - Русский | ru | [giwi](https://github.com/giwih/), [CodWiz](https://github.com/C0dwiz/) |
| <img src='https://flagcdn.com/si.svg' width=20> **Slovenian** - Slovenščina | sl-SI | [Linux-Alex](https://github.com/Linux-Alex/) |
| <img src='https://flagcdn.com/es.svg' width=20> **Spanish** - Español | es-ES | [XengShi](https://github.com/XengShi/), [Isaac Vergara](https://github.com/zRaidev), [Saúl Palacios](https://github.com/palacios22c) |
| <img src='https://flagcdn.com/sv.svg' width=20> **Swedish** - Svenska | sv | [HELLOEMPO](https://github.com/empohello-imamempogitub/) |
| <img src='https://flagcdn.com/in.svg' width=20> **Tamil** - தமிழ் | ta | [தமிழ்நேரம்](https://TamilNeram.github.io/) |
| <img src='https://flagcdn.com/th.svg' width=20> **Thai** - ภาษาไทย | th | [Prin](https://github.com/prinsasina) |
| <img src='https://flagcdn.com/tr.svg' width=20> **Turkish** - Türkçe | tr | [Nobody](https://github.com/Nobody9512), [Kerim Ölçer](https://github.com/kerimlcr) |
| <img src='https://flagcdn.com/ua.svg' width=20> **Ukrainian** - Українська | uk | [Serhii Lozytskyi](https://github.com/lozik4), [smurf11k](https://github.com/smurf11k/) |
| <img src='https://flagcdn.com/pk.svg' width=20> **Urdu** - اردو | ur | [Asfandiyar Khan](https://github.com/asfand-dev) |
| <img src='https://flagcdn.com/uz.svg' width=20> **Uzbek** - O'zbek | uz | [Firdavs](https://github.com/Firdavs9512/), [S0ME2](https://github.com/S0ME2/) |
| <img src='https://flagcdn.com/vn.svg' width=20> **Vietnamese** - Tiếng Việt | vn | [Diep](https://github.com/diepdo1810/), [Tuan](https://github.com/Tuan1-2-3) |
Check the [Translation Status Page](https://prem-k-r.github.io/MaterialYouNewTab/tools/languagesAnalysis.html) for an overview of completed languages and missing strings analysis.
If you'd like to contribute quotes in any of the languages used in MYNT, check out [Multilingual Quotes](https://github.com/prem-k-r/multilingual-quotes-api).
## 🤝 Contributing
Contributions are welcome! If you’d like to contribute:
1. Follow the guidelines in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
2. Fork the repository.
3. Create a new branch: `git checkout -b feature/YourFeature`.
4. Commit your changes: `git commit -m 'Add Your Feature'`.
5. Push to the branch: `git push origin feature/YourFeature`.
6. Open a pull request.
## ⭐ Star History
Here is the star history chart for the **MYNT: Material You New Tab** repository. It shows the growth of stars over time, reflecting the increasing interest and support for the project.
<a href="https://star-history.com/#prem-k-r/MaterialYouNewTab&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=prem-k-r/MaterialYouNewTab&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=prem-k-r/MaterialYouNewTab&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=prem-k-r/MaterialYouNewTab&type=Date" />
</picture>
</a>
## ❓ Issues and Support
- If you encounter any issues or bugs, feel free to open an issue on [GitHub](https://github.com/prem-k-r/MaterialYouNewTab/issues).
- For general questions or support, you can contact the repository maintainers through the **Telegram group**: [Join here](https://t.me/Material_You_NewTab).
## 🛡 Privacy Policy
MYNT: Material You New Tab prioritizes your privacy and is focused solely on providing a better browsing experience.
We make the following commitments:
- **No commercialization** — absolutely no ads, paid features, or premium tiers
- **No trackers** — no data collection, analytics, or background reporting of any kind
- **No access to personal information** — all settings, cache, and preferences are stored locally in your browser
For more details, read our [Privacy Policy](https://prem-k-r.github.io/MaterialYouNewTab/privacy-policy.html).
## 📜 License
Copyright (C) 2024-2026 Prem Kumar
Copyright (C) 2023-2025 XengShi
> This extension is the continuation of XengShi's Material You NewTab [(_Learn more_)](https://github.com/prem-k-r/MaterialYouNewTab/discussions/28#discussioncomment-13837571).
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). This means you must **not** distribute this software, whether original or modified, to any platform **without** its source code or the reference to its original source code. See the [LICENSE](https://github.com/prem-k-r/MaterialYouNewTab/blob/main/LICENSE) file for details.
================================================
FILE: docs/Get_WeatherAPI_Key.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WeatherAPI's API Key</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
h1,
h2,
h3 {
color: #0056b3;
}
h1 {
text-align: center;
margin: 20px 0;
}
h3:not(:first-of-type) {
margin-top: 35px;
}
section {
max-width: 800px;
margin: 20px auto;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
img {
display: block;
margin: 10px auto;
max-width: 100%;
height: auto;
}
p,
li {
margin: 10px 0;
}
ul {
padding-left: 20px;
}
footer {
text-align: center;
padding: 10px;
background: #0056b3;
color: #fff;
margin-top: 10px;
}
footer a {
color: #ffd700;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
color: #e0e0e0;
}
section {
background: #1e1e1e;
}
h1,
h2,
h3 {
color: #90caf9;
}
footer {
background: #1e1e1e;
color: #90caf9;
}
}
</style>
</head>
<body>
<h1>How to Obtain a WeatherAPI's API Key</h1>
<section>
<h2>Step 1: Visit the WeatherAPI Website</h2>
<p>Navigate to the WeatherAPI official website: <a href="https://www.weatherapi.com/"
target="_blank">https://www.weatherapi.com/</a>.</p>
<img src="https://i.ibb.co/84gMfmJ/Screenshot-2024-12-07-121438.png" alt="WeatherAPI Homepage" border="0">
</section>
<section>
<h2>Step 2: Sign Up for an Account</h2>
<ol>
<li>Click on the <strong>Sign Up</strong> button located at the top right corner of the homepage.</li>
<li>Fill in the required fields:
<ul>
<li><strong>Email Address:</strong> Provide a valid email address.</li>
<li><strong>Password:</strong> Create a secure password.</li>
</ul>
</li>
<li>Agree to the terms and conditions.</li>
<li>Complete the CAPTCHA verification if prompted.</li>
<li>Click <strong>Sign Up</strong> to create your account.</li>
</ol>
<img src="https://i.ibb.co/xX9psXB/Screenshot-2024-12-07-121609.png" alt="Sign Up Form" border="0">
<p><em>Note: If you already have an account, click <strong>Login</strong> and proceed with your
credentials.</em></p>
</section>
<section>
<h2>Step 3: Verify Your Email Address</h2>
<p>Check your email inbox for a verification email from WeatherAPI. Open the email and click on the verification
link provided.</p>
<p><em>Tip: Check your spam or junk folder if you don’t see the email in your inbox.</em></p>
</section>
<section>
<h2>Step 4: Log In to Your Account</h2>
<ol>
<li>Return to the WeatherAPI website.</li>
<li>Click on <strong>Login</strong>.</li>
<li>Enter your email address and password.</li>
<li>Click <strong>Login</strong> to access your account.</li>
</ol>
<img src="https://i.ibb.co/71PFHvB/Screenshot-2024-12-07-121704.png" alt="Login Page" border="0">
</section>
<section>
<h2>Step 5: Copy Your API Key</h2>
<ol>
<li>Once logged in, go to the <strong>Dashboard</strong>.</li>
<li>If the API section isn’t open, locate and open it.</li>
<li>You will see your API key displayed with a <strong>Copy</strong> option. Click it to copy your API key.
</li>
</ol>
<img src="https://i.ibb.co/jfW8f65/IMG-20241207-122916.png" alt="Dashboard with API Key" border="0">
</section>
<section>
<h2>Step 6: Paste Your API Key</h2>
<ol>
<li>Paste <b>your API key</b> into the WeatherAPI key field in the extension menu.</li>
<li>Press enter or click on the Save button to integrate it.</li>
</ol>
<img src="https://i.ibb.co/CM3yrCG/image.png" alt="Paste API Key" border="0">
</section>
<section>
<h2>FAQs</h2>
<h3>Why is the location inaccurate?</h3>
<p>The extension determines your location using your <b>IP address</b>, which can often be imprecise. If the
detected location differs from your actual location, you can:</p>
<ul>
<li>Manually enter your <b>city name</b> or <b>geographic coordinates</b>.</li>
<li>Use the <b>GPS</b> option to fetch your location for greater accuracy.</li>
</ul>
<h3>Why do I need an API key?</h3>
<p>An API key serves as a unique identifier for managing access and monitoring usage.</p>
<ul>
<li>Our extension currently uses <b>shared</b> API keys that allow up to 15,000,000 calls per month. With
over 300,000 active users, these shared keys can reach their limit quickly. Once the limit is reached,
weather data will no longer be accessible until the limit resets the following month.</li>
<li>Using your <b>own API key</b> ensures that weather data remains accessible.</li>
</ul>
<h3>What are the benefits of using my own API key?</h3>
<p>Using your own unique API key provides several key advantages:</p>
<ul>
<li><strong>No Disruption:</strong> Using your own API key helps you avoid unexpected limits and ensures
there are no disruptions in service, keeping your access to weather data uninterrupted.</li>
<li><strong>Location Suggestions::</strong> Enable location search suggestions in the location input field,
allowing you to quickly find and select accurate location options as you type.</li>
<li><strong>Analytics:</strong> Access detailed insights into your API usage with comprehensive reports
available through your account dashboard.</li>
<li><strong>Privacy:</strong> Your API activity is securely tied only to your account, ensuring that your
data remains private and protected from unauthorized access.</li>
<li><strong>Compliance:</strong> Ensure adherence to WeatherAPI's terms of service and usage policies, and
avoiding violations.</li>
</ul>
</section>
<footer>
<p>Weather data is powered by <a href="https://www.weatherapi.com/" title="Free Weather API">WeatherAPI.com</a>
</p>
</footer>
</body>
</html>
================================================
FILE: docs/feedback.html
================================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feedback - MaterialYouNewTab</title>
<link rel="icon" type="image/png"
href="https://github.com/user-attachments/assets/48c3a9cb-06fa-4c45-92ec-194cdb7c5661">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<style>
body,
h1,
.feedback-message {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f0f4f8;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: #333;
}
.container {
background-color: #fff;
padding: 36px 24px;
border-radius: 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
max-width: 703px;
width: min(703px, calc(100% - 24px));
margin: 12px;
box-sizing: border-box;
}
h1 {
font-size: 28px;
margin-bottom: 20px;
}
.feedback-message {
font-size: 18px;
color: #555;
margin-bottom: 30px;
}
.contact-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
gap: 18px;
justify-items: center;
align-items: center;
margin-top: 20px;
}
.contact-info a {
color: #fff;
text-decoration: none;
width: 64px;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 32px;
transition: transform 0.3s ease;
}
@media (max-width: 600px) {
body {
height: auto;
min-height: 100vh;
padding: 16px 0;
}
.container {
padding: 28px 18px;
border-radius: 14px;
}
h1 {
font-size: 24px;
line-height: 1.25;
}
.feedback-message {
font-size: 16px;
line-height: 1.4;
margin-bottom: 22px;
}
.contact-info {
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.contact-info a {
width: 58px;
height: 58px;
font-size: 28px;
}
}
@media (max-width: 380px) {
.contact-info {
grid-template-columns: repeat(2, 1fr);
}
.contact-info a {
width: 56px;
height: 56px;
font-size: 26px;
}
}
.contact-info a:hover {
transform: scale(1.1);
}
.github {
background-color: #333;
}
.telegram {
background-color: #0088cc;
}
.email {
background-color: #d14836;
}
.chrome {
background-color: #25d669;
}
.firefox {
background-color: #f9c431;
}
.edge {
background-color: #0078d7;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #181818;
color: #f0f4f8;
}
.container {
background-color: #2a2a2a;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.github {
background-color: #1d1d1d;
}
h1,
.feedback-message {
color: #f0f4f8;
}
}
</style>
</head>
<body>
<div class="container">
<h1>We Value Your Feedback</h1>
<div class="feedback-message">
<p>If you have any suggestions or questions, feel free to reach out:</p>
</div>
<div class="contact-info">
<a href="https://github.com/prem-k-r/MaterialYouNewTab/discussions" target="_blank" class="github">
<i class="fab fa-github"></i>
</a>
<a href="https://t.me/Material_You_NewTab" target="_blank" class="telegram">
<i class="fab fa-telegram-plane"></i>
</a>
<a href="mailto:prem12321kumar@outlook.com" target="_blank" class="email">
<i class="fas fa-envelope"></i>
</a>
<a href="https://chromewebstore.google.com/detail/mynt-material-you-new-tab/jjpokbgpiljgndebfoljdeihhkpcpfgl/reviews"
target="_blank" class="chrome">
<i class="fab fa-chrome"></i>
</a>
<a href="https://addons.mozilla.org/en-US/firefox/addon/mynt/reviews/" target="_blank" class="firefox">
<i class="fab fa-firefox"></i>
</a>
<a href="https://microsoftedge.microsoft.com/addons/detail/mynt-material-you-new-ta/lcgdmfjofmcblocogcabdpfidfbkblcd"
target="_blank" class="edge">
<i class="fab fa-edge"></i>
</a>
</div>
</div>
</body>
</html>
================================================
FILE: index.html
================================================
<!--
Material You New Tab
Copyright (c) 2024-2026 Prem, 2023-2025 XengShi
Licensed under the GNU General Public License v3.0 (GPL-3.0)
You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="google-site-verification" content="j8K161R-W9yVVDoylaoPd2twGbjToAC3EzAFfZU1YOY" />
<title>New Tab</title>
<link href="style.css" rel="stylesheet">
<link href="./favicon/icon48.png" id="favicon" rel="icon" type="image/png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<!-- SCRIPTS -->
<script src="scripts/preload.js"></script>
<script defer src="scripts/languages.js"></script>
<script defer src="scripts/save-load-states.js"></script>
<script defer src="scripts/menu-shortcut-page.js"></script>
<script defer src="scripts/theme.js"></script>
<script defer src="scripts/browser-utils.js"></script>
<script defer src="scripts/alert-modal.js"></script>
<script defer src="scripts/wallpaper.js"></script>
<script defer src="scripts/widgets-transparency.js"></script>
<script defer src="scripts/clock.js"></script>
<script defer src="scripts/weather.js"></script>
<script defer src="scripts/custom-text.js"></script>
<script defer src="scripts/search.js"></script>
<script defer src="scripts/quotes.js"></script>
<script defer src="scripts/shortcuts.js"></script>
<script defer src="scripts/script.js"></script>
<script defer src="scripts/search-suggestions.js"></script>
<script defer src="scripts/ai-tools.js"></script>
<script defer src="scripts/bookmarks.js"></script>
<script defer src="scripts/todo-list.js"></script>
<script defer src="scripts/google-apps.js"></script>
<script defer src="scripts/voice-search.js"></script>
<script defer src="scripts/backup-restore.js"></script>
<!-- LANGUAGES SCRIPTS -->
<script src="locales/pt.js"></script>
<script src="locales/en.js"></script>
<script src="locales/ne.js"></script>
<script src="locales/es.js"></script>
<script src="locales/hi.js"></script>
<script src="locales/hu.js"></script>
<script src="locales/zh.js"></script>
<script src="locales/zh_TW.js"></script>
<script src="locales/cs.js"></script>
<script src="locales/it.js"></script>
<script src="locales/tr.js"></script>
<script src="locales/bn.js"></script>
<script src="locales/vi.js"></script>
<script src="locales/ru.js"></script>
<script src="locales/uz.js"></script>
<script src="locales/ja.js"></script>
<script src="locales/ko.js"></script>
<script src="locales/idn.js"></script>
<script src="locales/mr.js"></script>
<script src="locales/fr.js"></script>
<script src="locales/az.js"></script>
<script src="locales/sl.js"></script>
<script src="locales/ur.js"></script>
<script src="locales/de.js"></script>
<script src="locales/fa.js"></script>
<script src="locales/ar_SA.js"></script>
<script src="locales/el.js"></script>
<script src="locales/ta.js"></script>
<script src="locales/th.js"></script>
<script src="locales/pl.js"></script>
<script src="locales/uk.js"></script>
<script src="locales/sv.js"></script>
</head>
<body>
<!-- --------------------- Loading Screen Starting --------------------- -->
<img src="./images/Loading.png" id="LoadingScreen" fetchpriority="high" />
<!-- --------------------- ToDo List Setup Starting --------------------- -->
<!-- ToDo Icon -->
<div class="todoListCont" id="todoListCont">
<svg id="todoIcon" xmlns="http://www.w3.org/2000/svg" class="dot-icon" width="36" height="36"
viewBox="0 0 36 36">
<path style="transform: scale(0.9); transform-origin: center;"
d="M7 4C5.3 4 4 5.3 4 7v6c0 1.7 1.3 3 3 3h6c1.7 0 3-1.3 3-3V7c0-1.7-1.3-3-3-3Zm12 2c-.6 0-1 .4-1 1s.4 1 1 1h12c.6 0 1-.4 1-1s-.4-1-1-1Zm-6 1c.25 0 .5.1.7.3.4.4.4 1 0 1.4l-3 3c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-2-2c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0L10 9.6l2.3-2.3c.2-.2.45-.3.7-.3Zm6 3c-.6 0-1 .4-1 1s.4 1 1 1h7c.6 0 1-.4 1-1s-.4-1-1-1zM7 20c-1.7 0-3 1.3-3 3v6c0 1.7 1.3 3 3 3h6c1.7 0 3-1.3 3-3v-6c0-1.7-1.3-3-3-3zm12 2c-.6 0-1 .4-1 1s.4 1 1 1h12c.6 0 1-.4 1-1s-.4-1-1-1zm0 4c-.6 0-1 .4-1 1s.4 1 1 1h7c.6 0 1-.4 1-1s-.4-1-1-1z" />
</svg>
<!-- Text to appear on hover -->
<span class="tooltip-text" id="todoListHover">ToDo List</span>
</div>
<!-- Centered Icon Container -->
<div id="todoContainer" class="todo-container" style="display: none;">
<h2 id="todoListHeading">To Do List</h2>
<div class="addTaskCont">
<input id="todoInput" placeholder="Add task..." type="text" autocomplete="off">
<div class="searchControls">
<!-- Add Button -->
<button id="todoAdd">+</button>
</div>
</div>
<ul class="todolist" id="todoullist">
</ul>
</div>
<!-- --------------------- Bookmark System --------------------- -->
<div style="display: none;">
<svg id="folderIconTemplate" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24">
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M3 6v10.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874c.427.218.987.218 2.105.218h11.606c1.118 0 1.677 0 2.104-.218c.377-.192.683-.498.875-.874C21 18.48 21 17.92 21 16.8V9.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C19.48 6 18.92 6 17.8 6H12M3 6h9M3 6a2 2 0 0 1 2-2h3.675c.489 0 .734 0 .964.055q.308.075.578.24c.202.124.375.297.72.643L12 6" />
</svg>
</div>
<div class="bookmark-button" id="bookmarkButton">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M7 2a3 3 0 0 0-3 3v15.138a1.5 1.5 0 0 0 2.244 1.303l5.26-3.006a1 1 0 0 1 .992 0l5.26 3.006A1.5 1.5 0 0 0 20 20.138V5a3 3 0 0 0-3-3z"
clip-rule="evenodd" />
</svg>
<!-- Text to appear on hover -->
<span class="tooltip-text" id="bookmarksHover">Bookmarks</span>
</div>
<div id="bookmarksContainer">
<div id="bookmarkSidebar" class="bookmark-sidebar">
<div class="topOutRoundCorner">
<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
<path class="lessDark" d="M30 0L0 0C16.5685 0 30 13.4315 30 30L30 0Z" />
</svg>
</div>
<div class="bookmark-sidebar-header">
<h2 id="bookmarksHeading">Bookmarks</h2>
</div>
<div class="bookmark-search-container">
<input type="text" id="bookmarkSearch" placeholder="Search bookmark" />
<button id="clearSearchButton">✖</button>
</div>
<!-- Adding Sorting buttons along with View Container -->
<div class="bookmark-controls-container">
<div class="bookmark-control-group">
<h3 id="bookmarkSortBy">Sort by</h3>
<div class="button-group">
<button id="sortAlphabetical" class="bookmark-sort-button active">A-Z</button>
<button id="sortTimeAdded" class="bookmark-sort-button">Old-New</button>
</div>
</div>
<div class="bookmark-control-group">
<h3 id="bookmarkViewAs">View as</h3>
<div class="button-group">
<input type="checkbox" id="bookmarkGridCheckbox" hidden />
<button id="bookmarkViewGrid" class="bookmark-view-as-button">Grid</button>
<button id="bookmarkViewList" class="bookmark-view-as-button">List</button>
</div>
</div>
</div>
<ul id="bookmarkList"></ul>
</div>
</div>
<!-- Edit Bookmark Modal -->
<div id="editBookmarkModal">
<div class="modal-content">
<h2 id="editBookmarkHeading">Edit Bookmark</h2>
<img id="editBookmarkFavicon" src="" alt="Favicon">
<div class="floating-label-field">
<input type="text" id="editBookmarkName" autocomplete="off" />
<label for="editBookmarkName" id="editBookmarkNameLabel">Bookmark Name</label>
</div>
<div class="floating-label-field">
<input type="url" id="editBookmarkURL" autocomplete="off" />
<label for="editBookmarkURL" id="editBookmarkURLLabel">Bookmark URL</label>
</div>
<div class="modal-buttons">
<button id="saveBookmarkChanges">Save</button>
<button id="cancelBookmarkEdit">Cancel</button>
</div>
</div>
</div>
<!----------------------- End of Bookmark System ----------------------->
<!----------------------- Google App Menu Setup Starting ----------------------->
<!-- 9 Dot Icon -->
<div class="googleAppsCont" id="googleAppsCont">
<svg class="dot-icon" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24">
<path
d="M8 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0m0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4m8-14a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4-10a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-2 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4" />
</svg>
<!-- Text to appear on hover -->
<span class="tooltip-text" id="googleAppsHover">Google Apps</span>
</div>
<!-- Centered Icon Container -->
<div id="iconContainer" class="icon-container" style="display: none;">
<a href="https://myaccount.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 24 24">
<path fill="currentColor"
d="M12 4c-4.42 0-8 3.58-8 8c0 1.95.7 3.73 1.86 5.12a9.95 9.95 0 0 1 12.28 0A7.96 7.96 0 0 0 20 12c0-4.42-3.58-8-8-8m0 9c-1.93 0-3.5-1.57-3.5-3.5S10.07 6 12 6s3.5 1.57 3.5 3.5S13.93 13 12 13"
opacity="0.3" />
<path fill="currentColor"
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-1.74 0-3.34-.56-4.65-1.5C8.66 17.56 10.26 17 12 17s3.34.56 4.65 1.5c-1.31.94-2.91 1.5-4.65 1.5m6.14-2.88a9.95 9.95 0 0 0-12.28 0A7.96 7.96 0 0 1 4 12c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.95-.7 3.73-1.86 5.12" />
<path fill="currentColor"
d="M12 5.93c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5m0 5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5" />
</svg>
</div>
<div class="label short">Account</div>
</a>
<a href="https://google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="-2 -2 24 24">
<path fill="currentColor"
d="M4.376 8.068A6 6 0 0 0 4.056 10c0 .734.132 1.437.376 2.086a5.946 5.946 0 0 0 8.57 3.045h.001a5.96 5.96 0 0 0 2.564-3.043H10.22V8.132h9.605a10 10 0 0 1-.044 3.956a10 10 0 0 1-3.52 5.71A9.96 9.96 0 0 1 10 20A9.998 9.998 0 0 1 1.118 5.401A10 10 0 0 1 10 0c2.426 0 4.651.864 6.383 2.302l-3.24 2.652a5.948 5.948 0 0 0-8.767 3.114" />
</svg>
</div>
<div class="label short">Search</div>
</a>
<a href="https://www.youtube.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="1 0 24 24">
<g fill="none" fill-rule="evenodd">
<path
d="m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" />
<path fill="currentColor"
d="M12 4c.855 0 1.732.022 2.582.058l1.004.048l.961.057l.9.061l.822.064a3.8 3.8 0 0 1 3.494 3.423l.04.425l.075.91c.07.943.122 1.971.122 2.954s-.052 2.011-.122 2.954l-.075.91l-.04.425a3.8 3.8 0 0 1-3.495 3.423l-.82.063l-.9.062l-.962.057l-1.004.048A62 62 0 0 1 12 20a62 62 0 0 1-2.582-.058l-1.004-.048l-.961-.057l-.9-.062l-.822-.063a3.8 3.8 0 0 1-3.494-3.423l-.04-.425l-.075-.91A41 41 0 0 1 2 12c0-.983.052-2.011.122-2.954l.075-.91l.04-.425A3.8 3.8 0 0 1 5.73 4.288l.821-.064l.9-.061l.962-.057l1.004-.048A62 62 0 0 1 12 4m-2 5.575v4.85c0 .462.5.75.9.52l4.2-2.425a.6.6 0 0 0 0-1.04l-4.2-2.424a.6.6 0 0 0-.9.52Z" />
</g>
</svg>
</div>
<div class="label short">YouTube</div>
</a>
<a href="https://mail.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="1 0 24 24">
<path fill="currentColor"
d="M20 18h-2V9.25L12 13L6 9.25V18H4V6h1.2l6.8 4.25L18.8 6H20m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2" />
</svg>
</div>
<div class="label short">Gmail</div>
</a>
<a href="https://music.youtube.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 24 24">
<g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd">
<path
d="M8.217 8.286C9.265 7.254 10.514 6.743 12 6.743s2.735.51 3.783 1.543s1.562 2.258 1.562 3.714s-.514 2.68-1.562 3.713s-2.297 1.543-3.783 1.543s-2.735-.51-3.783-1.543S6.655 13.455 6.655 12s.514-2.682 1.562-3.714m6.977 3.715L10 14.91V9.088z" />
<path
d="M19.071 18.966Q22.001 16.08 22 12q0-4.081-2.929-6.967Q16.141 2.147 12 2.147T4.929 5.033T2 12q0 4.08 2.929 6.966q2.93 2.886 7.071 2.886q4.142 0 7.071-2.886M12 5.433c-1.827 0-3.407.644-4.702 1.92C6.002 8.63 5.345 10.19 5.345 12c0 1.809.657 3.37 1.953 4.646c1.295 1.276 2.874 1.92 4.702 1.92s3.407-.644 4.702-1.92c1.296-1.276 1.953-2.837 1.953-4.646c0-1.81-.657-3.37-1.953-4.647c-1.295-1.276-2.875-1.92-4.702-1.92" />
</g>
</svg>
</div>
<div class="label short">YTMusic</div>
</a>
<a href="https://maps.google.com/" class="icon-item">
<div class="menuicon">
<svg width="36" height="36" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor"
d="M4.456 12.367c-.515-1.143-.829-2.42-.83-3.994.001-2.05.739-3.927 1.962-5.383A8.354 8.354 0 0 1 12 0c.882 0 1.732.137 2.53.39a8.393 8.393 0 0 1 4.9 4.124c-.006.008 0 0 0 0a8.334 8.334 0 0 1 .943 3.859c0 5.078-3.256 7.061-6.05 11.429C12.625 22.426 13.096 24 12 24c-1.096 0-.625-1.574-2.323-4.198-1.955-3.058-4.057-4.854-5.221-7.435Zm5.096-6.059-.008.01a3.202 3.202 0 0 0 4.893 4.133l.03-.035a3.202 3.202 0 0 0-4.915-4.107z" />
</svg>
</div>
<div class="label short">Maps</div>
</a>
<a href="https://play.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 16 16">
<path fill="currentColor"
d="M14.222 9.374c1.037-.61 1.037-2.137 0-2.748L11.528 5.04 8.32 8l3.207 2.96zm-3.595 2.116L7.583 8.68 1.03 14.73c.201 1.029 1.36 1.61 2.303 1.055zM1 13.396V2.603L6.846 8zM1.03 1.27l6.553 6.05 3.044-2.81L3.333.215C2.39-.341 1.231.24 1.03 1.27" />
</svg>
</div>
<div class="label short">Play</div>
</a>
<a href="https://drive.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="M12.01 1.485c-2.082 0-3.754.02-3.743.047.01.02 1.708 3.001 3.774 6.62l3.76 6.574h3.76c2.081 0 3.753-.02 3.742-.047-.005-.02-1.708-3.001-3.775-6.62l-3.76-6.574zm-4.76 1.73a789.828 789.861 0 0 0-3.63 6.319L0 15.868l1.89 3.298 1.885 3.297 3.62-6.335 3.618-6.33-1.88-3.287C8.1 4.704 7.255 3.22 7.25 3.214zm2.259 12.653-.203.348c-.114.198-.96 1.672-1.88 3.287a423.93 423.948 0 0 1-1.698 2.97c-.01.026 3.24.042 7.222.042h7.244l1.796-3.157c.992-1.734 1.85-3.23 1.906-3.323l.104-.167h-7.249z" />
</svg>
</div>
<div class="label short">Drive</div>
</a>
<a href="https://photos.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 256 256">
<g fill="currentColor">
<path
d="M192 88a63.7 63.7 0 0 1-14 40h-50V24a64 64 0 0 1 64 64M64 168a64 64 0 0 0 64 64V128H78a63.7 63.7 0 0 0-14 40"
opacity=".2" />
<path
d="M232 120h-39.51A72 72 0 0 0 128 16a8 8 0 0 0-8 8v39.51A72 72 0 0 0 16 128a8 8 0 0 0 8 8h39.51A72 72 0 0 0 128 240a8 8 0 0 0 8-8v-39.51A72 72 0 0 0 240 128a8 8 0 0 0-8-8M120 223.43A56.09 56.09 0 0 1 72 168a55.3 55.3 0 0 1 10-32h38ZM120 120H32.57A56.09 56.09 0 0 1 88 72a55.3 55.3 0 0 1 32 10Zm16-87.43A56.09 56.09 0 0 1 184 88a55.3 55.3 0 0 1-10 32h-38ZM168 184a55.3 55.3 0 0 1-32-10v-38h87.43A56.09 56.09 0 0 1 168 184" />
</g>
</svg>
</div>
<div class="label short">Photos</div>
</a>
<a href="https://translate.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="m12 22-1-3H4q-.825 0-1.412-.587T2 17V4q0-.825.588-1.412T4 2h6l.875 3H20q.875 0 1.438.563T22 7v13q0 .825-.562 1.413T20 22zm-4.85-7.4q1.725 0 2.838-1.112T11.1 10.6q0-.2-.012-.362t-.063-.338h-3.95v1.55H9.3q-.2.7-.763 1.088t-1.362.387q-.975 0-1.675-.7T4.8 10.5t.7-1.725 1.675-.7q.45 0 .85.163t.725.487L9.975 7.55Q9.45 7 8.712 6.7T7.15 6.4q-1.675 0-2.863 1.188T3.1 10.5t1.188 2.913T7.15 14.6m6.7.5.55-.525q-.35-.425-.637-.825t-.563-.85zm1.25-1.275q.7-.825 1.063-1.575t.487-1.175h-3.975l.3 1.05h1q.2.375.475.813t.65.887M13 21h7q.45 0 .725-.288T21 20V7q0-.45-.275-.725T20 6h-8.825l1.175 4.05h1.975V9h1.025v1.05H19v1.025h-1.275q-.25.95-.75 1.85T15.8 14.6l2.725 2.675L17.8 18l-2.7-2.7-.9.925L15 19z" />
</svg>
</div>
<div class="label short">Translate</div>
</a>
<a href="https://calendar.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24">
<path fill="currentColor"
d="M18.316 5.684H24v12.632h-5.684zM5.684 24h12.632v-5.684H5.684zM18.316 5.684V0H1.895A1.894 1.894 0 0 0 0 1.895v16.421h5.684V5.684zm-7.207 6.25v-.065q.407-.216.687-.617c.28-.401.279-.595.279-.982q0-.568-.3-1.025a2.05 2.05 0 0 0-.832-.714 2.7 2.7 0 0 0-1.197-.257q-.9 0-1.481.467-.579.467-.793 1.078l1.085.452q.13-.374.413-.633.284-.258.767-.257.495 0 .816.264a.86.86 0 0 1 .322.703q0 .495-.36.778t-.886.284h-.567v1.085h.633q.611 0 1.02.327.407.327.407.843 0 .505-.387.832c-.387.327-.565.327-.924.327q-.527 0-.897-.311-.372-.312-.521-.881l-1.096.452q.268.923.977 1.401.707.479 1.538.477a2.84 2.84 0 0 0 1.293-.291q.574-.29.902-.794.327-.505.327-1.149 0-.643-.344-1.105a2.07 2.07 0 0 0-.881-.689m2.093-1.931.602.913L15 10.045v5.744h1.187V8.446h-.827zM22.105 0h-3.289v5.184H24V1.895A1.894 1.894 0 0 0 22.105 0m-3.289 23.5 4.684-4.684h-4.684zM0 22.105C0 23.152.848 24 1.895 24h3.289v-5.184H0z" />
</svg>
</div>
<div class="label short">Calendar</div>
</a>
<a href="https://meet.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="41" height="41">
<path fill="currentColor"
d="M2 18L2 32 12 32 12 18zM39 9v4.31l-10 9V16H14V6h22C37.66 6 39 7.34 39 9zM29 27.69l10 9V41c0 1.66-1.34 3-3 3H14V34h15V27.69zM12 34v10H5c-1.657 0-3-1.343-3-3v-7H12zM12 6L12 16 2 16zM29 25L39 16 39 34zM49 9.25v31.5c0 .87-1.03 1.33-1.67.75L41 35.8V14.2l6.33-5.7C47.97 7.92 49 8.38 49 9.25z" />
</svg>
</div>
<div class="label short">Meet</div>
</a>
<a href="https://chat.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24">
<path fill="currentColor"
d="M1.637 0C.733 0 0 .733 0 1.637v16.5c0 .904.733 1.636 1.637 1.636h3.955v3.323c0 .804.97 1.207 1.539.638l3.963-3.96h11.27c.903 0 1.636-.733 1.636-1.637V5.592L18.408 0Zm3.955 5.592h12.816v8.59H8.455l-2.863 2.863Z" />
</svg>
</div>
<div class="label short">Chat</div>
</a>
<a href="https://news.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="M21.267 21.2a.614.614 0 0 1-.613.613H3.344a.614.614 0 0 1-.612-.613V8.115a.614.614 0 0 1 .613-.613h17.309a.614.614 0 0 1 .613.613zm-3.032-3.42v-1.195a.08.08 0 0 0-.08-.08h-5.373v1.361h5.373a.08.08 0 0 0 .08-.083zm.817-2.587v-1.201a.08.08 0 0 0-.079-.082h-6.19v1.362h6.189a.08.08 0 0 0 .08-.078v-.004zm-.817-2.588V11.4a.08.08 0 0 0-.08-.08h-5.373v1.361h5.373a.08.08 0 0 0 .08-.079zM8.15 14.045v1.226h1.77c-.145.748-.804 1.292-1.77 1.292a1.976 1.976 0 0 1 0-3.95 1.77 1.77 0 0 1 1.253.49l.934-.932a3.14 3.14 0 0 0-2.187-.853 3.268 3.268 0 1 0 0 6.537c1.89 0 3.133-1.328 3.133-3.197a4 4 0 0 0-.052-.619zM2.27 7.654a.616.616 0 0 1 .613-.613h12.154l-1.269-3.49a.595.595 0 0 0-.743-.383L.368 7.775a.594.594 0 0 0-.323.775l2.225 6.112za.616.616 0 0 1 .613-.613h12.154l-1.269-3.49a.595.595 0 0 0-.743-.383L.368 7.775a.594.594 0 0 0-.323.775l2.225 6.112zm21.312-.31-8.803-2.37.751 2.067h5.584a.614.614 0 0 1 .613.613v8.794l2.247-8.365a.59.59 0 0 0-.392-.74m-4.496-1.675V2.795a.61.61 0 0 0-.611-.608H5.524a.61.61 0 0 0-.616.605v2.837l8.39-3.052a.594.594 0 0 1 .743.39l.544 1.497z" />
</svg>
</div>
<div class="label short">News</div>
</a>
<a href="https://contacts.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="M4.625 22q-.4 0-.725-.325t-.325-.725v-2.625q0-2.25 1.4-3.975t3.6-2.2q-1 .7-1.55 1.762t-.55 2.288v4.75q0 .275.075.55t.25.5zM8.3 22q-.425 0-.737-.312t-.313-.738V16.2q0-1.75 1.238-2.975T11.475 12H16.2q1.75 0 2.975 1.225T20.4 16.2v1.6q0 1.75-1.225 2.975T16.2 22zM12 9.9q-1.65 0-2.8-1.15t-1.15-2.8 1.15-2.8T12 2t2.8 1.15 1.15 2.8-1.15 2.8T12 9.9" />
</svg>
</div>
<div class="label short">Contacts</div>
</a>
<a href="https://myadcenter.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="M10.275 12q-.7 0-1.15-.525T8.8 10.25l.3-1.8q.2-1.075 1.013-1.763T12 6q1.1 0 1.913.688t1.012 1.762l.3 1.8q.125.7-.325 1.225T13.75 12zm.6-2h2.275l-.2-1.225q-.05-.35-.325-.562T12 8t-.612.213-.313.562zM3.1 12.975q-.575.025-.988-.225t-.537-.775q-.05-.225-.025-.45t.125-.425q0 .025-.025-.1-.05-.05-.25-.6-.05-.3.075-.575T1.8 9.35l.05-.05q.05-.475.388-.8t.837-.325q.075 0 .475.1l.075-.025q.125-.125.325-.187T4.375 8q.275 0 .488.088t.337.262q.025 0 .038.013t.037.012q.35.025.612.212t.388.513q.05.175.038.338t-.063.312q0 .025.025.1.175.175.275.388t.1.437q0 .1-.15.525-.025.05 0 .1l.05.4q0 .525-.437.9t-1.063.375zM20 13q-.825 0-1.412-.587T18 11q0-.3.088-.562t.237-.513l-.7-.625q-.25-.2-.088-.5T18 8.5h2q.825 0 1.413.588T22 10.5v.5q0 .825-.587 1.413T20 13M0 17v-.575q0-1.1 1.113-1.763T4 14q.325 0 .625.013t.575.062q-.35.5-.525 1.075T4.5 16.375V18H1q-.425 0-.712-.288T0 17m6 0v-.625q0-1.625 1.663-2.625t4.337-1q2.7 0 4.35 1T18 16.375V17q0 .425-.288.713T17 18H7q-.425 0-.712-.288T6 17m14-3q1.8 0 2.9.663t1.1 1.762V17q0 .425-.288.713T23 18h-3.5v-1.625q0-.65-.162-1.225t-.488-1.075q.275-.05.563-.062T20 14m-8 .75q-1.425 0-2.55.375T8.125 16H15.9q-.225-.5-1.338-.875T12 14.75M12.025 9" />
</svg>
</div>
<div class="label short one">My Ad Ce...</div>
<div class="label full">My Ad<br>Center</div>
</a>
<a href="https://business.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="M22 8.5c0 1.37-1.12 2.5-2.5 2.5S17 9.87 17 8.5c0 1.37-1.12 2.5-2.5 2.5S12 9.87 12 8.5c0 1.37-1.12 2.5-2.5 2.5S7 9.87 7 8.5C7 9.87 5.88 11 4.5 11S2 9.87 2 8.5l1.39-5.42S3.68 2 4.7 2h14.6c1.02 0 1.31 1.08 1.31 1.08zm-1 3.7V20c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-7.8a3.96 3.96 0 0 0 4-.58c.69.55 1.56.88 2.5.88.95 0 1.82-.33 2.5-.88.69.55 1.56.88 2.5.88.95 0 1.82-.33 2.5-.88.68.55 1.56.88 2.5.88.53 0 1.04-.11 1.5-.3m-2 5.13c0-.2 0-.41-.05-.63l-.03-.16h-2.97v1.17h1.81c-.06.22-.14.44-.31.62-.33.33-.78.51-1.26.51-.5 0-.99-.21-1.35-.56-.69-.71-.69-1.86.02-2.58.69-.7 1.83-.7 2.55-.03l.14.13.84-.85-.16-.14c-.56-.52-1.3-.81-2.08-.81h-.01c-.81 0-1.57.31-2.14.87-.59.58-.92 1.34-.92 2.13 0 .8.31 1.54.88 2.09a3.2 3.2 0 0 0 2.22.91h.02c.8 0 1.51-.29 2.03-.8.47-.48.77-1.2.77-1.87" />
</svg>
</div>
<div class="label short one">Business ...</div>
<div class="label full">Business<br>Profile</div>
</a>
<a href="https://google.com/shopping/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 24 24">
<path fill="currentColor"
d="M11.175 22q-.375 0-.75-.15t-.675-.45L2.6 14.25q-.3-.3-.438-.663t-.137-.737t.138-.75t.437-.675L11.4 2.6q.275-.275.65-.438T12.825 2H20q.825 0 1.413.587T22 4v7.175q0 .4-.15.763t-.425.637L12.6 21.4q-.3.3-.675.45t-.75.15M17.5 8q.625 0 1.063-.437T19 6.5t-.437-1.062T17.5 5t-1.062.438T16 6.5t.438 1.063T17.5 8" />
</svg>
</div>
<div class="label short">Shopping</div>
</a>
<div class="separator"></div>
<a href="https://docs.google.com/document/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 24 24">
<path fill="currentColor"
d="M14.727 6.727H14V0H4.91c-.905 0-1.637.732-1.637 1.636v20.728c0 .904.732 1.636 1.636 1.636h14.182c.904 0 1.636-.732 1.636-1.636V6.727zm-.545 10.455H7.09v-1.364h7.09v1.364zm2.727-3.273H7.091v-1.364h9.818zm0-3.273H7.091V9.273h9.818zM14.727 6h6l-6-6z" />
</svg>
</div>
<div class="label short">Docs</div>
</a>
<a href="https://docs.google.com/spreadsheets/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 24 24">
<path fill="currentColor"
d="M11.318 12.545H7.91v-1.909h3.41v1.91zM14.728 0v6h6zm1.363 10.636h-3.41v1.91h3.41zm0 3.273h-3.41v1.91h3.41zM20.727 6.5v15.864c0 .904-.732 1.636-1.636 1.636H4.909a1.636 1.636 0 0 1-1.636-1.636V1.636C3.273.732 4.005 0 4.909 0h9.318v6.5zm-3.273 2.773H6.545v7.909h10.91v-7.91zm-6.136 4.636H7.91v1.91h3.41v-1.91z" />
</svg>
</div>
<div class="label short">Sheets</div>
</a>
<a href="https://docs.google.com/presentation/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 24 24">
<path fill="currentColor"
d="M16.09 15.273H7.91v-4.637h8.18zm1.728-8.523h2.91v15.614c0 .904-.733 1.636-1.637 1.636H4.909a1.636 1.636 0 0 1-1.636-1.636V1.636C3.273.732 4.005 0 4.909 0h9.068v6.75zm-.363 2.523H6.545v7.363h10.91zm-2.728-5.979V6h6.001l-6-6v3.294z" />
</svg>
</div>
<div class="label short">Slides</div>
</a>
<a href="https://docs.google.com/forms/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 24 24">
<path fill="currentColor"
d="M14.727 6h6l-6-6zm0 .727H14V0H4.91c-.905 0-1.637.732-1.637 1.636v20.728c0 .904.732 1.636 1.636 1.636h14.182c.904 0 1.636-.732 1.636-1.636V6.727zM7.91 17.318a.819.819 0 1 1 .001-1.638.819.819 0 0 1 0 1.638zm0-3.273a.819.819 0 1 1 .001-1.637.819.819 0 0 1 0 1.637zm0-3.272a.819.819 0 1 1 .001-1.638.819.819 0 0 1 0 1.638zm9 6.409h-6.818v-1.364h6.818zm0-3.273h-6.818v-1.364h6.818zm0-3.273h-6.818V9.273h6.818z" />
</svg>
</div>
<div class="label short">Forms</div>
</a>
<a href="https://keep.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="39" height="39" viewBox="0 0 24 24">
<path fill="currentColor"
d="M4.908 0c-.904 0-1.635.733-1.635 1.637v20.726c0 .904.732 1.637 1.635 1.637H19.09c.904 0 1.637-.733 1.637-1.637V6.5h-6.5V0zm9.819 0v6h6zM11.97 8.229c.224 0 .571.031.765.072.2.04.576.185.842.312.828.414 1.467 1.164 1.774 2.088.168.511.188 1.34.05 1.865a3.75 3.75 0 0 1-1.277 1.952l-.25.193h-1.87c-2.134 0-1.931.042-2.478-.494a3.35 3.35 0 0 1-.984-1.844c-.148-.766-.053-1.437.32-2.203.19-.399.303-.556.65-.899.68-.679 1.513-1.037 2.458-1.042m-1.866 7.863h3.781v1.328h-3.779v-1.328z" />
</svg>
</div>
<div class="label short">Keep</div>
</a>
<a href="https://google.com/finance/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24">
<path fill="currentColor"
d="M8 11.75V7.5q0-.625.438-1.062T9.5 6t1.063.438T11 7.5v4.25q0 .625-.437 1.063T9.5 13.25t-1.062-.437T8 11.75m5-.225V3.5q0-.625.438-1.062T14.5 2t1.063.438T16 3.5v8.025q0 .75-.462 1.125t-1.038.375-1.037-.375T13 11.525m-10 3.45V11.5q0-.625.438-1.062T4.5 10t1.063.438T6 11.5v3.475q0 .75-.462 1.125t-1.038.375-1.037-.375T3 14.975m2.4 6.075q-.65 0-.913-.612T4.7 19.35l4.1-4.1q.275-.275.663-.3t.687.25L13 17.65l5.6-5.6H18q-.425 0-.712-.288T17 11.05t.288-.712.712-.288h3q.425 0 .713.288t.287.712v3q0 .425-.288.713T21 15.05t-.712-.288T20 14.05v-.6l-6.25 6.25q-.275.275-.663.3t-.687-.25L9.55 17.3 6.1 20.75q-.125.125-.312.213t-.388.087" />
</svg>
</div>
<div class="label short">Finance</div>
</a>
<a href="https://ads.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 48 48">
<defs>
<mask id="ipTGoogleAds0">
<g fill="none" stroke="#fff" stroke-width="4">
<path fill="#555"
d="M41.355 34.153L29.522 8.776a6 6 0 0 0-10.876 5.072L30.48 39.224a6 6 0 1 0 10.876-5.071Z" />
<path stroke-linecap="round"
d="M23.438 26.536L17.52 39.224a6 6 0 0 1-7.974 2.902v0a6 6 0 0 1-2.902-7.973L18.374 9" />
<circle cx="12.083" cy="36.688" r="6" fill="#555"
transform="rotate(25 12.083 36.688)" />
</g>
</mask>
</defs>
<path fill="currentColor" d="M0 0h48v48H0z" mask="url(#ipTGoogleAds0)" />
</svg>
</div>
<div class="label short">Google Ads</div>
</a>
<a href="https://analytics.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24">
<path fill="currentColor"
d="M22.84 2.998v17.999a2.983 2.983 0 0 1-2.967 2.998 3 3 0 0 1-.368-.02 3.06 3.06 0 0 1-2.61-3.1V3.12A3.06 3.06 0 0 1 19.51.02a2.983 2.983 0 0 1 3.329 2.978zM4.133 18.055a2.973 2.973 0 1 0 0 5.945 2.973 2.973 0 0 0 0-5.945m7.872-9.01h-.05a3.06 3.06 0 0 0-2.892 3.126v7.985c0 2.167.954 3.482 2.35 3.763a2.978 2.978 0 0 0 3.57-2.927v-8.959a2.983 2.983 0 0 0-2.978-2.988" />
</svg>
</div>
<div class="label short one">Google A...</div>
<div class="label full">Google<br>Analytics</div>
</a>
<a href="https://passwords.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 24 24">
<path fill="currentColor"
d="M6.545 14.182c.6 0 1.109-.21 1.528-.627.436-.436.654-.954.654-1.555s-.218-1.109-.654-1.528a2.036 2.036 0 0 0-1.528-.654c-.6 0-1.118.218-1.555.654A2.079 2.079 0 0 0 4.363 12c0 .6.21 1.118.627 1.555.436.418.954.627 1.555.627zm0 4.363c-1.818 0-3.363-.636-4.636-1.909C.636 15.363 0 13.818 0 12s.636-3.363 1.909-4.637c1.273-1.272 2.818-1.908 4.636-1.908a6.39 6.39 0 0 1 3.409.954 6.22 6.22 0 0 1 2.4 2.59h9.464c.6 0 1.109.22 1.527.655.436.418.655.927.655 1.528v5.18c0 .6-.219 1.119-.655 1.556a2.079 2.079 0 0 1-1.527.627h-4.91a2.17 2.17 0 0 1-1.554-.627 2.17 2.17 0 0 1-.627-1.555v-1.364h-2.374a6.009 6.009 0 0 1-2.373 2.618 6.676 6.676 0 0 1-3.435.928Zm4.31-5.727h6.054v3.545h1.636v-1.364a.775.775 0 0 1 .219-.574.816.816 0 0 1 .6-.246.73.73 0 0 1 .573.246.73.73 0 0 1 .246.574v1.364h1.635v-5.181H10.855a4.336 4.336 0 0 0-1.528-2.537 4.193 4.193 0 0 0-2.782-1.008 4.202 4.202 0 0 0-3.081 1.281C2.61 9.772 2.182 10.8 2.182 12c0 1.2.428 2.228 1.282 3.081a4.202 4.202 0 0 0 3.081 1.282c1.055 0 1.982-.327 2.782-.982a4.461 4.461 0 0 0 1.528-2.563z" />
</svg>
</div>
<div class="label short one">Password ...</div>
<div class="label full">Password<br>Manager</div>
</a>
<a href="https://one.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="0 0 24 24">
<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2">
<path d="M11 5v13.982a2 2 0 0 0 4 0V5a2 2 0 1 0-4 0" />
<path
d="M6.63 8.407a2.125 2.125 0 0 0-.074 2.944c.77.834 2.051.869 2.862.077l4.95-4.834c.812-.792.846-2.11.076-2.945a1.984 1.984 0 0 0-2.861-.077z" />
</g>
</svg>
</div>
<div class="label short one">Google O...</div>
<div class="label full">Google<br>One</div>
</a>
<a href="https://google.com/travel/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="0 0 24 24">
<path fill="currentColor"
d="M11 6h2V4h-2zm1 6q-1.9 0-3.625-.788T5 9.45V8q0-.825.588-1.412T7 6h2V3q0-.425.288-.712T10 2h4q.425 0 .713.288T15 3v3h2q.825 0 1.413.588T19 8v1.45q-1.65.975-3.375 1.763T12 12m-5 9q-.825 0-1.412-.587T5 19v-7.3q1.4.85 2.888 1.45t3.112.8V14q0 .425.288.713T12 15t.713-.288T13 14v-.05q1.625-.2 3.113-.8T19 11.7V19q0 .825-.587 1.413T17 21q0 .425-.288.713T16 22q-.4 0-.562-.363T15 21H9q0 .425-.288.713T8 22q-.4 0-.562-.363T7 21" />
</svg>
</div>
<div class="label short">Travel</div>
</a>
<a href="https://classroom.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24">
<path fill="currentColor"
d="M1.637 1.637C.732 1.637 0 2.369 0 3.273v17.454c0 .904.732 1.636 1.637 1.636h20.726c.905 0 1.637-.732 1.637-1.636V3.273c0-.904-.732-1.636-1.637-1.636zm.545 2.181h19.636v16.364h-2.726v-1.09h-4.91v1.09h-12zM12 8.182a1.636 1.636 0 1 0 0 3.273 1.636 1.636 0 1 0 0-3.273m-4.363 1.91c-.678 0-1.229.55-1.229 1.226a1.228 1.228 0 0 0 2.455 0c0-.677-.549-1.226-1.226-1.226m8.726 0a1.227 1.227 0 1 0 0 2.453 1.227 1.227 0 0 0 0-2.453M12 12.545c-1.179 0-2.413.401-3.148 1.006a4.1 4.1 0 0 0-1.215-.188c-1.314 0-2.729.695-2.729 1.559v.896h14.184v-.896c0-.864-1.415-1.559-2.729-1.559-.41 0-.83.068-1.215.188-.735-.605-1.969-1.006-3.148-1.006" />
</svg>
</div>
<div class="label short">Classroom</div>
</a>
<a href="https://books.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="41" height="41" viewBox="0 0 24 24">
<path fill="currentColor"
d="M18 22a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5 7 9V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2z" />
</svg>
</div>
<div class="label short">Books</div>
</a>
<a href="https://blogger.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="37" height="37" viewBox="0 0 24 24">
<path fill="currentColor"
d="M21.976 24H2.026C.9 24 0 23.1 0 21.976V2.026C0 .9.9 0 2.025 0H22.05C23.1 0 24 .9 24 2.025v19.95C24 23.1 23.1 24 21.976 24M12 3.975H9A5.025 5.025 0 0 0 3.975 9v6A5.025 5.025 0 0 0 9 20.024h6A5.025 5.025 0 0 0 20.024 15v-3.975c0-.6-.45-1.05-1.05-1.05H18a.995.995 0 0 1-.976-.976A5.025 5.025 0 0 0 12 3.973zm3.074 12H9c-.525 0-.975-.45-.975-.975s.45-.976.975-.976h6.074c.526 0 .977.45.977.976s-.45.976-.975.976zm-2.55-7.95c.527 0 .976.45.976.975s-.45.975-.975.975h-3.6c-.525 0-.976-.45-.976-.975s.45-.975.975-.975z" />
</svg>
</div>
<div class="label short">Blogger</div>
</a>
<a href="https://earth.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="0 0 24 24">
<path fill="currentColor"
d="M12 12.14c-.91-1.37-1.86-2.36-2.86-2.95-1-.6-1.87-.81-2.64-.64-.73.18-1.36.59-1.86 1.25-.44.59-.64 1.26-.64 2.01V12c0 .78.11 1.58.36 2.39.09.25.14.25.19 0 .12-.62.41-1.08.86-1.36.46-.28 1.06-.27 1.81.02.75.3 1.48.95 2.2 1.9 1.28 1.72 2.78 2.77 4.5 3.14 2.22.32 3.89-.39 5.02-2.09.31-.61.56-1.14.7-1.61.09-.31.05-.34-.14-.09-.47.62-1.1 1.03-1.9 1.2-.8.2-1.71 0-2.74-.5-1.03-.57-1.98-1.5-2.86-2.86m4.97-3.98c-1.56-2.35-3.25-3.66-5.06-3.99-1.44-.22-3 .28-4.69 1.5-.22.16-.32.24-.31.26.02.02.15-.04.4-.16 2.5-1.22 4.91.06 7.22 3.84.5.84 1.02 1.5 1.57 1.97s1.06.75 1.55.84c.48.08.92.08 1.31-.04.39-.13.74-.33 1.04-.61 0-.6-.09-1.27-.31-1.97-.5.12-.95.08-1.34-.12-.39-.18-.85-.71-1.38-1.52M12 2c2.75 0 5.1 1 7.05 2.95S22 9.25 22 12s-1 5.1-2.95 7.05S14.75 22 12 22s-5.1-1-7.05-2.95S2 14.75 2 12s1-5.1 2.95-7.05S9.25 2 12 2" />
</svg>
</div>
<div class="label short">Earth</div>
</a>
<a href="https://artsandculture.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="43" viewBox="0 0 24 24">
<path fill="currentColor"
d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m5 15H7v-2h10zm-9-3v-3h2v3zm3 0v-3h2v3zm3 0v-3h2v3zm3-4H7V8.5L12 6l5 2.5z" />
</svg>
</div>
<div class="label short one">Arts and ...</div>
<div class="label full">Arts and<br>Culture</div>
</a>
<a href="https://google.com/save/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="42" height="42" viewBox="0 0 24 24">
<path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
d="M6 6.2c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C7.52 3 8.08 3 9.2 3h5.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C18 4.52 18 5.08 18 6.2v13.305c0 .486 0 .729-.101.862a.5.5 0 0 1-.37.198c-.167.01-.369-.125-.773-.394L12 17l-4.756 3.17c-.404.27-.606.405-.774.395a.5.5 0 0 1-.369-.198C6 20.234 6 19.991 6 19.505z" />
</svg>
</div>
<div class="label short">Saved</div>
</a>
<a href="https://chromewebstore.google.com/" class="icon-item">
<div class="menuicon">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 24 24">
<path fill="currentColor"
d="M0 1.637v19.09c0 .9.736 1.636 1.636 1.636h.131a10.4 10.4 0 0 1-.13-1.636 10.3 10.3 0 0 1 1.667-5.64l4.202 7.276h1.128A3.77 3.77 0 0 1 12 16.958a3.77 3.77 0 0 1 3.366 5.406h1.048a4.7 4.7 0 0 0-1.587-5.406h6.83a10.34 10.34 0 0 1 .577 5.406h.13c.9 0 1.636-.737 1.636-1.637V1.637Zm9.273 2.181h5.454a1.09 1.09 0 1 1 0 2.182H9.273a1.09 1.09 0 1 1 0-2.182M12 10.364a10.36 10.36 0 0 1 9.233 5.652H12a4.71 4.71 0 0 0-4.677 4.149L3.91 14.25A10.34 10.34 0 0 1 12 10.364" />
</svg>
</div>
<div class="label short one">Chrome ...</div>
<div class="label full">Chrome<br>Web Store</div>
</a>
</div>
<!-- ________________ End of Google App Menu ________________ -->
<div class="centerDiv">
<div class="leftDiv" id="leftDiv">
<!-- ____________clock___________ -->
<div class="clock" id="analogClock">
<svg fill="none" height="100%" viewBox="0 0 461 461" width="100%" xmlns="http://www.w3.org/2000/svg">
<path class="bgLightTint" clip-rule="evenodd" fill-rule="evenodd"
d="M93.6379 63.9405C89.7543 78.4344 78.4333 89.7554 63.9394 93.639l-7.4405 1.9937c-22.4055 6.0033-35.702 29.0333-29.6984 51.4393l1.9196 7.164c3.8837 14.494-.2601 29.959-10.8704 40.569l-5.5482 5.548c-16.402 16.402-16.402 42.995 0 59.397l5.6221 5.622c10.6102 10.611 14.754 26.075 10.8704 40.569l-1.9936 7.441c-6.0036 22.405 7.2929 45.435 29.6985 51.439l7.4406 1.994c14.4939 3.883 25.8149 15.204 29.6985 29.698l1.9942 7.443c6.0038 22.405 29.0338 35.702 51.4388 29.698l7.442-1.994c14.494-3.883 29.959.26 40.569 10.871l5.271 5.271c16.402 16.402 42.995 16.402 59.397 0l5.347-5.347c10.61-10.61 26.075-14.754 40.569-10.87l7.717 2.068c22.405 6.003 45.435-7.293 51.439-29.699l1.993-7.439c3.884-14.494 15.205-25.815 29.699-29.699l7.441-1.994c22.406-6.003 35.702-29.033 29.699-51.439l-2.068-7.718c-3.884-14.493.26-29.958 10.87-40.569l5.346-5.346c16.402-16.402 16.402-42.995 0-59.397l-5.272-5.272c-10.61-10.61-14.754-26.075-10.87-40.569l1.994-7.441c6.003-22.406-7.293-45.436-29.699-51.4398l-7.441-1.9939c-14.494-3.8836-25.815-15.2046-29.699-29.6984l-1.993-7.4395c-6.004-22.4056-29.034-35.702-51.439-29.6985l-7.441 1.9937c-14.494 3.8836-29.959-.2601-40.569-10.8704l-5.623-5.6227c-16.402-16.402-42.995-16.402-59.397 0l-5.547 5.5476c-10.61 10.6102-26.075 14.754-40.569 10.8704l-7.166-1.92c-22.405-6.0036-45.435 7.2929-51.4388 29.6985l-1.9943 7.4425Z" />
</svg>
<div class="centerPoint">
<div class="sui" id="hour"></div>
<div class="sui" id="second"></div>
<div class="sui" id="minute"></div>
</div>
</div>
<div class="clock" id="digitalClock">
<svg fill="none" height="100%" viewBox="60 0 460 450" width="100%" xmlns="http://www.w3.org/2000/svg">
<!-- Background oval shape -->
<rect class="bgLightTint" height="350" rx="180" width="460" x="60" y="40"></rect>
<!-- Date Text -->
<text id="digidate" x="290" y="120" text-anchor="middle" fill="#E2EEFF" font-size="28"
font-family="Arial" class="digidate">Thu 9</text>
<!-- Full Time Text (Hour:Minute) -->
<text x="290" y="260" id="digiclock" class="digiclock" font-family="Arial">
<tspan id="digihours">6</tspan>
<tspan id="digicolon" dx="-34">:</tspan>
<tspan id="digiminutes" dx="-34">28</tspan>
</text>
<!-- AM/PM Text -->
<text id="amPm" x="290" y="330" text-anchor="middle" fill="#E2EEFF" font-size="28"
font-family="Arial" class="amPm">AM</text>
</svg>
</div>
<!-- ____________end of clock______________ -->
<div class="ttteexxtt">
<div id="userText" contenteditable="true" spellcheck="false">Click here to edit</div>
<div id="date"></div>
</div>
</div>
<!-- ---------end of leftDiv--------------- -->
<div class="rightDiv" id="rightDiv">
<!-- ---weather stuff--------- -->
<div class="topDiv" id="hideWeather">
<div class="lrectangle bgLightTint">
<div id="conditionText"></div>
<div class="cconnt">
<div class="humidityBar">
<div class="thinLine"></div>
<div class="slider" id="slider">
<div id="humidityLevel"></div>
</div>
</div>
<div class="tilesContainer">
<div class="tiles">
<div class="icon">
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path id="darkFeelsLikeIcon" class="accentColor"
d="M8 10.255V5a4 4 0 0 1 8 0v5.255a7 7 0 1 1-8 0ZM8 16a4 4 0 1 0 8 0H8Z" />
</svg>
</div>
<span id="feelsLike"></span>
</div>
<div class="tiles location">
<div class="icon">
<img class="location-icon" draggable="false" src="./svgs/location.svg" alt="">
</div>
<span class="location_spn" id="location"></span>
</div>
</div>
<!-- end of tilesContainer -->
</div>
</div>
<!-- -----rAndakar-------- -->
<div class="rAndakar">
<svg fill="none" height="100%" viewBox="0 0 288 288" width="100%"
xmlns="http://www.w3.org/2000/svg">
<rect class="bgLightTint" fill="#E2EEFF" height="304.742" rx="123.401"
transform="rotate(45 164.485 -51)" width="246.801" x="164.485" y="-51" />
</svg>
<div class="wInfo">
<div id="temp">?</div>
<img alt="" id="wIcon" draggable="false" src="./svgs/defaultWeather.svg">
</div>
</div>
</div>
<!-- ------end of weather stuff------------ -->
<!-- ----------searchbar-------------- -->
<div class="searchbar bgLightTint" id="searchbar">
<div class="searchIcon">
<svg fill="none" height="100%" viewBox="0 0 45 45" width="100%" xmlns="http://www.w3.org/2000/svg">
<path id="searchIconDark" class="accentColor"
d="M20.012 0A20.02 20.02 0 0 0 3.729 8.38a20.01 20.01 0 0 0 2.417 26.063 20.02 20.02 0 0 0 17.547 5.245 20 20 0 0 0 8.592-3.864L40.76 44.3a2.502 2.502 0 0 0 3.539-3.54l-8.475-8.472a20.01 20.01 0 0 0 2.166-21.074A20.02 20.02 0 0 0 20.014 0zm.002 5.004A15 15 0 0 1 30.629 9.4a15 15 0 0 1 4.394 10.614 15 15 0 0 1-4.394 10.615 15.01 15.01 0 0 1-21.23 0 15 15 0 0 1-4.397-10.615H5A15 15 0 0 1 9.398 9.4a15 15 0 0 1 10.616-4.396m-.463 5.014a10.01 10.01 0 0 0-9.545 9.996A10.007 10.007 0 0 0 20.012 30.02h.002a10 10 0 0 0 7.076-2.93 10.007 10.007 0 0 0 0-14.152 10 10 0 0 0-7.54-2.92" />
</svg>
</div>
<div class="searchIcon">
<!-- Dropdown Button -->
<div class="dropdown search-dropdown">
<!-- Default Search Engine -->
<button id="default-dropdown-item" style="cursor: pointer;" role="button" class="dropdown-btn">
<div id="default-dropdown" data-default data-engine-name="default" data-engine="0"
class="dropdown-item">
<svg width="30" height="30">
<use href="#default-engine-icon" />
</svg>
<span class="engine-name" id="defaultEngineDD">
Default
</span>
</div>
</button>
<div class="dropdown-content">
<!-- Default Google Icon -->
<div id="google-dropdown" data-engine-name="google" data-engine="1" class="dropdown-item">
<svg width="30" height="30">
<use href="#google-engine-icon" />
</svg>
<span class="engine-name" id="googleEngineDD">
Google
</span>
</div>
<!-- Duck -->
<div data-engine="2" data-engine-name="duck" id="duck-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#duck-engine-icon" />
</svg>
<span class="engine-name" id="duckEngineDD">
Duck
</span>
</div>
<!-- Bing -->
<div data-engine="3" data-engine-name="bing" id="bing-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#bing-engine-icon" />
</svg>
<span class="engine-name" id="bingEngineDD">
Bing
</span>
</div>
<div data-engine="4" data-engine-name="brave" id="brave-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#brave-engine-icon" />
</svg>
<span class="engine-name" id="braveEngineDD">
Brave
</span>
</div>
<div data-engine="5" data-engine-name="youtube" id="youtube-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#youtube-engine-icon" />
</svg>
<span class="engine-name" id="youtubeEngineDD">
YouTube
</span>
</div>
<div data-engine="6" data-engine-name="gImages" id="gImages-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#gImages-engine-icon" />
</svg>
<span class="engine-name" id="gImagesEngineDD">Images</span>
</div>
<div data-engine="7" data-engine-name="reddit" id="reddit-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#reddit-engine-icon" />
</svg>
<span class="engine-name" id="redditEngineDD">Reddit</span>
</div>
<div data-engine="8" data-engine-name="wikipedia" id="wikipedia-dropdown"
class="dropdown-item">
<svg width="30" height="30">
<use href="#wikipedia-engine-icon" />
</svg>
<span class="engine-name" id="wikipediaEngineDD">Wikipedia</span>
</div>
<div data-engine="9" data-engine-name="quora" id="quora-dropdown" class="dropdown-item">
<svg width="30" height="30">
<use href="#quora-engine-icon" />
</svg>
<span class="engine-name" id="quoraEngineDD">Quora</span>
</div>
</div>
</div>
</div>
<div class="searchbar-content">
<input id="searchQ" placeholder="Type here..." type="text" autocomplete="off">
<div class="searchControls">
<!-- Mic Icon -->
<div class="micIcon" id="micIcon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -1 24 24" height="100%" width="100%">
<path id="micIconPath" class="accentColor"
d="M12 14q-1.25 0-2.125-.875T9 11V5q0-1.25.875-2.125T12 2t2.125.875T15 5v6q0 1.25-.875 2.125T12 14m-1 7v-3.075q-2.6-.35-4.3-2.325T5 11h2q0 2.075 1.463 3.538T12 16t3.538-1.463T17 11h2q0 2.625-1.7 4.6T13 17.925V21z" />
</svg>
</div>
<!-- Search Button -->
<button id="enterBtn">Search</button>
</div>
</div>
</div>
<div id="resultBox" class="resultBox bgLightTint" style="display: none;"></div>
<!-- ----------end of searchbar-------------- -->
<!-- Search Engine SVG Definitions -->
<svg style="display: none;">
<symbol id="default-engine-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path style="transform: scale(0.95); transform-origin: center;"
d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12q0-.175-.012-.363t-.013-.312q-.125.725-.675 1.2T18 13h-2q-.825 0-1.412-.587T14 11v-1h-4V8q0-.825.588-1.412T12 6h1q0-.575.313-1.012t.762-.713q-.5-.125-1.012-.2T12 4Q8.65 4 6.325 6.325T4 12h5q1.65 0 2.825 1.175T13 16v1h-3v2.75q.5.125.988.188T12 20" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="google-engine-icon" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path
d="M24.805 12.0177c.1309.7383.1961 1.4863.195 2.2357 0 3.3466-1.2204 6.1763-3.3441 8.0916h.0028C19.8016 24.0265 17.2487 25 14.2216 25c-2.9761 0-5.8304-1.1589-7.9349-3.2217C4.1823 19.7154 3 16.9176 3 14.0004c0-2.9173 1.1823-5.7151 3.2867-7.778 2.1045-2.0628 4.9588-3.2217 7.9349-3.2217 2.7857-.032 5.476.9939 7.5073 2.8627l-3.2038 3.1404c-1.1581-1.0822-2.7037-1.6747-4.3035-1.65-2.9274 0-5.4144 1.936-6.301 4.5429a6.4654 6.4654 0 0 0 0 4.2115h.0043c.8907 2.6028 3.3735 4.5387 6.3009 4.5387 1.5121 0 2.811-.3795 3.8182-1.0505h-.0042a5.1412 5.1412 0 0 0 1.4705-1.4462 5.0327 5.0327 0 0 0 .7724-1.8963h-6.0611v-4.2348l10.5834-.0014Z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="duck-engine-icon" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM12 4a5 5 0 0 1 2.86 9.1c1.58.15 3.36.51 5.14 1.4 3 1.5 4-.5 4-.5s-1 9-7 9h-6s-5 0-5-5c0-3 3-4 2-6-4 0-4-3.5-4-3.5 1 .5 2.24.5 3 .15A5.02 5.02 0 0 1 12 4Z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="bing-engine-icon" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.9991 13.1645a.4638.4638 0 0 0-.0872-.2527.4546.4546 0 0 0-.2112-.1608l-8.8313-2.7685c-.1648-.0514-.24.0372-.1676.1963l1.6424 3.6516c.0725.16.2598.3496.416.422l2.2533 1.0442c.1562.0724.16.1991.0075.281l-9.6135 5.1749c-.1515.082-.1713.0534-.0433-.0638l3.6933-3.3668a.8237.8237 0 0 0 .2335-.5315l.0037-10.2051a.4647.4647 0 0 0-.0874-.2533.456.456 0 0 0-.2119-.1612L8.2993 5.0133C8.1346 4.962 8 5.0638 8 5.2401v15.481c0 .1763.1148.403.256.504l3.7554 2.6932c.1412.101.3765.1096.5243.019l10.1951-6.2143a.623.623 0 0 0 .1902-.2097A.6332.6332 0 0 0 23 17.24v-4.0755h-.0009Z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="brave-engine-icon" viewBox="0 -0.5 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="m15.013 2 1.716 1.983s1.507-.426 2.218.299a62 62 0 0 1 1.298 1.364l-.46 1.152.585 1.705s-1.723 6.65-1.925 7.463c-.398 1.599-.67 2.217-1.8 3.027a152 152 0 0 1-3.742 2.584c-.287.2-.608.423-.903.423s-.617-.224-.904-.423q-.117-.083-.226-.153a152 152 0 0 1-3.516-2.43c-1.13-.811-1.402-1.43-1.8-3.028-.202-.812-1.925-7.463-1.925-7.463l.586-1.705-.46-1.152s.585-.64 1.297-1.364c.711-.725 2.218-.299 2.218-.299L8.986 2zM7.751 5.241s-2.207 2.719-2.207 3.3c0 .48.19.668.414.89q.07.069.143.146l1.655 1.79.054.057c.165.169.409.418.237.832l-.035.084c-.189.449-.42 1.002-.125 1.563.314.597.853.995 1.199.93.345-.067 1.156-.498 1.454-.696s1.243-.991 1.243-1.295c0-.253-.68-.675-1.01-.88l-.147-.093-.162-.104c-.301-.19-.845-.536-.859-.688-.017-.188-.01-.244.233-.709.051-.099.112-.205.174-.315.232-.405.49-.86.433-1.184-.064-.368-.63-.578-1.107-.757l-.175-.065-.498-.19v-.001a44 44 0 0 1-1.096-.426c-.12-.057-.09-.11.277-.146l.178-.019c.455-.05 1.292-.14 1.7-.024l.264.073c.457.127 1.018.281 1.072.37l.027.042c.052.075.085.123.028.44l-.094.508c-.127.672-.324 1.724-.349 1.96l-.011.095c-.032.263-.053.438.247.508l.078.018c.338.08.834.195 1.014.195.179 0 .675-.116 1.013-.195l.078-.018c.3-.07.279-.245.247-.508l-.01-.095c-.026-.236-.223-1.285-.35-1.957l-.094-.51c-.057-.318-.024-.366.028-.44l.027-.043c.054-.089.615-.243 1.072-.37l.265-.073c.407-.116 1.245-.025 1.699.024l.178.019c.367.035.398.09.277.146-.087.041-.618.244-1.096.426l-.498.19-.174.066c-.479.179-1.043.39-1.108.757-.058.325.202.779.433 1.185.062.109.123.215.175.314.242.465.249.52.232.709-.014.153-.558.497-.86.688-.07.044-.127.08-.16.104l-.148.093c-.33.205-1.01.627-1.01.88 0 .304.945 1.098 1.243 1.295.298.198 1.11.63 1.455.695.345.066.884-.332 1.198-.929.296-.56.064-1.114-.124-1.563l-.036-.084c-.171-.414.072-.663.237-.832l.054-.056 1.655-1.791q.074-.078.144-.146c.223-.222.413-.41.413-.89 0-.581-2.207-3.3-2.207-3.3s-1.863.363-2.114.363c-.2 0-.587-.136-.99-.277l-.307-.107c-.503-.17-.837-.172-.837-.172h.009-.018H12c-.006 0-.34.003-.838.172q-.152.052-.306.107c-.404.141-.79.277-.99.277-.252 0-2.115-.363-2.115-.363m5.688 9.78c-.59-.31-1.325-.575-1.44-.575s-.85.265-1.439.576l-.374.196c-.395.207-.674.354-.78.422-.137.087-.053.251.071.34.125.09 1.797 1.41 1.96 1.556l.065.06c.156.143.356.326.498.326.141 0 .34-.183.497-.326l.066-.06a99 99 0 0 1 1.959-1.555c.124-.09.208-.254.071-.341-.105-.068-.385-.214-.778-.421z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="youtube-engine-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path style="transform: scale(0.77); transform-origin: center;"
d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="gImages-engine-icon" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
<path style="transform: scale(0.92); transform-origin: center;"
d="M24.844 0A.998.998 0 0 0 24 1v10H12.906c-.25.02-.484.129-.656.313v.03a.472.472 0 0 0-.063.063L.25 24.312A1.001 1.001 0 0 0 1 26h10v11a.994.994 0 0 0 .313.75l13 12A1.001 1.001 0 0 0 26 49V39h11a.994.994 0 0 0 .75-.313l12-13A1.001 1.001 0 0 0 49 24H39V13a.994.994 0 0 0-.313-.75l-13-12a.996.996 0 0 0-.843-.25ZM26 3.313 36.5 13l-9.25 9.25A5.037 5.037 0 0 1 26 18.937v-7.031ZM13 13.5l9.25 9.25A5.037 5.037 0 0 1 18.937 24H3.313Zm12 9.063A7.135 7.135 0 0 0 27.438 25 7.135 7.135 0 0 0 25 27.438 7.135 7.135 0 0 0 22.562 25 7.135 7.135 0 0 0 25 22.562ZM31.063 26h15.625L37 36.5l-9.25-9.25A5.037 5.037 0 0 1 31.063 26Zm-8.313 1.75c.77.887 1.25 2.04 1.25 3.313v15.624L13.5 37Z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="reddit-engine-icon" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
<path style="transform: scale(1.24); transform-origin: center;"
d="M213.15 129.22c0-10.376-8.391-18.617-18.617-18.617a18.74 18.74 0 0 0-12.97 5.189c-12.818-9.157-30.368-15.107-49.9-15.87l8.544-39.981 27.773 5.95c.307 7.02 6.104 12.667 13.278 12.667 7.324 0 13.275-5.95 13.275-13.278 0-7.324-5.95-13.275-13.275-13.275-5.188 0-9.768 3.052-11.904 7.478l-30.976-6.562c-.916-.154-1.832 0-2.443.458-.763.458-1.22 1.22-1.371 2.136l-9.464 44.558c-19.837.612-37.692 6.562-50.662 15.872a18.74 18.74 0 0 0-12.971-5.188c-10.377 0-18.617 8.391-18.617 18.617 0 7.629 4.577 14.037 10.988 16.939a33.6 33.6 0 0 0-.458 5.646c0 28.686 33.42 52.036 74.621 52.036 41.202 0 74.622-23.196 74.622-52.036a35 35 0 0 0-.458-5.646c6.408-2.902 10.985-9.464 10.985-17.093M85.272 142.495c0-7.324 5.95-13.275 13.278-13.275 7.324 0 13.275 5.95 13.275 13.275s-5.95 13.278-13.275 13.278c-7.327.15-13.278-5.953-13.278-13.278m74.317 35.251c-9.156 9.157-26.553 9.768-31.588 9.768-5.188 0-22.584-.765-31.59-9.768-1.371-1.373-1.371-3.51 0-4.883 1.374-1.371 3.51-1.371 4.884 0 5.8 5.8 18.008 7.782 26.706 7.782s21.058-1.983 26.704-7.782c1.374-1.371 3.51-1.371 4.884 0 1.22 1.373 1.22 3.51 0 4.883m-2.443-21.822c-7.325 0-13.275-5.95-13.275-13.275s5.95-13.275 13.275-13.275c7.327 0 13.277 5.95 13.277 13.275 0 7.17-5.95 13.275-13.277 13.275" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="wikipedia-engine-icon" viewBox="0 -0.5 32 32" xmlns="http://www.w3.org/2000/svg">
<path style="transform: scale(0.95); transform-origin: center;"
d="M30 9.215a.31.31 0 0 1-.313.308h-1.68l-7.616 16.215a.31.31 0 0 1-.278.18h-.004a.31.31 0 0 1-.28-.172l-3.614-7.168-3.902 7.18a.313.313 0 0 1-.555-.016L4.055 9.523H2.313A.31.31 0 0 1 2 9.215V8.39a.31.31 0 0 1 .313-.309h6.21a.31.31 0 0 1 .313.309v.824a.31.31 0 0 1-.313.308H7.188l5.316 12.262 2.766-5.168-3.508-7.09h-.844a.313.313 0 0 1-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31 0 0 1 .308.313v.82a.307.307 0 0 1-.308.308h-.813l2.02 4.415 2.402-4.415h-1.473a.31.31 0 0 1-.312-.308v-.82a.31.31 0 0 1 .312-.313h4.465a.31.31 0 0 1 .309.313v.82a.307.307 0 0 1-.309.308h-.98l-3.504 6.372 2.855 5.875L26 9.523h-1.746a.31.31 0 0 1-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31 0 0 1 .313.313z" />
</symbol>
</svg>
<svg style="display: none;">
<symbol id="quora-engine-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path style="transform: scale(0.67); transform-origin: center;"
d="M7.38.948A11.963 11.963 0 0 1 21.248 19.54l2.41 2.422c.732.736.21 1.99-.828 1.99l-10.71.01a12.52 12.52 0 0 1-.304 0h-.02A11.963 11.963 0 0 1 7.382.95Zm7.322 4.428a7.172 7.172 0 1 0-5.488 13.252 7.172 7.172 0 0 0 5.489-13.252Z" />
</symbol>
</svg>
<!-- ----------search with------------------- -->
<div class="searchWithCont" style="visibility: hidden;" id="search-with-container">
<div class="hint bgLightTint" id="searchWithHint"></div>
<div class="searchEnginesContainer">
<div class="search-engine bgLightTint" data-category="search-with">
<svg width="30" height="30" class="search-engine-icon">
<use href="#default-engine-icon" />
</svg>
<label class="engine-name" id="defaultEngine">Default</label>
<input checked class="radio-button" name="search-engine" type="radio" value="engine0">
</div>
<div class="search-engine bgLightTint" data-category="search-with">
<svg width="30" height="30" class="search-engine-icon">
<use href="#google-engine-icon" />
</svg>
<label class="engine-name" id="googleEngine">Google</label>
<input class="radio-button" name="search-engine" type="radio" value="engine1">
</div>
<div class="search-engine bgLightTint" data-category="search-with">
<svg width="30" height="30" class="search-engine-icon">
<use href="#duck-engine-icon" />
</svg>
<label class="engine-name" id="duckEngine">Duck</label>
<input class="radio-button" name="search-engine" type="radio" value="engine2">
</div>
<div class="search-engine bgLightTint" data-category="search-with">
<svg width="30" height="30" class="search-engine-icon">
<use href="#bing-engine-icon" />
</svg>
<label class="engine-name" id="bingEngine" data-category="search-with">Bing</label>
<input class="radio-button" name="search-engine" type="radio" value="engine3">
</div>
<div class="search-engine bgLightTint" data-category="search-with">
<svg width="30" height="30" class="search-engine-icon">
<use href="#brave-engine-icon" />
</svg>
<label class="engine-name" id="braveEngine">Brave</label>
<input class="radio-button" name="search-engine" type="radio" value="engine4">
</div>
<div class="search-engine bgLightTint" data-category="search-on">
<svg width="30" height="30" class="search-engine-icon">
<use href="#youtube-engine-icon" />
</svg>
<label class="engine-name" id="youtubeEngine">YouTube</label>
<input class="radio-button" name="search-engine" type="radio" value="engine5">
</div>
<div class="search-engine bgLightTint" data-category="search-on">
<svg width="30" height="30" class="search-engine-icon">
<use href="#gImages-engine-icon" />
</svg>
<label class="engine-name" id="gImagesEngine">Images</label>
<input class="radio-button" name="search-engine" type="radio" value="engine6">
</div>
<div class="search-engine bgLightTint" data-category="search-on">
<svg width="30" height="30" class="search-engine-icon">
<use href="#reddit-engine-icon" />
</svg>
<label class="engine-name" id="redditEngine">Reddit</label>
<input class="radio-button" name="search-engine" type="radio" value="engine7">
</div>
<div class="search-engine bgLightTint" data-category="search-on">
<svg width="30" height="30" class="search-engine-icon">
<use href="#wikipedia-engine-icon" />
</svg>
<label class="engine-name" id="wikipediaEngine">Wikipedia</label>
<input class="radio-button" name="search-engine" type="radio" value="engine8">
</div>
<div class="search-engine bgLightTint" data-category="search-on">
<svg width="30" height="30" class="search-engine-icon">
<use href="#quora-engine-icon" />
</svg>
<label class="engine-name" id="quoraEngine">Quora</label>
<input class="radio-button" name="search-engine" type="radio" value="engine9">
</div>
</div>
</div>
<!-- ----------end of search with------------- -->
<div class="quotesCont" id="motivationalQuotesCont">
<div class="quotesContainer">
</div>
<div class="authorWrapper">
<div class="authorName"><span></span></div>
<div class="qtRounder">
<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
<path class="lessDark targeted" d="M30 0L0 0C16.5685 0 30 13.4315 30 30L30 0Z" />
</svg>
</div>
<div class="qtRounder2">
<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
<path class="lessDark targeted" d="M30 0L0 0C16.5685 0 30 13.4315 30 30L30 0Z" />
</svg>
</div>
</div>
</div>
</div>
<!-- --------end of rightDiv---------------------- -->
</div>
<!---End of centerDiv--->
<!-- ------shortcuts------------------ -->
<div id="shortcuts-section">
<div class="wrapper">
<div id="flexMonitor"></div>
<div id="defaultMonitor"></div>
<div class="shortcutsContainer" id="shortcutsContainer"></div>
</div>
</div>
<!-- --------end of shortcuts------------------ -->
<!-- -----------AI-Tools------------------ -->
<div class="aiToolsCont" id="aiToolsCont">
<div class="hangno" id="aiToolsIcon">
<div class="icon">
<svg height="100%" viewBox="0 0 280 280" width="100%" xmlns="http://www.w3.org/2000/svg">
<path id="aiIcon" class="accentColor"
d="M152 178c0-14.359 11.641-26 26-26h76c14.359 0 26.275 11.76 23.393 25.827-10.238 49.97-49.596 89.328-99.566 99.566C163.76 280.275 152 268.359 152 254v-76Zm-24 5.26c0 23.163-28.006 34.764-44.385 18.385L8.782 126.811c-5.35-5.35-8.252-12.794-6.994-20.255 8.778-52.04 48.96-93.412 100.382-103.949C116.237-.275 128 11.641 128 26v157.26ZM0 214.74c0-23.163 28.006-34.764 44.385-18.385l83.609 83.609c.004.004.006.01.006.015a.02.02 0 0 1-.021.021H26c-14.36 0-26-11.641-26-26v-39.26ZM152 26c0-14.36 11.641-26 26-26h76c14.359 0 26 11.64 26 26v76c0 14.359-11.641 26-26 26h-76c-14.359 0-26-11.641-26-26V26Z" />
</svg>
</div>
<div class="label" id="ai_tools">AI Tools</div>
</div>
<!-- --------tools-------- -->
<div class="toolsCont" id="toolsCont">
<!-- ---------------- -->
<a href="https://chatgpt.com/">
<div class="tIcon">
<svg height="100%" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor aiDarkIcons" width="100%" height="100%" rx="50%" />
<path class="bgLightTint notTargeted" style="transform: scale(0.7); transform-origin: center;"
d="M9.205 8.765v-2.26c0-.19.071-.333.238-.428l4.543-2.616c.619-.357 1.356-.523 2.117-.523 2.854 0 4.662 2.212 4.662 4.567 0 .166 0 .356-.024.547l-4.71-2.76a.797.797 0 0 0-.856 0zm10.609 8.801v-5.4c0-.333-.143-.57-.429-.737l-5.97-3.473 1.95-1.118a.433.433 0 0 1 .476 0l4.544 2.617c1.308.761 2.188 2.378 2.188 3.948 0 1.808-1.07 3.473-2.76 4.163zM7.802 12.809l-1.95-1.142c-.167-.095-.239-.238-.239-.428V6.006c0-2.545 1.95-4.472 4.591-4.472 1 0 1.927.333 2.712.928L8.23 5.174c-.285.166-.428.404-.428.737v6.898zM12 15.235l-2.795-1.57v-3.33L12 8.765l2.795 1.57v3.33zm1.796 7.23a4.452 4.452 0 0 1-2.712-.927l4.686-2.711c.285-.167.428-.405.428-.738v-6.898l1.974 1.142c.167.095.238.238.238.428v5.233c0 2.545-1.974 4.472-4.614 4.472zm-5.637-5.303-4.544-2.617c-1.308-.761-2.188-2.378-2.188-3.948A4.482 4.482 0 0 1 4.21 6.434v5.423c0 .334.143.571.428.738l5.947 3.449-1.95 1.118a.433.433 0 0 1-.476 0zm-.262 3.9c-2.688 0-4.662-2.021-4.662-4.519 0-.19.024-.38.047-.57l4.686 2.71a.796.796 0 0 0 .857 0l5.97-3.448v2.26c0 .19-.072.333-.238.428l-4.543 2.616c-.619.357-1.356.523-2.117.523Zm5.899 2.83a5.947 5.947 0 0 0 5.827-4.756c2.664-.69 4.377-3.188 4.377-5.733 0-1.665-.714-3.282-1.998-4.448.119-.5.19-.999.19-1.498 0-3.401-2.759-5.946-5.946-5.946-.642 0-1.26.095-1.88.309A5.961 5.961 0 0 0 10.205.107a5.947 5.947 0 0 0-5.827 4.757C1.713 5.554 0 8.052 0 10.597c0 1.665.714 3.282 1.998 4.448-.119.5-.19.999-.19 1.498 0 3.401 2.759 5.947 5.946 5.947.642 0 1.26-.095 1.88-.31a5.96 5.96 0 0 0 4.162 1.713z" />
</svg>
</div>
<div class="tLabel" id="chatGPT">ChatGPT</div>
</a>
<!-- ---------------- -->
<a href="https://gemini.google.com/app">
<div class="tIcon">
<svg height="100%" viewBox="0 0 24 24" width="100%" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor aiDarkIcons" height="100%" rx="50%" width="100%" />
<path class="bgLightTint notTargeted" style="transform: scale(0.66); transform-origin: center;"
d="M21.4 10.73a15.434 15.434 0 0 1-4.855-3.275 15.396 15.396 0 0 1-4.013-7.04.548.548 0 0 0-1.064 0A14.45 14.45 0 0 1 10.73 2.6a15.419 15.419 0 0 1-3.274 4.855A15.441 15.441 0 0 1 2.6 10.729c-.707.304-1.437.551-2.184.74a.548.548 0 0 0 0 1.063 14.45 14.45 0 0 1 2.184.739 15.434 15.434 0 0 1 4.855 3.274 15.396 15.396 0 0 1 4.013 7.04A.55.55 0 0 0 12 24c.252 0 .47-.172.532-.416a14.45 14.45 0 0 1 .739-2.184 15.434 15.434 0 0 1 3.274-4.855 15.396 15.396 0 0 1 7.04-4.013A.55.55 0 0 0 24 12a.548.548 0 0 0-.416-.532 14.45 14.45 0 0 1-2.184-.739" />
</svg>
</div>
<div class="tLabel" id="gemini">Gemini</div>
</a>
<!-- ---------------- -->
<a href="https://copilot.microsoft.com/">
<div class="tIcon">
<svg height="100%" width="100%" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor aiDarkIcons" width="100%" height="100%" rx="50%" />
<path class="lessDark"
d="M19.612 7.42a2.1 2.1 0 0 0-2.018-1.512h-.614a2.106 2.106 0 0 0-2.072 1.725l-1.053 5.736.262-.894a2.105 2.105 0 0 1 2.018-1.516h3.57l1.499.582 1.445-.582h-.423a2.1 2.1 0 0 1-2.018-1.512zm-9.007 15.156a2.106 2.106 0 0 0 2.023 1.52h1.307a2.1 2.1 0 0 0 2.103-2.05l.142-5.53-.298 1.013a2.1 2.1 0 0 1-2.018 1.512h-3.602l-1.284-.698-1.392.698h.413c.939 0 1.76.618 2.023 1.52z" />
<path class="bgLightTint notTargeted"
d="M17.505 5.903h-7.29c-2.087 0-3.336 2.752-4.167 5.509-.992 3.262-2.286 7.63 1.453 7.63h3.15a2.11 2.11 0 0 0 2.027-1.527 884.084 884.084 0 0 1 2.263-7.801c.382-1.294.702-2.401 1.191-3.095a1.631 1.631 0 0 1 1.373-.716zM12.5 24.097h7.292c2.085 0 3.334-2.758 4.165-5.51.988-3.263 2.281-7.629-1.458-7.629H19.35c-.942 0-1.77.622-2.027 1.53a841.53 841.53 0 0 1-2.263 7.802c-.382 1.294-.703 2.406-1.192 3.095a1.62 1.62 0 0 1-1.369.711z" />
</svg>
</div>
<div class="tLabel" id="copilot">Copilot</div>
</a>
<!-- ---------------- -->
<a href="https://claude.ai/new/">
<div class="tIcon">
<svg height="100%" width="100%" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor aiDarkIcons" height="100%" rx="50%" width="100%" />
<path class="bgLightTint notTargeted" style="transform: scale(0.8); transform-origin: center;"
d="m5.92 15.3 3.94-2.2.06-.2-.06-.1h-.2L9 12.76l-2.24-.06-1.96-.1-1.9-.1-.48-.1-.42-.6.04-.3.4-.26.58.04 1.26.1 1.9.12 1.38.08 2.04.24h.32l.04-.14-.1-.08-.08-.08L7.8 10.2 5.68 8.8l-1.12-.82-.6-.4-.3-.4-.12-.84.54-.6.74.06.18.04.74.58 1.6 1.22L9.4 9.2l.3.24.12-.08.02-.06-.14-.22L8.6 7 7.4 4.92l-.54-.86-.14-.52c-.06-.2-.08-.4-.08-.6l.6-.84.36-.1.84.12.32.28.52 1.2.82 1.86 1.3 2.52.4.76.2.68.06.2h.14v-.1l.1-1.44.2-1.74.2-2.24.06-.64.32-.76.6-.4.52.22.4.58-.06.36L14.32 5l-.52 2.42-.3 1.64h.18l.2-.22.82-1.08 1.38-1.72.6-.7.72-.74.46-.36h.86l.62.94-.28.98-.88 1.12-.74.94-1.06 1.42-.64 1.14.06.08h.14l2.4-.52 1.28-.22 1.52-.26.7.32.08.32-.28.68-1.64.4-1.92.4-2.86.66-.04.02.04.06 1.28.12.56.04h1.36l2.52.2.66.4.38.54-.06.4-1.02.52-1.36-.32-3.2-.76-1.08-.26h-.16v.08l.92.9 1.66 1.5 2.12 1.94.1.48-.26.4-.28-.04-1.84-1.4-.72-.6-1.6-1.36h-.1v.14l.36.54 1.96 2.94.1.9-.14.28-.52.2-.54-.12-1.16-1.6-1.2-1.8-.94-1.64-.1.08-.58 6.04-.26.3-.6.24-.5-.4-.28-.6.28-1.24.32-1.6.26-1.28.24-1.58.14-.52v-.04h-.14l-1.2 1.66-1.8 2.46-1.44 1.52-.34.14-.6-.3.06-.56.32-.46 2-2.56 1.2-1.58.8-.92-.02-.1h-.06l-5.28 3.44-.94.12-.4-.4.04-.6.2-.2 1.6-1.1z" />
</svg>
</div>
<div class="tLabel" id="claude">Claude</div>
</a>
<!-- ---------------- -->
<a href="https://grok.com/">
<div class="tIcon">
<svg height="100%" width="100%" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
<rect class="accentColor aiDarkIcons" width="100%" height="100%" rx="50%" />
<path class="bgLightTint notTargeted" style="transform: scale(0.7); transform-origin: center;"
d="M47.658 2.057a.997.997 0 0 0-.668.29l-6.11 6.118a.933.933 0 0 0-.132.111L19.146 30.305a.998.998 0 0 0 1.303 1.508l15.08-11.145a.508.508 0 0 1 .424-.092c.148.041.192.15.207.186 1.781 4.296.822 9.188-2.445 12.46-2.893 2.897-6.865 3.964-10.904 2.928a1.004 1.004 0 0 0-.707.082l-5.31 2.752a1.002 1.002 0 0 0-.028 1.762c2.853 1.595 5.941 2.373 8.986 2.373 4.621 0 9.143-1.793 12.592-5.248 4.4-4.404 6.192-10.644 4.81-16.717a.854.854 0 0 0-.021-.12c-1.756-7.565.373-10.497 5.04-16.929l.335-.464a1.001 1.001 0 0 0-.85-1.584zm-21.662 5.08a17.938 17.938 0 0 0-13.06 5.283C7.87 17.493 6.292 25.346 9.01 31.96c1.684 4.099-1.054 6.975-4.227 10.311-1.132 1.19-2.303 2.42-3.262 3.74a1.001 1.001 0 0 0 1.477 1.335l14.338-12.82a1 1 0 0 0 .098-1.53c-2.685-2.567-3.276-5.512-3.3-7.531-.034-3.106 1.221-6.169 3.45-8.4 2.497-2.503 6.253-3.734 9.809-3.21.203.028.417-.004.605-.101l5.691-2.953a1 1 0 0 0-.023-1.787 13.646 13.646 0 0 0-1.209-.526 17.88 17.88 0 0 0-6.46-1.351z" />
</svg>
</div>
<div class="tLabel" id="grok">Grok</div>
</a>
<!-- ---------------- -->
<a href="https://www.meta.ai/">
<div class="tIcon">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" viewBox="0 0 24 24">
<rect class="accentColor aiDarkIcons" width="100%" height="100%" rx="50%" />
<path class="bgLightTint notTargeted" style="transform: scale(0.72); transform-origin: center;"
d="M6.915 4.03c-1.968 0-3.683 1.28-4.871 3.113C.704 9.208 0 11.883 0 14.449c0 .706.07 1.369.21 1.973a7 7 0 0 0 .265.86a5.3 5.3 0 0 0 .371.761c.696 1.159 1.818 1.927 3.593 1.927c1.497 0 2.633-.671 3.965-2.444c.76-1.012 1.144-1.626 2.663-4.32l.756-1.339l.186-.325c.061.1.121.196.183.3l2.152 3.595c.724 1.21 1.665 2.556 2.47 3.314c1.046.987 1.992 1.22 3.06 1.22c1.075 0 1.876-.355 2.455-.843a3.7 3.7 0 0 0 .81-.973c.542-.939.861-2.127.861-3.745c0-2.72-.681-5.357-2.084-7.45c-1.282-1.912-2.957-2.93-4.716-2.93c-1.047 0-2.088.467-3.053 1.308c-.652.57-1.257 1.29-1.82 2.05c-.69-.875-1.335-1.547-1.958-2.056c-1.182-.966-2.315-1.303-3.454-1.303zm10.16 2.053c1.147 0 2.188.758 2.992 1.999c1.132 1.748 1.647 4.195 1.647 6.4c0 1.548-.368 2.9-1.839 2.9c-.58 0-1.027-.23-1.664-1.004c-.496-.601-1.343-1.878-2.832-4.358l-.617-1.028a45 45 0 0 0-1.255-1.98c.07-.109.141-.224.21
gitextract_i_fhkn0c/
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── bug_report.yaml
│ │ ├── config.yml
│ │ ├── feature_request.yaml
│ │ └── general_question.yaml
│ └── pull_request_template.md
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── docs/
│ ├── Get_WeatherAPI_Key.html
│ └── feedback.html
├── index.html
├── locales/
│ ├── README.md
│ ├── ar_SA.js
│ ├── az.js
│ ├── bn.js
│ ├── cs.js
│ ├── de.js
│ ├── el.js
│ ├── en.js
│ ├── es.js
│ ├── fa.js
│ ├── fr.js
│ ├── hi.js
│ ├── hu.js
│ ├── idn.js
│ ├── it.js
│ ├── ja.js
│ ├── ko.js
│ ├── mr.js
│ ├── ne.js
│ ├── pl.js
│ ├── pt.js
│ ├── ru.js
│ ├── sl.js
│ ├── sv.js
│ ├── ta.js
│ ├── th.js
│ ├── tr.js
│ ├── uk.js
│ ├── ur.js
│ ├── uz.js
│ ├── vi.js
│ ├── zh.js
│ └── zh_TW.js
├── manifest(firefox).json
├── manifest.json
├── privacy-policy.html
├── scripts/
│ ├── README.md
│ ├── ai-tools.js
│ ├── alert-modal.js
│ ├── background.js
│ ├── backup-restore.js
│ ├── bookmarks.js
│ ├── browser-utils.js
│ ├── clock.js
│ ├── custom-text.js
│ ├── google-apps.js
│ ├── languages.js
│ ├── menu-shortcut-page.js
│ ├── preload.js
│ ├── quotes.js
│ ├── save-load-states.js
│ ├── script.js
│ ├── search-suggestions.js
│ ├── search.js
│ ├── shortcuts.js
│ ├── theme.js
│ ├── todo-list.js
│ ├── voice-search.js
│ ├── wallpaper.js
│ ├── weather.js
│ └── widgets-transparency.js
├── style.css
├── svgs/
│ └── 0 Don't DELETE any of them
└── tools/
└── languagesAnalysis.html
SYMBOL INDEX (142 symbols across 19 files)
FILE: scripts/ai-tools.js
function animateReorder (line 43) | function animateReorder(element1, element2, direction) {
function saveAIToolsSettings (line 104) | function saveAIToolsSettings() {
function applyAIToolsSettings (line 130) | function applyAIToolsSettings() {
function generateAIToolsForm (line 174) | function generateAIToolsForm(settings) {
function showAIToolsSettings (line 241) | function showAIToolsSettings() {
function updateReorderButtonStates (line 270) | function updateReorderButtonStates() {
function closeAIToolsSettings (line 290) | function closeAIToolsSettings() {
function toggleAITools (line 298) | function toggleAITools(event) {
FILE: scripts/alert-modal.js
function alertPrompt (line 37) | function alertPrompt(message, isAlert = true, okText, cancelText) {
function confirmPrompt (line 147) | function confirmPrompt(message, okText, cancelText) {
FILE: scripts/backup-restore.js
function backupData (line 15) | async function backupData() {
function validateAndRestoreData (line 50) | async function validateAndRestoreData(event) {
function isValidBackupFile (line 76) | function isValidBackupFile(backup) {
function backupIndexedDB (line 82) | async function backupIndexedDB() {
function restoreIndexedDB (line 122) | async function restoreIndexedDB(data) {
function restoreData (line 154) | async function restoreData(backup) {
function base64ToBlob (line 172) | function base64ToBlob(base64) {
FILE: scripts/bookmarks.js
function updateSortButtons (line 154) | function updateSortButtons() {
function updateBookmarkUI (line 165) | function updateBookmarkUI(enabled) {
function verifyBookmarkPermission (line 172) | async function verifyBookmarkPermission() {
function toggleBookmarkSidebar (line 214) | async function toggleBookmarkSidebar() {
function loadBookmarks (line 227) | function loadBookmarks() {
function setBookmarkFavicon (line 292) | function setBookmarkFavicon(faviconElement, pageUrl) {
function displayBookmarks (line 311) | function displayBookmarks(bookmarkNodes) {
function updateBookmark (line 505) | function updateBookmark(bookmarkId, title, url) {
FILE: scripts/clock.js
function toggleHideState (line 24) | function toggleHideState(isHidden) {
function applyClockState (line 33) | function applyClockState(isHidden) {
function handleClockVisibility (line 40) | function handleClockVisibility() {
function initializeClock (line 78) | async function initializeClock() {
FILE: scripts/languages.js
constant LRM (line 88) | const LRM = "\u200E";
function localizeNumbers (line 90) | function localizeNumbers(text, language) {
function applyLanguage (line 118) | function applyLanguage(lang) {
function saveLanguageStatus (line 422) | function saveLanguageStatus(key, languageStatus) {
function getLanguageStatus (line 427) | function getLanguageStatus(key) {
FILE: scripts/menu-shortcut-page.js
function pageReset (line 24) | function pageReset() {
FILE: scripts/quotes.js
constant MAX_QUOTE_LENGTH (line 17) | const MAX_QUOTE_LENGTH = 140;
constant MIN_QUOTES_FOR_LANG (line 18) | const MIN_QUOTES_FOR_LANG = 100;
constant ONE_DAY (line 19) | const ONE_DAY = 24 * 60 * 60 * 1000;
constant FALLBACK_QUOTE (line 22) | const FALLBACK_QUOTE = {
function fitAuthorWidth (line 30) | function fitAuthorWidth() {
function clearQuotesStorage (line 38) | function clearQuotesStorage() {
function clearOtherLanguageQuotes (line 51) | function clearOtherLanguageQuotes(exceptLang) {
function needsDataFetch (line 66) | function needsDataFetch(lang) {
function getTargetLanguage (line 103) | function getTargetLanguage(currentLang, metadata) {
function fetchMetadata (line 120) | async function fetchMetadata() {
function fetchQuotes (line 131) | async function fetchQuotes(lang) {
function storeQuotesData (line 143) | function storeQuotesData(lang, quotes, metadata) {
function storeNoDataInfo (line 157) | function storeNoDataInfo(lang, metadata) {
function getStoredQuotes (line 170) | function getStoredQuotes(lang) {
function getTodayDate (line 176) | function getTodayDate() {
function getDailyQuoteKey (line 185) | function getDailyQuoteKey(lang) {
function storeDailyQuote (line 190) | function storeDailyQuote(lang, quote) {
function getDailyQuote (line 196) | function getDailyQuote(lang) {
function clearOldDailyQuotes (line 203) | function clearOldDailyQuotes() {
function displayFallbackQuote (line 215) | function displayFallbackQuote() {
function getQuotesForLanguage (line 222) | async function getQuotesForLanguage(forceRefresh = false) {
function displayRandomQuote (line 287) | function displayRandomQuote(quotes) {
function loadAndDisplayQuote (line 334) | async function loadAndDisplayQuote(forceRefresh = false) {
FILE: scripts/save-load-states.js
function saveCheckboxState (line 12) | function saveCheckboxState(key, checkbox) {
function loadCheckboxState (line 18) | function loadCheckboxState(key, checkbox) {
function saveDisplayStatus (line 32) | function saveDisplayStatus(key, displayStatus) {
function loadDisplayStatus (line 37) | function loadDisplayStatus(key, element) {
function saveActiveStatus (line 47) | function saveActiveStatus(key, activeStatus) {
function loadActiveStatus (line 52) | function loadActiveStatus(key, element) {
FILE: scripts/script.js
function showToast (line 76) | function showToast() {
function hideToast (line 91) | function hideToast() {
function startProgress (line 96) | function startProgress() {
FILE: scripts/search-suggestions.js
function showResultBox (line 59) | function showResultBox() {
function hideResultBox (line 65) | function hideResultBox() {
function getClientParam (line 201) | function getClientParam() {
function getAutocompleteSuggestions (line 211) | async function getAutocompleteSuggestions(query) {
function showProxyDisclaimer (line 292) | async function showProxyDisclaimer() {
function requestHostPermissions (line 298) | async function requestHostPermissions() {
function applySearchSuggestionsState (line 316) | function applySearchSuggestionsState(enabled) {
FILE: scripts/search.js
function toggleSearchEngines (line 62) | function toggleSearchEngines(category) {
function swapDropdown (line 190) | function swapDropdown(selectedElement) {
function performSearch (line 206) | function performSearch(query) {
function updateSelection (line 263) | function updateSelection() {
function getAllEngines (line 410) | function getAllEngines() {
function getCurrentSearchEngineIndex (line 415) | function getCurrentSearchEngineIndex() {
function switchEngine (line 424) | function switchEngine(direction) {
FILE: scripts/shortcuts.js
method name (line 11) | get name() { return translations[currentLanguage]?.shortcutDefaultN...
method inputName (line 13) | get inputName() { return translations[currentLanguage]?.shortcutInputNam...
method inputUrl (line 14) | get inputUrl() { return translations[currentLanguage]?.shortcutInputUrl...
method inputIcon (line 15) | get inputIcon() { return translations[currentLanguage]?.shortcutInputIco...
function loadSettings (line 86) | function loadSettings() {
function setupEventListeners (line 102) | function setupEventListeners() {
function handleNewShortcutClick (line 114) | function handleNewShortcutClick() {
function loadShortcuts (line 138) | function loadShortcuts() {
function createShortcutEntry (line 165) | function createShortcutEntry(name, url, iconUrl, deleteInactive, index) {
function createShortcutElement (line 295) | function createShortcutElement(name, url, icon, index) {
function renderShortcut (line 323) | function renderShortcut(name, url, icon, index) {
function escapeHtml (line 334) | function escapeHtml(unsafe) {
function isValidCustomIconUrl (line 345) | function isValidCustomIconUrl(url) {
function sanitizeSvg (line 358) | function sanitizeSvg(raw) {
function processIconInput (line 383) | function processIconInput(raw) {
function normalizeUrl (line 396) | function normalizeUrl(url) {
function getLogoHtml (line 404) | function getLogoHtml(name, url, customIcon = "") {
function validateIconInput (line 502) | function validateIconInput(input) {
function attachInputListeners (line 523) | function attachInputListeners(inputs, entry) {
function setupDragAndDrop (line 552) | function setupDragAndDrop() {
function updateShortcutIndices (line 797) | function updateShortcutIndices() {
function saveShortcutOrder (line 804) | function saveShortcutOrder() {
function hasOrderChanged (line 841) | function hasOrderChanged(newOrder) {
function renderAllShortcuts (line 851) | function renderAllShortcuts(order) {
function handleShortcutsToggle (line 863) | function handleShortcutsToggle() {
function handleAdaptiveIconToggle (line 878) | function handleAdaptiveIconToggle() {
function addNewShortcut (line 888) | function addNewShortcut() {
function deleteShortcut (line 913) | function deleteShortcut(entry) {
function resetShortcuts (line 942) | async function resetShortcuts() {
function saveShortcut (line 976) | function saveShortcut(entry) {
FILE: scripts/theme.js
function moveIndicator (line 34) | function moveIndicator(theme) {
function applyThemeMode (line 42) | function applyThemeMode(theme) {
function initializeThemeMode (line 63) | function initializeThemeMode() {
function ApplyLoadingColor (line 119) | function ApplyLoadingColor() {
function changeFaviconColor (line 169) | function changeFaviconColor() {
function adjustHexColor (line 191) | function adjustHexColor(hex, factor, isLighten = true) {
function isNearWhite (line 211) | function isNearWhite(hex, threshold = 240) {
FILE: scripts/todo-list.js
function sanitizeInput (line 29) | function sanitizeInput(input) {
function addtodoItem (line 36) | function addtodoItem() {
function createTodoItemDOM (line 50) | function createTodoItemDOM(id, title, status, pinned) {
function saveEdit (line 135) | function saveEdit() {
function cancelEdit (line 152) | function cancelEdit() {
function SaveToDoData (line 183) | function SaveToDoData() {
function ShowToDoList (line 188) | function ShowToDoList() {
FILE: scripts/voice-search.js
function isSupportedBrowser (line 10) | function isSupportedBrowser() {
function toggleMicIconVisibility (line 41) | function toggleMicIconVisibility(isVisible) {
function initializeSpeechRecognition (line 58) | function initializeSpeechRecognition() {
FILE: scripts/wallpaper.js
function openDatabase (line 17) | function openDatabase() {
function saveImageToIndexedDB (line 30) | async function saveImageToIndexedDB(imageBlob, isRandom) {
function loadImageAndDetails (line 46) | async function loadImageAndDetails() {
function getFromStore (line 55) | function getFromStore(db, key) {
function clearImageFromIndexedDB (line 67) | async function clearImageFromIndexedDB() {
constant RANDOM_IMAGE_URL (line 103) | const RANDOM_IMAGE_URL = "https://picsum.photos/1920/1080";
function applyRandomImage (line 105) | async function applyRandomImage(showConfirmation = true) {
function toggleBackgroundType (line 126) | function toggleBackgroundType(hasWallpaper) {
function checkAndUpdateImage (line 131) | function checkAndUpdateImage() {
FILE: scripts/weather.js
function applyWeatherState (line 19) | function applyWeatherState(hidden) {
function getWeatherData (line 51) | async function getWeatherData() {
FILE: scripts/widgets-transparency.js
function setSliderPosition (line 16) | function setSliderPosition(percentage) {
function handleDrag (line 25) | function handleDrag(e) {
function startDrag (line 37) | function startDrag() {
Condensed preview — 78 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,104K chars).
[
{
"path": ".github/ISSUE_TEMPLATE/bug_report.yaml",
"chars": 3598,
"preview": "name: Bug Report\ndescription: Report a bug in Material You NewTab.\ntitle: \"[Bug]: \"\nlabels: [\"bug\"]\nassignees: []\n\nbody:"
},
{
"path": ".github/ISSUE_TEMPLATE/config.yml",
"chars": 362,
"preview": "blank_issues_enabled: true\ncontact_links:\n - name: Telegram Support Group\n url: https://t.me/Material_You_NewTab\n "
},
{
"path": ".github/ISSUE_TEMPLATE/feature_request.yaml",
"chars": 2862,
"preview": "name: Feature Request\ndescription: Suggest a new feature or improvement for Material You NewTab.\ntitle: \"[Feature]: \"\nla"
},
{
"path": ".github/ISSUE_TEMPLATE/general_question.yaml",
"chars": 2819,
"preview": "name: General Question / Help Needed\ndescription: Ask a question or seek help related to Material You NewTab.\ntitle: \"[Q"
},
{
"path": ".github/pull_request_template.md",
"chars": 1375,
"preview": "## 📌 Description\n\n<!-- Please provide a clear and concise description of the changes introduced in this PR and their pur"
},
{
"path": ".gitignore",
"chars": 83,
"preview": "# Ignore macOS system files\n.DS_Store\n\n# Ignore VSCode workspace settings\n.vscode/\n"
},
{
"path": "CHANGELOG.md",
"chars": 25223,
"preview": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Change"
},
{
"path": "CODE_OF_CONDUCT.md",
"chars": 5237,
"preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participa"
},
{
"path": "CONTRIBUTING.md",
"chars": 1856,
"preview": "# Contribution Guidelines\n\nWe welcome all developers to contribute to our extension! Your efforts are truly appreciated."
},
{
"path": "LICENSE",
"chars": 35294,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free So"
},
{
"path": "README.md",
"chars": 21674,
"preview": "<!-- Initialized : Sun 20 Aug 2023 03:41:08 PM IST -->\n<h1 align=\"center\">\n\n<a href=\"https://prem-k-r.github.io/Material"
},
{
"path": "docs/Get_WeatherAPI_Key.html",
"chars": 7611,
"preview": "<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n <meta charset=\"UTF-8\">\r\n <meta name=\"viewport\" content=\"width=device"
},
{
"path": "docs/feedback.html",
"chars": 5727,
"preview": "<!DOCTYPE html>\r\n<html lang=\"en\">\r\n\r\n<head>\r\n <meta charset=\"UTF-8\">\r\n <meta name=\"viewport\" content=\"width=device"
},
{
"path": "index.html",
"chars": 150182,
"preview": "<!--\n Material You New Tab\n Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n Licensed under the GNU General "
},
{
"path": "locales/README.md",
"chars": 3106,
"preview": "## Adding a New Translation\n\n1. **Create a New Translation File**\n - Name the file using the appropriate language cod"
},
{
"path": "locales/ar_SA.js",
"chars": 8603,
"preview": "// Arabic\nconst ar_SA = {\n // Menu Items\n github: \"جيتهاب\",\n feedback: \"ملاحظات\",\n\n // Shortcuts\n shortc"
},
{
"path": "locales/az.js",
"chars": 5633,
"preview": "// Azerbaijani\nconst az = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Əlaqə\",\n \"resetsettings\": \"Par"
},
{
"path": "locales/bn.js",
"chars": 10732,
"preview": "// Bengali\nconst bn = {\n \"newTabTitle\": \"নতুন ট্যাব\",\n // Menu Items\n \"github\": \"গিটহাব\",\n \"feedback\": \"মতাম"
},
{
"path": "locales/cs.js",
"chars": 10622,
"preview": "// Czech\nconst cs = {\n \"newTabTitle\": \"Nová karta\",\n\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Zpětn"
},
{
"path": "locales/de.js",
"chars": 9721,
"preview": "// German\nconst de = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Rückmeldung\",\n\n // Shortcuts\n \"s"
},
{
"path": "locales/el.js",
"chars": 9936,
"preview": "//Greek\nconst el = {\n // Στοιχεία Μενού\n \"github\": \"GitHub\",\n \"feedback\": \"Σχόλια\",\n\n // Συντομεύσεις\n \"s"
},
{
"path": "locales/en.js",
"chars": 10398,
"preview": "// English (Default)\nconst en = {\n \"newTabTitle\": \"New Tab\",\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\""
},
{
"path": "locales/es.js",
"chars": 9867,
"preview": "// Spanish\nconst es = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Comentarios\",\n\n // Section titles\n"
},
{
"path": "locales/fa.js",
"chars": 8906,
"preview": "// Farsi (Persian)\nconst fa = {\n // Menu Items\n github: \"گیتهاب\",\n feedback: \"بازخورد\",\n\n // Shortcuts\n "
},
{
"path": "locales/fr.js",
"chars": 10335,
"preview": "// French\nconst fr = {\n \"newTabTitle\": \"Nouvel Onglet\",\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Fe"
},
{
"path": "locales/hi.js",
"chars": 10477,
"preview": "// Hindi\nconst hi = {\n \"newTabTitle\": \"नया टैब\",\n // Menu Items\n \"github\": \"गिटहब\",\n \"feedback\": \"प्रतिक्रिय"
},
{
"path": "locales/hu.js",
"chars": 9809,
"preview": "// Hungarian\nconst hu = {\n \"newTabTitle\": \"Új oldal\",\n\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Visszajelzé"
},
{
"path": "locales/idn.js",
"chars": 10633,
"preview": "// Indonesian\nconst idn = {\n \"newTabTitle\": \"Tab Baru\",\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Ma"
},
{
"path": "locales/it.js",
"chars": 8861,
"preview": "// Italian\nconst it = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Feedback\",\n\n // Shortcuts\n \"sho"
},
{
"path": "locales/ja.js",
"chars": 7890,
"preview": "// Japanese\nconst ja = {\n \"newTabTitle\": \"新しいタブ\",\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"フィードバック\""
},
{
"path": "locales/ko.js",
"chars": 6669,
"preview": "// Korean\nconst ko = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"피드백\",\n\n // Shortcuts\n \"shortcuts"
},
{
"path": "locales/mr.js",
"chars": 9254,
"preview": "// Marathi\nconst mr = {\n \"newTabTitle\": \"नवा टैब\",\n // Menu Items\n \"github\": \"गिटहब\",\n \"feedback\": \"प्रतिसाद"
},
{
"path": "locales/ne.js",
"chars": 5715,
"preview": "// Nepali\nconst ne = {\n // Menu Items\n \"github\": \"गिटहब\",\n \"feedback\": \"प्रतिक्रिया\",\n \"resetsettings\": \"सेट"
},
{
"path": "locales/pl.js",
"chars": 9042,
"preview": "// Polish\nconst pl = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Opinie\",\n\n // Shortcuts\n \"shortc"
},
{
"path": "locales/pt.js",
"chars": 9045,
"preview": "// Portuguese (Brazil)\nconst pt = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Feedback\",\n\n // Shortc"
},
{
"path": "locales/ru.js",
"chars": 9860,
"preview": "// Russian\nconst ru = {\n \"newTabTitle\": \"Новая вкладка\",\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"О"
},
{
"path": "locales/sl.js",
"chars": 5464,
"preview": "// Slovenian\nconst sl = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Povratne informacije\",\n \"resetse"
},
{
"path": "locales/sv.js",
"chars": 6703,
"preview": "const sv = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Feedback\",\n\n // Section titles\n \"personali"
},
{
"path": "locales/ta.js",
"chars": 9812,
"preview": "// தமிழ் (Tamil)\nconst ta = {\n // Menu Items\n \"github\": \"கிட்ஹப்\",\n \"feedback\": \"பின்னூட்டம்\",\n\n // Shortcut"
},
{
"path": "locales/th.js",
"chars": 8394,
"preview": "// ภาษาไทย (Thai)\nconst th = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"ข้อเสนอแนะ\",\n\n // Shortcuts"
},
{
"path": "locales/tr.js",
"chars": 5872,
"preview": "// Turkish\nconst tr = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Geri Bildirim\",\n \"resetsettings\": "
},
{
"path": "locales/uk.js",
"chars": 10175,
"preview": "// Ukrainian\nconst uk = {\n \"newTabTitle\": \"Нова вкладка\",\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \""
},
{
"path": "locales/ur.js",
"chars": 4692,
"preview": "// Urdu\nconst ur = {\n // Menu Items\n \"github\": \"گٹ ہب\",\n\n // Shortcuts\n \"shortcutsText\": \"شارٹ کٹس\",\n \"en"
},
{
"path": "locales/uz.js",
"chars": 9580,
"preview": "// Uzbek\nconst uz = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Fikr-mulohaza\",\n\n // Section titles\n"
},
{
"path": "locales/vi.js",
"chars": 5668,
"preview": "// Vietnamese\nconst vi = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"Phản hồi\",\n \"resetsettings\": \"Đ"
},
{
"path": "locales/zh.js",
"chars": 5953,
"preview": "// Chinese (Simplified)\nconst zh = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"反馈\",\n \"resetsettings\""
},
{
"path": "locales/zh_TW.js",
"chars": 6100,
"preview": "// Chinese (Traditional)\nconst zh_TW = {\n // Menu Items\n \"github\": \"GitHub\",\n \"feedback\": \"意見回饋\",\n\n // Short"
},
{
"path": "manifest(firefox).json",
"chars": 923,
"preview": "{\n\t\"manifest_version\": 2,\n\t\"name\": \"MYNT: Material You New Tab\",\n\t\"version\": \"3.3.504\",\n\t\"description\": \"A Simple New Ta"
},
{
"path": "manifest.json",
"chars": 748,
"preview": "{\n\t\"manifest_version\": 3,\n\t\"name\": \"MYNT: Material You New Tab\",\n\t\"version\": \"3.3.504\",\n\t\"description\": \"A Simple New Ta"
},
{
"path": "privacy-policy.html",
"chars": 11797,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-widt"
},
{
"path": "scripts/README.md",
"chars": 1374,
"preview": "# Contributing to the Project\n\n## Adding a New Feature\n\n1. **Create a new script file**\n - Name the file appropriatel"
},
{
"path": "scripts/ai-tools.js",
"chars": 17694,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/alert-modal.js",
"chars": 6395,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/background.js",
"chars": 0,
"preview": ""
},
{
"path": "scripts/backup-restore.js",
"chars": 6911,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/bookmarks.js",
"chars": 22011,
"preview": "/* \n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL"
},
{
"path": "scripts/browser-utils.js",
"chars": 1561,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/clock.js",
"chars": 24311,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/custom-text.js",
"chars": 2367,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/google-apps.js",
"chars": 2448,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/languages.js",
"chars": 15570,
"preview": "/*\n * Material You New Tab\n * Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n * Licensed under the GNU General Public L"
},
{
"path": "scripts/menu-shortcut-page.js",
"chars": 4439,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/preload.js",
"chars": 451,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/quotes.js",
"chars": 15144,
"preview": "/*\n * Material You New Tab\n * Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n * Licensed under the GNU General Public L"
},
{
"path": "scripts/save-load-states.js",
"chars": 1929,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/script.js",
"chars": 4571,
"preview": "/*\n * Material You New Tab\n * Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n * Licensed under the GNU General Public L"
},
{
"path": "scripts/search-suggestions.js",
"chars": 14494,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/search.js",
"chars": 19541,
"preview": "/*\n * Material You New Tab\n * Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n * Licensed under the GNU General Public L"
},
{
"path": "scripts/shortcuts.js",
"chars": 45158,
"preview": "/*\n * Material You New Tab\n * Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n * Licensed under the GNU General Public L"
},
{
"path": "scripts/theme.js",
"chars": 11332,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/todo-list.js",
"chars": 11107,
"preview": "/*\r\n * Material You NewTab\r\n * Copyright (c) 2023-2025 XengShi\r\n * Licensed under the GNU General Public License v3.0 (G"
},
{
"path": "scripts/voice-search.js",
"chars": 5992,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/wallpaper.js",
"chars": 7387,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/weather.js",
"chars": 26727,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "scripts/widgets-transparency.js",
"chars": 2423,
"preview": "/*\n * Material You NewTab\n * Copyright (c) 2023-2025 XengShi\n * Licensed under the GNU General Public License v3.0 (GPL-"
},
{
"path": "style.css",
"chars": 111386,
"preview": "/* \n * Material You New Tab\n * Copyright (c) 2024-2026 Prem, 2023-2025 XengShi\n * Licensed under the GNU General Public "
},
{
"path": "svgs/0 Don't DELETE any of them",
"chars": 0,
"preview": ""
},
{
"path": "tools/languagesAnalysis.html",
"chars": 28117,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-wi"
}
]
About this extraction
This page contains the full source code of the prem-k-r/MaterialYouNewTab GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 78 files (939.2 KB), approximately 270.6k tokens, and a symbol index with 142 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.