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
총 설치 수
4
평점
0 0 0
버전
1.0
생성일
2023-08-26
갱신일
2023-08-26
크기
1.52KB
라이선스
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.