i:0m[bookmarklet index|prefix|c[cssFlag]]:[url]
-Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].
-
+
i:0m[bookmarklet index|prefix?postfix|c[cssFlag]]:[url]
+Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].
+
+
[bookmarklet index] must have two/three digits. The first two digits are used as index of bootmarklet. For example, "00" as the first local bookmarklet; "01" as the first remote script; then "02" as the second local bookmarklet, ... The third digit is uplevel, 1 to make bookmarklet valid for parent path of [url].
+
c[cssFlag]: For example, "c12" will apply the third and fourth global CSS (12=2^2+2^3).
-
All other cases will be treated as prefix, the real visited url is "[prefix]+url".
+
All other cases will be treated as [prefix?postfix], the real visited url is "[prefix]+[url]+[?postfix]".