kiến thức Tổng hợp những addon chất cho Firefox / Chromium

Làm sao vậy fen ? Miêu click phải vô cái Zalo mở bằng cái PWA này chọn "pin to taskbar" thì nó chỉ lưu cái trình duyệt thôi. K bật lại được :doubt:
ủa bên linux em cũng làm như bác thì nó mở lên thằng zalo như bt mà ko phải trình duyệt á. để em cài bên win rồi thử xem sao
@vincvn của em nè bác
 
Last edited:
ủa bên linux em cũng làm như bác thì nó mở lên thằng zalo như bt mà ko phải trình duyệt á. để em cài bên win rồi thử xem sao
@vincvn của em nè bác
Của Miêu bấm vô đó thì nó mất cái icon của Zalo. Ra cái icon của trình duyệt. Bấm bật nó ra trình duyệt luôn :doubt:

1692615623883.png
 
Code:
Code:
*, *:before, *:after {
border-radius:unset!important;
box-shadow:unset!important;
text-shadow:unset!important;
text-transform:unset!important;
animation-iteration-count:1!important;
scroll-behavior:unset!important;
moz-animation-iteration-count:1!important;
webkit-animation-iteration-count:1!important;
backdrop-filter:unset!important;
filter:unset!important;
animation-timing-function: step-start !important;
transition-timing-function: step-start !important;
filter:none!important;
text-rendering:none!important;
}
Code này có chạy trên stylus/firemonkey không bác, để em cho vào ff mobile :sexy_girl:
 
Code này có chạy trên stylus/firemonkey không bác, để em cho vào ff mobile :sexy_girl:
Được, dùng GM_addStyle:

Code:
GM_addStyle(`
*, *:before, *:after {
border-radius:unset!important;
box-shadow:unset!important;
text-shadow:unset!important;
text-transform:unset!important;
animation-iteration-count:1!important;
scroll-behavior:unset!important;
moz-animation-iteration-count:1!important;
webkit-animation-iteration-count:1!important;
backdrop-filter:unset!important;
filter:unset!important;
animation-timing-function: step-start !important;
transition-timing-function: step-start !important;
filter:none!important;
text-rendering:none!important;
}`)
 
Có cách nào xóa/ẩn mấy cái suggest for you trên facebook k các bác nhỉ ? phim truyện toàn bị bọn này spoil hết cay dã man

1692632266337.png
 
Có cách nào xóa/ẩn mấy cái suggest for you trên facebook k các bác nhỉ ? phim truyện toàn bị bọn này spoil hết cay dã man

View attachment 2028865
thêm rule này vào ublock
Code:
www.facebook.com##[aria-posinset] div:not(:only-child)>div:only-child>div:only-child>div:first-child[class=""]>div:not([data-0]):has-text(/^Suggested/):upward([aria-posinset])
 
thêm rule này vào ublock
Code:
www.facebook.com##[aria-posinset] div:not(:only-child)>div:only-child>div:only-child>div:first-child[class=""]>div:not([data-0]):has-text(/^Suggested/):upward([aria-posinset])
add rule là add vào chỗ này đúng k bác nhỉ ?

1692634176614.png
 
Em cài Firemonkey vào ff android xong dùng cái này thì code không chạy nhưng cứ ném thẳng cái code ban đầu của bác vào thì code lại chạy :haha:

Update: đã hiểu, chắc ý bác là thêm JS, còn em thêm CSS
Cả hai cách đều ok, nếu là CSS thì copy nguyên code gốc dán vào là xong. Nên dùng CSS vì hiệu năng tốt hơn, không bị ảnh hưởng khi tắt JS đi (about:config/NoScript) cho bõ công xài Firemonkey.
 
Back
Top