Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ominx

macrumors 6502
Original poster
Jun 23, 2010
356
9
There was a request threat that was floating around on page 1 here yesterday but it was a couple years old and seems dead.

So my request, if anyone is interested, are the following Safari tweaks:

1. Disable "auto hide" for the top address bar and bottom toolbar so that they are always displayed.

2. Show the number of open tabs on the bottom right tab icon.

If these exists or a dev is interested in making them, although I don't have any coding abilities, I would be more than happy to help with testing.
 
There was a request threat that was floating around on page 1 here yesterday but it was a couple years old and seems dead.

So my request, if anyone is interested, are the following Safari tweaks:

1. Disable "auto hide" for the top address bar and bottom toolbar so that they are always displayed.

2. Show the number of open tabs on the bottom right tab icon.

If these exists or a dev is interested in making them, although I don't have any coding abilities, I would be more than happy to help with testing.

I saw number two posted on reddit yesterday. You might wanna read that thread and see if anyone released a deb file for you to install.
 
I saw number two posted on reddit yesterday. You might wanna read that thread and see if anyone released a deb file for you to install.

Thanks I see both have been requested over there. Unfortunately nothing has been released.
 
Thanks I see both have been requested over there. Unfortunately nothing has been released.

I'd follow those threads then. There are times when someone will release a deb file on reddit which you can then manually install. Some pretty cool stuff becomes available at times over there.
 
There was a request threat that was floating around on page 1 here yesterday but it was a couple years old and seems dead.

So my request, if anyone is interested, are the following Safari tweaks:

1. Disable "auto hide" for the top address bar and bottom toolbar so that they are always displayed.

2. Show the number of open tabs on the bottom right tab icon.

If these exists or a dev is interested in making them, although I don't have any coding abilities, I would be more than happy to help with testing.

I think #1 was just released in cydia called SafariBarLock.
 
Awesome! Is this in a default repo? I can't seem to find it.

Neither can i..a quick google search gave me this address but can`t find no repo http://ytksystem.blog6.fc2.com/blog-entry-519.html

SafariBarLock01.jpg
 
I would just like a SafariDownload manager...

and a better way to activate private mode on the iPad, unless I'm doing it wrong... at the moment, it seems you have to launch a new window to turn on private mode:confused:
 
Awesome! Is this in a default repo? I can't seem to find it.

I am so sorry. I didn't realize that was in a 3rd party repo. I didn't really look closely at it. I just saw it did what you wanted and posted. My bad.
 
http://kindadev.com/apt

Same repo that has Five Icon Dock that doesn't depend on IconSupport
Perfect! Works great. Thanks for the info... much appreciated.

I am so sorry. I didn't realize that was in a 3rd party repo. I didn't really look closely at it. I just saw it did what you wanted and posted. My bad.
No problem! I'm just happy you pointed me and the thread in the right direction. Thanks!
 
I would just like a SafariDownload manager...

I use Dolphin Browser in the App Store. It's a very feasible workaround until a cydia tweak comes out. In my opinion, it's better than a tweak because you don't need an additional cydia substrate addon and I always felt like the download manager addons for safari and chrome made the browsers worse. Dolphin it's built in stock so it runs perfectly.
 
Last edited:
i would love a tweak so when i go on google on my iPad i don't get the banner ever time asking me do i want to install google search app
 
I' m looking for a tweak that will automatically clean the web history at Safari close, is there any such?
 
i don't know if it would be for safari but removing the period next to the space bar, every time i go to press the bar i end up putting periods so my google searches.are.like.this.
 
i would love a tweak so when i go on google on my iPad i don't get the banner ever time asking me do i want to install google search app

Flex could do this on iOS 6. Flex 2 is still in beta so I can't download the patch from the cloud but I can probably create it myself. Let me know if you're a flex user and I'll try to do that for you.

It's on my short list to do anyways cause I love that patch for my own personal use. It works across all websites that offer those popups though. There's no way to restrict it to just google.
 
Flex could do this on iOS 6. Flex 2 is still in beta so I can't download the patch from the cloud but I can probably create it myself. Let me know if you're a flex user and I'll try to do that for you.

It's on my short list to do anyways cause I love that patch for my own personal use. It works across all websites that offer those popups though. There's no way to restrict it to just google.

I did have flex while I had ios6 so hopefully it won't be long until it works under ios7
 
Flex could do this on iOS 6. Flex 2 is still in beta so I can't download the patch from the cloud but I can probably create it myself. Let me know if you're a flex user and I'll try to do that for you.

It's on my short list to do anyways cause I love that patch for my own personal use. It works across all websites that offer those popups though. There's no way to restrict it to just google.

Interesting. Could you tell us what entry needed to be edited?

And also Flex 2 beta available somewhere?

Thanks
 
I did have flex while I had ios6 so hopefully it won't be long until it works under ios7

You can use the flex 2 beta for iOS 7 for free(!) from the dev's repo. Http://getdelta.co

I've been using it and it works great! Only thing is, everything in the cloud is pre ios7 so most won't work. He hasn't opened uploading patches to the cloud for iOS 7 yet. But you can use those as guides to creating your own patches for iOS 7. I can share mine too if you want.

FYI flex 2 beta is free right now. The public release will not be free obviously. There will be a small upgrade fee I believe. Like $1 or $2.

Also, the main Flex subreddit has tons of activity for this beta release. Tons of useful information over there!

----------

Interesting. Could you tell us what entry needed to be edited?

And also Flex 2 beta available somewhere?

Thanks

See my post #22. Also, I haven't created the patch yet but I'll try when I have time. The only safari patch I have created is to hide the status bar. You can also create this same patch for any other app as well. I prefer hiding the status bar in most apps for the extra real estate. The best part is, tap to scroll to the top, activator actions, and the notification center still work when hiding the status bar. I've been a HUGE flex for a long time now haha

Edit: This is what it looks like with the "still usable, but status bar hidden" patch.
 

Attachments

  • image.jpg
    image.jpg
    175.8 KB · Views: 151
Last edited:
Interesting. Could you tell us what entry needed to be edited?

I believe the Safari related popups are often fixed by searching for runJavaScriptAlertPanelWithMessage and showStoreBannerIfNecessary and making all of the arguments NULL.

And while you're at it change maximumTabDocumentCount to 99 for unlimited tabs.

edit: spelling
 
I believe the Safari related popups are often fixed by searching for runJavaScriptAlertPanelWithMessage and showStoreBannerIfNecessary and making all of the arguments NULL.

And while you're at it change maximumTabDocumentCount to 99 for unlimited tabs.

edit: spelling

Thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.