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

Commit

Permalink
Compatibility fix for FF69.a2 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Jul 7, 2019
1 parent a68e1e1 commit 90b2523
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Full dark theme/userChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://opensource.org/licenses/MIT

<!-- Run userChrome.js/userChrome.xul and .uc.js/.uc.xul/.css files -->
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="js" extends="chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton">
<binding id="js">
<implementation>
<constructor><![CDATA[
if(window.userChromeJsMod) return;
Expand Down
2 changes: 1 addition & 1 deletion Installers/Inst_files/chrome/userChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://opensource.org/licenses/MIT

<!-- Run userChrome.js/userChrome.xul and .uc.js/.uc.xul/.css files -->
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="js" extends="chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton">
<binding id="js">
<implementation>
<constructor><![CDATA[
if(window.userChromeJsMod) return;
Expand Down
2 changes: 1 addition & 1 deletion Multirow and other functions/Multirow tabs/userChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://opensource.org/licenses/MIT

<!-- Run userChrome.js/userChrome.xul and .uc.js/.uc.xul/.css files -->
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="js" extends="chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton">
<binding id="js">
<implementation>
<constructor><![CDATA[
if(window.userChromeJsMod) return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://opensource.org/licenses/MIT

<!-- Run userChrome.js/userChrome.xul and .uc.js/.uc.xul/.css files -->
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="js" extends="chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton">
<binding id="js">
<implementation>
<constructor><![CDATA[
if(window.userChromeJsMod) return;
Expand Down
2 changes: 1 addition & 1 deletion Multirow and other functions/Tabs below/userChrome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://opensource.org/licenses/MIT

<!-- Run userChrome.js/userChrome.xul and .uc.js/.uc.xul/.css files -->
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="js" extends="chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton">
<binding id="js">
<implementation>
<constructor><![CDATA[
if(window.userChromeJsMod) return;
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ basic css or <a href="https://www.w3schools.com/colors/colors_picker.asp">color
<br />
This problem doesn't happen if you use a code editor such as notepad++, atom, sublime text...</h4>

<h3>Last update: <b>28/05/2019</b></h3>
<h3>Last update: <b>07/07/2019</b></h3>
<p>Files updated:</p>
<ul>
<li><b>Userchrome.xml</b>: Updated them to the lastest released version.</li>
<li><b>Userchrome.xml</b>: Updated them to the lastest released version from Sporif, for compatibility with FF69.a2 (current nightly).</li>
</ul>
<h3>Pre-Last update: <b>27/05/2019</b></h3>
<h3>Pre-Last update: <b>28/05/2019</b></h3>
<ul>
<li><b>Bookmarks-toggler.uc.js</b>: Added better compatibility with the navigation hide toggler script.</li>
<li><b>*-tabs-below-*.uc.js</b>: Deleted these alternative versions, and added tabs below standalone files for this tweak.</li>
<li><b>Tabs-below-Menu-onTop/overTabs.as.css</b>: Added standalone files for tabs below tweak for easier installation (<a href="https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme/tree/master/Multirow%20and%20other%20functions/Tabs%20below">inside multirow and other functions folder</a>).</li>
<li><b>Userchrome.xml</b>: Updated them to the lastest released version.</li>
</ul>

<code>
Expand Down

0 comments on commit 90b2523

Please sign in to comment.