История версий Old Google - 19 версий
Old Google от toydotgame
Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.
Последняя версия
Версия 3.1.3
Выпущено 30 мая 2025 г. - 2,02 МБРаботает с firefox 120.0 и выше- Fixed fatal crash that RANDOMLY OCCURS from a TypeError that shouldn't happen. Regardless, that code can no longer run in the release copies of the addon—which it shouldn't have in the first place but y'know
Исходный код выпущен на условиях Лицензия MIT
Загрузите Firefox и установите расширениеВам понадобится Firefox, чтобы использовать это расширениеСтарые версии
Версия 3.1.2
Выпущено 30 мая 2025 г. - 2,02 МБРаботает с firefox 120.0 и выше- Remove "appbar" selector. It seems to be outdated as a Google feature and causing too many CSS selector bugs
This is a quickly-released patch. For more info on the upgrade from v3.0.5→v3.1/3.1.2, see the full v3.1 changelog.Исходный код выпущен на условиях Лицензия MIT
Версия 3.1.1
Выпущено 30 мая 2025 г. - 2,02 МБРаботает с firefox 120.0 и выше- Fixes CSS selector issue causing most of the "remove gimmicks" effects to break
This is a quickly-released patch. For more info on the upgrade from v3.0.5→v3.1/3.1.1, see the full v3.1 changelog.Исходный код выпущен на условиях Лицензия MIT
Версия 3.1
Выпущено 30 мая 2025 г. - 2,02 МБРаботает с firefox 120.0 и вышеI'll start with the fixes for each Google site:- Trends: Homepage logo fixed
- Travel/Flights: Logos fixed. Favicon replacement fixed
- Finance: Logos fixed. Favicon replacement fixed
- Shopping: Logos fixed and code updated for homepage/results page move. Fixed the "square boxes" option
- Search: Fixed misaligned search suggestions dropdown on results page. Fixed huge left margin issue on results page. Fixed image/video searches' tabbar disappearing
- Patents: Fixed results logo
- News: Favicon replacement fixed
- Maps: Favicon replacement fixed
- (Classic) Books: Book detail view header logo fixed
Some changes/new features:- Alternate favicon for Travel/Flights
- Finance drawer logo is properly vertically aligned to the middle
- There's blank space in vanilla Google in the drawer for Shopping. This is now removed even though it's unrelated to Old Google's core aim; it just looks bad
- (Technically a re-add of an old temporary feature:) Google Sans is removed from anywhere where it used to be—at least search box and tabs-wise for Google search engines
- Arial is now applied better to the "More" dropdown in the Search results tabbar
- Maps' search box is Arial now too
- The "remove gimmicks" option now removes the "Short videos" Search tab
- "These are results for" has been reverted to say "Showing results for"
- Search has a new, lighter colour for the unfocused search box in dark mode. This has been removed
- The search suggestions dropdown on Search is now at its default high, instead of 2 px higher up when "decrease padding" is on
- Removed pills row from bottom of some results on Search
- The new Google "gradient" logo on the left side of the Search results search box has been replaced with an old-style G lettermark
- The "remove gimmicks" option removes the clear/mic/Images buttons from the Search home and results search boxes
- The new "remove search button" option removes the search button on the Search search boxes if desired. This is off by default
- The popup configuration window font is now Arial. Open Sans has been removed for a ~517 KiB byte save
- The "remove gimmicks" option removes the "These results are personalised" notification in the Search results footer
Technical details are available on the release on GitHub.Исходный код выпущен на условиях Лицензия MIT
Версия 3.0.5
Выпущено 4 нояб. 2024 г. - 2,34 МБРаботает с firefox 120.0 и выше- Fixed issue where addon would crash when trying to apply green URL or gimmick remover styles due to a bug with the dark mode detection (also fixes issue with poor contrast occasionally with old-coloured URLs)
- Updated homepage logo replacement to account for recent Google document changes for the 2024 Halloween Doodle
- Disabled debug logging in production (eek!)
Исходный код выпущен на условиях Лицензия MIT
Версия 3.0.4
Выпущено 23 окт. 2024 г. - 2,34 МБРаботает с firefox 120.0 и выше- Gimmick remover now removes Google Gemini results section
- Both the decrease padding and square favicons settings have had their CSS updated to match the new large rounded pill-box around the site name and favicon (which is completely removed if you are a user of that latter option)
- Remove "People also searched for" option is now indented in the options popup to indicate it's an extension of the gimmick remover option
Исходный код выпущен на условиях Лицензия MIT
Версия 3.0.3
Выпущено 3 сент. 2024 г. - 2,34 МБРаботает с firefox 120.0 и выше- The tabs on the results page are now back to Arial rather than Google Sans
- Version info can now also be found in toolbar popup
- CSS injection for Search is now slightly optimised and less time is taken between each option being applied
- The text describing options is a bit clearer/up-to-date
Исходный код выпущен на условиях Лицензия MIT
Версия 3.0.2
Выпущено 31 авг. 2024 г. - 2,34 МБРаботает с firefox 120.0 и выше* Old style link colours are updated to use better contrasting colours on dark mode that still remain faithful
* Regular search results logo swapper works with the new Google Doodle HTML changes
* Search gimmick remover now removes the gimmicks in the search suggestions dropdown
* "People also searched for" remover now removes the "See results about" box in the sidebarИсходный код выпущен на условиях Лицензия MIT
Версия 3.0.1
Выпущено 29 авг. 2024 г. - 2,34 МБРаботает с firefox 120.0 и выше* Updated `min-version` supported by the extension for the dark mode support to work as expected
* Fixed regular Google logo swapper to work with the new SVG logo on results pagesИсходный код выпущен на условиях Лицензия MIT
Версия 3.0
Выпущено 24 авг. 2024 г. - 2,34 МБРаботает с firefox 120.0 и вышеFollowing v3.0-rc1 behaving more reliably than v2.2.3, and #17 being merged, the v3.0 refactor is officially complete!
* Updated classes of multiple logos that have broken over time due to Google's changes
* Fixed Google Books Classic's logo repeating
* Logos are now mostly replaced using CSS, and take much less (or even negative) time to be replaced. Additionally, CSS injection-based replacement is computationally less expensive on your computer than the complicated JS methods previously used since v1
* Pages that require MutationObservers to continuously apply changes as the page loads more content now do so in a much faster and optimised manner
* The logic flow for the main replacement class is _super_ optimised and tidied as compared to what was previously in place, allowing for many more functions of the addon to execute _as soon as possible_ rather than later
* Full compatibility for the modern Google Books
* The Google Trends homepage logo has been fixed for users with a smaller window viewport size
* Google Maps favicon replacement now happens much quicker
* Breadcrumbs are removed as you scroll (fixed #16)
* The 404 yeti fishing easter egg can now be removed as part of the tidy results option
* The inline _Define_ tooltip gimmick can be removed via the tidy results option as well
* The tidy results option now increases the density of the results page more effectively, removing unnecessary padding previously untouched
* Result link blue/purple text is now closer to the original `#12c`/`#61c` values, as a part of the green URL/breadcrumb option
* Result blue/purple and green text now supports dark mode a bit more seamlessly with more contrasting colours that are still closer to the old style than they are to the modern colours
The internal names for options have been renamed. If you have used any v2.2.x version, then you should check your config! Some may have been turned off by default. For new users or people upgrading from v1.x to v3.0, you will have all of these options on by default and don't need to worry.Исходный код выпущен на условиях Лицензия MIT
Версия 2.2.3
Выпущено 12 июля 2024 г. - 2,3 МБРаботает с firefox 79.0 и выше* Patched the search results text box font fixer from v2.2.2.Исходный код выпущен на условиях Лицензия MIT
Версия 2.2.2
Выпущено 11 июля 2024 г. - 2,3 МБРаботает с firefox 79.0 и выше* The new Google results page text box has Google Sans font when not in focus. I've reverted this completely.Исходный код выпущен на условиях Лицензия MIT
Версия 2.2.1
Выпущено 14 июня 2024 г. - 2,3 МБРаботает с firefox 79.0 и выше* Emergency patch to fix hanging on Google Search homepage due to Doodle container div not being foundИсходный код выпущен на условиях Лицензия MIT
Версия 2.1.2
Выпущено 27 мар. 2024 г. - 254,08 КБРаботает с firefox 48.0 и выше* Removed unnecessary debug loggingИсходный код выпущен на условиях Лицензия MIT
Версия 2.1.1
Выпущено 27 мар. 2024 г. - 254,12 КБРаботает с firefox 48.0 и выше* Emergency fix for random navbar remover not working on certain results pages (v2.1 bug)
* Minor code improvements
* More efficient code for creating page load progress observers
* Fixed some unsafe `innerHTML` assignments and updated use of deprecated `getURL()` functionИсходный код выпущен на условиях Лицензия MIT
Версия 2.1
Выпущено 19 мар. 2024 г. - 253,7 КБРаботает с firefox 48.0 и выше* Favicon replacement can now run on more google.com page types
* Fixed the vertical spacing of the logo not being at the middle height of the page on larger displays/fullscreen
* Removed debug console logging which was left in the previous release on accident
* Fixed uncaught errors in homepage logo replacement code that occurs when there is no Doodle present
* Made it so that logo replacement occurs as soon as the logo is loaded in rather than when the page finishes loading, so that a flash of the new logo doesn't occurИсходный код выпущен на условиях Лицензия MIT
Версия 2.0
Выпущено 21 мая 2023 г. - 253,39 КБРаботает с firefox 48.0 и выше* Refactored entire codebase
* Google Images support
* SVG logo (Images results tab) support
* Fixed issue #3 (Random images getting removed from results)
* Fixed issue where some buttons and links were non-clickable after the extension had run
* Better Doodle support
* Fixed some issues with an improperly proportioned logo on the home and search pagesИсходный код выпущен на условиях Лицензия MIT
Версия 1.2
Выпущено 8 янв. 2022 г. - 252,22 КБРаботает с firefox 48.0 и вышеOptimised how the extension carries out its commands, and fixed two bugs where Google Doodles messed up the homepage and search page.Исходный код выпущен на условиях Лицензия MIT
Версия 1.1
Выпущено 21 окт. 2021 г. - 252,09 КБРаботает с firefox 48.0 и вышеOptimised code, fixed errors in manifest.Исходный код выпущен на условиях Лицензия MIT