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
สร้างเมื่อ
26-08-2023
อัปเดตเมื่อ
26-08-2023
สัญญาอนุญาต
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.