Bookmarked Speed Dial のレビュー
Bookmarked Speed Dial 作成者: AKAPON
AKAPON による応答
開発者の返信
投稿日時: 8年前body {
background-color: rgb(150, 150, 150) !important;
}
.container table tr td {
background-color: rgba(0, 0, 0, 0.7) !important;
}
td div, td p {
color: #F2F2F2 !important;
}
.header {
background-color: #000000 !important;
}
#pages, #upbutton, #toggle {
color: #F2F2F2 !important;
}
.pages:hover, .active, #upbutton:hover {
background-color: #505050 !important;
}
You can also use developer tools (Ctrl+Shift+I) for searching classes/id of elements. For better color you can search "html color" or use this page https://www.w3schools.com/colors/colors_picker.asp
Edited: I see what you solved issue before when I printed answer:)
background-color: rgb(150, 150, 150) !important;
}
.container table tr td {
background-color: rgba(0, 0, 0, 0.7) !important;
}
td div, td p {
color: #F2F2F2 !important;
}
.header {
background-color: #000000 !important;
}
#pages, #upbutton, #toggle {
color: #F2F2F2 !important;
}
.pages:hover, .active, #upbutton:hover {
background-color: #505050 !important;
}
You can also use developer tools (Ctrl+Shift+I) for searching classes/id of elements. For better color you can search "html color" or use this page https://www.w3schools.com/colors/colors_picker.asp
Edited: I see what you solved issue before when I printed answer:)
合計レビュー数: 78
- 5 段階中 5 の評価Firefox ユーザー 16665630 によるレビュー (10ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 12658898 によるレビュー (2年前)
- 5 段階中 3 の評価Rusty Trombone によるレビュー (3年前)Looks fast and light, but no way to change the button images rules it out for me.
- 5 段階中 5 の評価Firefox ユーザー 15396397 によるレビュー (4年前)
- 5 段階中 5 の評価Firefox ユーザー 14643647 によるレビュー (4年前)
- 5 段階中 5 の評価Firefox ユーザー 16458339 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 13855615 によるレビュー (6年前)
- It works great BUT...
https://support.mozilla.org/en-US/kb/permission-request-messages-firefox-extensions#w_access-your-data-for-all-websites
The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords. - 5 段階中 5 の評価Firefox ユーザー 13595764 によるレビュー (6年前)
- 5 段階中 5 の評価Zhen-Xiang Zhong によるレビュー (6年前)This is great. It uses firefox account to save all your speed dials.
- 5 段階中 1 の評価Firefox ユーザー 15054571 によるレビュー (7年前)
- 5 段階中 2 の評価Firefox ユーザー 14979029 によるレビュー (7年前)
- Best Speed/Fast-Dial addon, and I guess I tried 'em all over time.
This one relies on non-commercial, non-proprietary tech and is transparent because you can handle the bookmarks in the standard Firefox bookmarks view.
Thumbnail refresh is rather slow, but I this might be a limitation of webextensions (it has to load the whole page in a new tab first).
Let's hope this one keeps being maintained - I'd like a "dark theme" with plain dark background. - 5 段階中 5 の評価Firefox ユーザー 14259542 によるレビュー (7年前)Need a quick, large and wide Up Button. I hope the author will default to the following flexible style:
#pages {
display: flex !important;
flex-direction: wrap;
flex-wrap: wrap;
}
#pages > * {
padding: 3px 15px;
}
#upbutton {
flex-basis: 100%;
order: 2;
text-align: center;
font-size: 1.5em;
padding-top: 15px;
background: rgba(0, 0, 0, 0.15);
}
.delimiter,
.customdelimiter {
display: none !important;
}
/* Other */
body {
background: #a7a7a7!important;
}
.imgcontainer {
border-radius: 0px 0px 10px 10px;
}
.container table tr td {
border-radius: 10px 10px 10px 10px;
}
div[type="remove"] {
border-radius: 0px 10px 0px 0px;
}
Just try it, there's a surprise.