The Wayback Machine - https://web.archive.org/web/20200604183550/https://github.com/luetage/vivaldi_modding
Skip to content
Custom modifications for Vivaldi web browser.
JavaScript CSS
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitattributes Initial commit Apr 12, 2018
.gitignore gitignore Jul 18, 2018
LICENSE code adjustments, readme – general release. Jul 22, 2018
README.md add addressbar theming Mar 27, 2020
addressfield-theming.css fix selected button backgrounds Apr 4, 2020
audio-tab-animation.css code adjustments, readme – general release. Jul 22, 2018
backup-search-engines.js fix search engine restore Mar 24, 2020
changing-buttons.css add addressbar theming Mar 27, 2020
history-clock.js punctuation Apr 15, 2019
import-export_themes.js exchange var padding for 6px to aling buttons Aug 1, 2019
improved-extension-toggle.js rewrite extension toggle mod for Vivaldi 2.9 Nov 24, 2019
legacy-panel.css code adjustments, readme – general release. Jul 22, 2018
move_extensions_to_panel-container.js moving extensions updated for 2.0 Oct 6, 2018
move_extensions_to_status-bar.js moving extensions updated for 2.0 Oct 6, 2018
panel-header-mod.css code adjustments, readme – general release. Jul 22, 2018
panel-overlay-toggle.js overlay toggle update for 2.4 Mar 28, 2019
panel-toggle.js changed explanation for js loops Sep 30, 2018
profile-image.js new/old mod: profile-image.js Apr 7, 2019
random-theme-button.js random theme button update for snapshot 2.4 series Mar 11, 2019
safari-style.js changed explanation for js loops Sep 30, 2018
status-bar-dropdown.js update for latest version Mar 19, 2020
tab-scroll.js back to url independent version (works on V Forum) Jul 2, 2019
tab-stacks-theming.css code adjustments, readme – general release. Jul 22, 2018
tab_lock.js constant changed to variable Oct 8, 2018
tabs_below_address-bar.css tabs below address-bar update for 2.0 Oct 1, 2018
toggle_site-info.css code adjustments, readme – general release. Jul 22, 2018
vivaldi-icon.js smaller vivaldi icon Mar 8, 2019
window-buttons-macos.css test commit Feb 17, 2020

README.md

Vivaldi Modding

What

This repository is a collection of mods I have written for the Vivaldi web browser. Each file is a standalone modification which works on its own, but you might as well bring them together: One user.css and one user.js file is generally all you need. Every mod contains a link to the Vivaldi forum topic it was first featured in, however the most up to date versions can be found on this github repo. I cannot guarantee that all of these mods function as advertised at this point in time, since the Vivaldi user interface is an ever changing target, but below is a list of actively maintained mods. I do use these myself at the moment, so should you run into problems with any of them, please let me know by creating an issue, or by posting in the according topic on Vivaldi Forum.

Actively maintained mods

  • addressbar-theming.css
  • backup-search-engines.js
  • changing-buttons.css
  • history-clock.js
  • import-export_themes.js
  • status-bar-dropdown.js
  • tab-scroll.js

How to

Vivaldi's user interface is based on web technologies, therefore it's relatively easy to customize its appearance and functionality with CSS and Javascript. Detailed explanations on how to implement these modifications can be found in the Official Guide. The Modding Forum Board is a great resource, featuring guides on how to automate the process of patching your installation after updating the browser and providing you with a plethora of mods written by the community.

You can’t perform that action at this time.