mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-11 01:44:44 +00:00
fix for default style
This commit is contained in:
parent
ad1abc5f61
commit
20db190360
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
|
|||
{
|
||||
title: 'reddit',
|
||||
url: 'reddit.com',
|
||||
style: `.class: {
|
||||
style: `.class {
|
||||
display: none;
|
||||
}
|
||||
`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue