之前在網路上亂爬,找到了一個可讓火狐的空白頁出現圖片的語法,讓空白頁不再單調
但我現在想讓圖片能夠隨機顯示的話,請問語法要如何修改呢?
以下是我找到的語法
/********************************/
/* about:blank - Dark Firefox */
/********************************/
/*
sleeve.dev@Gmail.com */
/********************************/
@namespace url(
http://www.w3.org/1999/xhtml);
@-moz-document url(about:blank) {
*:empty:not([style]):not([text]):not([class]):not([onresize]) {
background: url("file:///M:\\123fghj.jpg") !important;
margin:0px !important;
!background-color:#080808 !important;
background-position:bottom right !important;
background-attachment:fixed !important;
background-repeat:no-repeat !important;
}
}