+
Stylish Migration
- - Copy this script to the clipboard
-
chrome.extension.getBackgroundPage().getStyles({}, e => {
+
1. Copy this script to the clipboard
+
chrome.extension.getBackgroundPage().getStyles({}, e => {
let styles = JSON.stringify(e);
let link = document.createElement('a');
let data = new Blob([styles], {type: 'text/plain;charset=utf-8;'});
@@ -201,14 +215,14 @@
document.body.removeChild(link);
});
-
Right-Click the Stylish toolbar button and select "Inspect Popup"
-
Paste the script in the console tab and press Enter key
-
Use the import button to import "styles.json" file
+
2. Right-Click the Stylish toolbar button and select "Inspect Popup"
+
3. Paste the script in the console tab and press Enter key
+
4. Use the import button to import "styles.json" file