Zyn Warning Removals & Topbar Adjustments

Adjusts styles on Zyn site to remove warnings that take up 20% of the view.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
sharmanhall
今日安裝
0
安裝總數
1
評價
0 0 0
版本
0.6
建立日期
2024-05-15
更新日期
2024-05-15
尺寸
2.2 KB
授權條款
MIT
腳本執行於

Zyn Warning Adjustments & Removals

This userscript adjusts the styles on the Zyn website to remove various warning elements that can interfere with the page layout and user experience.

Features

  • Forces the header to always stay at the top by setting top: 0 on .header elements within .has-warning containers.
  • Hides all elements with the class .site-warning, .zynheader-warning, and .zyn-header .zynheader-warning.
  • Uses CSS injection for immediate style application and a MutationObserver to handle dynamically added elements.

Installation

  1. Install a userscript manager like Tampermonkey or Greasemonkey in your browser.

  2. Install & enable the userscript

  3. Enjoy no browsing without the giant warning banner.

Changelog

Version 0.6

  • Added @downloadURL and @updateURL to script header.

Version 0.5

  • Added support for hiding .zyn-header .zynheader-warning elements.

Version 0.4

  • Added support for hiding .zynheader-warning elements.

Version 0.3

  • Improved performance by injecting CSS at document-start.

Version 0.2

  • Added MutationObserver to handle dynamically added elements.

Version 0.1

  • Initial release with basic functionality.