You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Why this can’t be implemented in stylus: #1582
List of all Chrome URLs:
chrome://about/
How to make Stylus work on chrome:// URLs
chrome://flags/#extensions-on-chrome-urls
(MS Edgeedge://flags/#extensions-on-edge-urls
)--test-type
command-line switch to hide the warning banner"chrome://*/*"
to manifest.json (MS Edge"edge://*/*"
)url.startsWith('chrome') ||
to \js\toolbox.js (MS Edgeurl.startsWith('edge') ||
)chrome://extensions/
and load unpacked stylus extensionbrave://settings/
, but the actual URL ischrome://settings/
. Make sure to put the correct URL in your styleDark Reader
"chrome://*/*"
to manifest.jsonBeta Was this translation helpful? Give feedback.
All reactions