Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Fix for FF69 unread attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Sep 13, 2019
1 parent 835fa92 commit 3b6f2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Full dark theme/setAttribute_unread.uc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(){
if (location.href != 'chrome://browser/content/browser.xul') return;
if (location.href != 'chrome://browser/content/browser.xhtml') return;

let func = {

Expand Down

0 comments on commit 3b6f2a3

Please sign in to comment.