Git Product home page Git Product logo

Comments (6)

suishouen avatar suishouen commented on July 3, 2024

In addition Mozilla has changed Toolbar Icons from PNG to SVG.
See Bug 1347543: https://bugzilla.mozilla.org/show_bug.cgi?id=1347543.

from buttonsback.

jtojnar avatar jtojnar commented on July 3, 2024

Since 1364090 landed, it looks like I no longer need this extension – the refresh button has returned to its proper place. Thank you, darktrojan, for keeping our sanity during the dark times.

from buttonsback.

darktrojan avatar darktrojan commented on July 3, 2024

Well, that's "progress" for you!

from buttonsback.

suishouen avatar suishouen commented on July 3, 2024

In Firefox 56.0a1, the reload and stop buttons remain in the toolbar.
In Firefox 55.0b2, the reload and stop buttons are placed back in the location bar.

So I remove

  1. xul parts as below except script parts from /content/overlay.xul
<toolbaritem id="urlbar-container">
		<toolbarbutton
			id="reload-button"
			class="toolbarbutton-1 chromeclass-toolbar-additional"
			label="&reloadCmd.label;"
			command="Browser:ReloadOrDuplicate"
			onclick="checkForMiddleClick(this, event);"
			oncommand="BrowserReloadOrDuplicate(event);" />
		<toolbarbutton
			id="stop-button"
			class="toolbarbutton-1 chromeclass-toolbar-additional"
			label="&stopCmd.label;"
			command="Browser:Stop"
			oncommand="BrowserStop();" />
</toolbaritem>
  1. /skin/osx/style.css

and repack all the files.

That seems to work fine on Firefox 55.0b2 and Firefox 56.0a1.
I'm not a coder and I only tested it on macOS, so would you please confirm that?

from buttonsback.

darktrojan avatar darktrojan commented on July 3, 2024

Sigh.

Just made a fixed version for 55 since it's now in beta. Should be available when it's reviewed.

from buttonsback.

suishouen avatar suishouen commented on July 3, 2024

Thanks so much for a fix.

from buttonsback.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.