Old Google의 버전 기록 - 15개 버전
Old Google 제작자: toydotgame
Old Google의 버전 기록 - 15개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 3.0.5
2024년 11월 4일에 출시 - 2.34 MBfirefox 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 License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 3.0.4
2024년 10월 23일에 출시 - 2.34 MBfirefox 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 License에 따라 릴리스된 소스 코드
버전 3.0.3
2024년 9월 3일에 출시 - 2.34 MBfirefox 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 License에 따라 릴리스된 소스 코드
버전 3.0.2
2024년 8월 31일에 출시 - 2.34 MBfirefox 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 sidebarMIT License에 따라 릴리스된 소스 코드
버전 3.0.1
2024년 8월 29일에 출시 - 2.34 MBfirefox 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 pagesMIT License에 따라 릴리스된 소스 코드
버전 3.0
2024년 8월 24일에 출시 - 2.34 MBfirefox 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 License에 따라 릴리스된 소스 코드
버전 2.2.3
2024년 7월 12일에 출시 - 2.3 MBfirefox 79.0 이상에서 작동* Patched the search results text box font fixer from v2.2.2.MIT License에 따라 릴리스된 소스 코드
버전 2.2.2
2024년 7월 11일에 출시 - 2.3 MBfirefox 79.0 이상에서 작동* The new Google results page text box has Google Sans font when not in focus. I've reverted this completely.MIT License에 따라 릴리스된 소스 코드
버전 2.2.1
2024년 6월 14일에 출시 - 2.3 MBfirefox 79.0 이상에서 작동* Emergency patch to fix hanging on Google Search homepage due to Doodle container div not being foundMIT License에 따라 릴리스된 소스 코드
버전 2.1.2
2024년 3월 27일에 출시 - 254.08 KBfirefox 48.0 이상에서 작동* Removed unnecessary debug loggingMIT License에 따라 릴리스된 소스 코드
버전 2.1.1
2024년 3월 27일에 출시 - 254.12 KBfirefox 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()` functionMIT License에 따라 릴리스된 소스 코드
버전 2.1
2024년 3월 19일에 출시 - 253.7 KBfirefox 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 occurMIT License에 따라 릴리스된 소스 코드
버전 2.0
2023년 5월 21일에 출시 - 253.39 KBfirefox 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 pagesMIT License에 따라 릴리스된 소스 코드
버전 1.2
2022년 1월 8일에 출시 - 252.22 KBfirefox 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 License에 따라 릴리스된 소스 코드
버전 1.1
2021년 10월 21일에 출시 - 252.09 KBfirefox 48.0 이상에서 작동Optimised code, fixed errors in manifest.MIT License에 따라 릴리스된 소스 코드