CSS Helper - URL Attribute Adder

Adds a custom attribute (url-url) to all body tags, to make it easier for CSS extensions to target specific URL's.

作者
Jupiter Liar
今日安裝
0
安裝總數
3
評價
0 0 0
版本
1.0
建立日期
2023-08-26
更新日期
2023-08-26
授權條款
Attribution CC BY
腳本執行於
所有網站

Sometimes you want your CSS editor to only work on specific URL's within a domain, but it can't make its selections that specific. This script helps by adding a custom attribute, called "url-url", to the body tag of all web pages. This attribute contains the URL of the webpage, which allows your CSS to grab onto it.