Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

URL Tag

  • 5 odpovedí
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od cor-el

more options

Is their any function in Firefox or addons of firefox which can add "?" after URL (URL tag)

For example, I want firefox to change "http://google.com" into "http://google.com/?" automatically.

I`m adding "?" manually now.

plz consider introducing function adding some characters to url automatically.

Thx.

Is their any function in Firefox or addons of firefox which can add "?" after URL (URL tag) For example, I want firefox to change "http://google.com" into "http://google.com/?" automatically. I`m adding "?" manually now. plz consider introducing function adding some characters to url automatically. Thx.

Všetky odpovede (5)

more options

You can possibly do that with a bookmarklet that you can create on the Bookmarks Toolbar for easy access. Create a new bookmark and paste the full JavaScript code to its location field.

  • javascript:void(location.href+="?");
more options

So does it mean that I should click the book mark (incl.javascript code) everytime I want to add "?"?

Is their any other solution?

So anyway I should click the bookmark after visiting a page

Am I understanding correctly?

more options

If the "?" is missing and you want to add a "?" then you can click the bookmarklet.

What reason do you have to append this "?" to the current URL?

more options

The ISP I use block pages without adding text such as ? % something like that, and it redirect to other page saying U can't use internet because of using more than 2 PC even though I block outernal access to those IP of the ISP.

more options

The are applications like Privoxy that can modify the HTTP headers, but be aware that not all URLs still work properly when you add a ?.