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

Commit

Permalink
Update setAttribute_unread.uc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Sep 13, 2019
1 parent 3b6f2a3 commit d71a9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installers/Inst_files/chrome/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' &&
if (location.href != 'chrome://browser/content/browser.xhtml' &&
!gBrowser.tabContainer.childNode.tabAnimationsInProgress &&
Services.prefs.getBoolPref("toolkit.cosmeticAnimations.enabled")) return;

Expand Down

0 comments on commit d71a9bd

Please sign in to comment.