Giter VIP home page Giter VIP logo

pratikabu / scrolltotop Goto Github PK

View Code? Open in Web Editor NEW
73.0 8.0 18.0 3.15 MB

Scroll To Top extension for Chrome and Firefox

Home Page: https://scrolltotop.pratikabu.com

License: MIT License

JavaScript 71.66% CSS 7.73% HTML 19.94% Shell 0.66%
extension addon chrome-extension firefox-addon scroll scrolltotop javascript firefox chrome browser-extension firefox-extension microsoft-edge microsoft-edge-extension

scrolltotop's Introduction

Scroll To Top

Scroll to top and vice versa in a desktop browser. A browser extension for Chrome, Firefox.

Release Notes | @scrolltotop | Discuss

Download:

  • Download for Google Chrome
    • Can be used for other Chromium browsers as well. Like: Microsoft Edge, Brave, Opera, etc.
  • Download for Mozilla Firefox

Contribute:

  • Spread the word by sharing this page.
  • Rate the extension on Chrome, Firefox galleries.
  • Support development by Donating.
  • Help me translate the addon.

How to Run:

  • The src folder contains all the code to be used in any Chromium browsers to load as a temporary extension.
  • To debug for Firefox, use the firefox folder in the generated folder.
    • You'll have to run ./build.sh to generate the generated folder.

Bookmarklet

If someone does not like installing an extension. Then you can create this Bookmark in your bookmark toolbar.

This bookmarklet will scroll up or down based on the location of your screen.

Bookmark Name: ↑↓

javascript:(function () {var paBody = document.body, paHtml = document.documentElement, paMaxY = Math.max(paBody.scrollHeight, paBody.offsetHeight, paHtml.clientHeight, paHtml.scrollHeight, paHtml.offsetHeight) - window.innerHeight, paBreakPoint = 300; if(window.scrollY > paBreakPoint || paBreakPoint >= paMaxY && window.scrollY != 0) window.scroll({top: 0, behavior: 'smooth'}); else window.scroll({top: paMaxY, behavior: 'smooth'});})();

There is a no-permission version of this extension, if someone is concerned about the permissions that this extension requires. https://github.com/pratikabu/scrolltotop-lite

Read more about the author.

scrolltotop's People

Contributors

krasnayaploshchad avatar pratikabu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scrolltotop's Issues

Scroll To Top: all features not visible in Mavericks

I just installed Mavericks and now my beloved "Scroll To Top" isn't showing all the functions I was used to. I can only see the up/down curly arrows to speed to the top or bottom of a page. I need to be able to go up/down one screen at a time. Fix?

Icon not showing on github pages

using Safari Desktop. Something must have recently changed with github css because it was working a couple of hours ago. Other pages no problem. If you need more info, let me know what you need.

outlook.com

i use windows 7 and firefox. i just got outlook.com. scroll to top does not appear when i have a long email. is this something that can be done? there is no quick way to get to the top of a long email in outlook.com.

Conflict with another extension when displaying tall images

I'm using "Scroll to Top 4.3.1" with Firefox (25.0.1 - I'm not updating any more!)

Scroll to Top seems to be conflicting with: "Zoom Page 10.7"

I'm having a problem when I follow a link to an image that is very tall. With Zoom to Top installed, the image is shown extremely compressed and squashed into a 'postage stamp'.

Here's an example: http://i.imgur.com/VjvCqNf.jpg
That should be a stack of 6 normal-shaped screenshots in a single, tall 534x2444 pixels jpg image.
When I open it in a new browser tab or window, it is usually zoomed out to show the entire image (pic No.1)

scrolltotop1

....and I can then single left click on it to zoom in so the text is readable (pic No.2).

scrolltotop2

However, with "Scroll to top" installed, the first image display I get is vertically squashed into a small square on screen (about 1 inch on each side - pic No.3) with the "Zoom Page" display in the menu bar indicating 300%.

scrolltotop3

If I then click on the image, it re-draws even smaller (Zoom Page indicates 100%).

If I disable "Zoom Page" everything works as normal, but I find that such a useful add-on, I do not want to lose it.

Unhide at bottom of a page

With Auto Hide, would be nice if Scroll To Top unhid upon hitting the SPACEBAR, even if, (and maybe particularly), at the end of a web page.

Option to Hide Exit Icon

I would like another "Control Option" that would hide the "exit" icon displayed when reading.

I frequently use the "scroll down one page" and then "scroll up one page" icons to read and then review what I just read.

The cursor can wander because I get so involved with what I am reading. More often than I would like, I inadvertently click the “exit” icon, which is really not what I want to do since it so distracting.

BTW, “Scroll To Top” is an exceptional extension!

Chrome options not opening

With the latest version, Chrome has forced the "tabs" permission for tabs.query API.
Provide a fix for this issue.

Addon not working

No icon is showed on right bottom screen and cannot change settings.
Browser: FireFox 20.0.1.

All Browsers: Remove the html content from the body if the icon is not shown.

Reported by: Kevin McGillivray

---------------------- Email Content Starts
Hi, Pratik. I’m a WordPress developer and have found an issue with Scroll To Top and the WordPress content editor. Your plugin inserts the code for your arrow controls into the WordPress editor when a page is edited or created. That code appears to be reinserted each time the editor is opened. It’s not obvious unless you look at the source code for the editor. See the attached screenshot for an example.

I really loved this plugin but unfortunately have had to remove it because I do so much work in WordPress. If you decide to address this problem, please let me know and I’d be happy take a look at it again.
---------------------- Email Content Ends

The issue here is that this add-on adds the html content with-in the body tag even if it never turns on there.

Icon does not appear in gmail

Hi there,

Thanks a lot for your amazing extension!

However, I noticed that the icon does not appear in Gmail.

Is there anything you can do about it to make it working with Gmail?

Thanks for listening

Options not working on Firefox 36?

I have been using Firefox v35.0.1 (Portable version) successfully with Scroll to Top.

I have just installed Firefox v36.0.1 on the same laptop, and am having a few problems.

  1. When I go to the options page none of my preferences are saved. (no buttons are highlighted green)
  2. On the options page, the scrolling speed text is there, but the slider is missing.
  3. None of the buttons at the bottom (Show more settings, Restore to defaults, Import/Export, and Support me) are working.
  4. So I cannot access advanced settings like the Transparency slider and alternative icons.
  5. Presumably because of the issues with the preferences page, I cannot set the Arrow icon to have the small up/down arrows beside it.

V36 screenshot:
scrolltotop ffv36
(cannot access advanced settings)

V35 screenshots:
Basic:
scroll to top 1 - firefox v35
Advanced:
scroll to top firefox v35 adv1
scroll to top firefox v35 adv2

I have a few different add-ons installed in the v36 Firefox, but nothing particularly unusual.
I can list them if you feel it would help.

Not working with Firefox-Nightly version 48

What the title says. Although I have other extensions installed I don't think it's a clash because disabling them doesn't do anything and the link to the settings page also doesn't work

Customization request from Brendan

Hi Pratik,

I utilize your ‘Scroll To Top’ add on in FF desktop and am happy with its functionality. I am interested if it can be customized so that it appears differently on a particular URL though. Specifically I am a physical therapist whom uses a web application (WebPT). When I document in the ‘flowsheet’ area used to track exercises it would be most ideal to have the scroll to top/bottom arrows located on either side of the page.

The url cannot be accessed without a login as it is a HIPAA (private patient protected) website.

The generic url however is https://app.webpt.com/flowsheet/

Is it possible to add this functionality to your add on?

Thank you for considering my request.

-Brendan Sullivan, PT

New York, USA

Greyscale please!

Great extension but I'm not going near it until all the icons are greyscale (or pure black and white).

Cheers!

Doesn't work everywhere

OSX 10.9.1, Safari 7.1, Scroll to Top 4.4

It works on the majority of sites I visit and I couldn't think of why it wouldn't function on game's forum site: http://forums.z2.com/viewtopic.php?f=360&t=59078

If it will help, I'll post additional sites where it doesn't work as expected as I come across them.

This is a wonderfully useful utility. Thanks for developing and maintaining it.

Scroll speeds

Hello, I like the extension. I would like it able to scroll slower if thats possible?
Also it does not show on microsoft sites - sharepoint, visual studio online.

thanks
Mark

Losing settings every now and then

Sometimes when restarting the PC or after a crash, or Firefox update, Scrolltotop loses its settings and I have to restore them from a saved json. I cannot seem to replicate the problem because its sporadic. Any ideas?

It does not work in SeaMonkey 2.40

It does not work in SeaMonkey 2.40

Make please support SeaMonkey 2.40. After the conversion is not possible to change the settings. I to use by default. :)

Reduce scroll of pager function a little

Sometime the pager function happens to cut a line of text (or even worse, half a reddit post). I suggest a 270 pixel count scroll to solve the issue (or a slider option).

Horizontal Left not working in FF 34.0

I have Scroll To Top's position set as Bottom Left. Instead, it's showing up as bottom right.

Firefox v. 34.0

Operating System: Windows Vista™ Home Premium (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.130707-1535)

Processor: Intel(R) Core™2 Quad CPU Q8200 @ 2.33GHz (4 CPUs), ~2.3GHz

{"vLoc":"bottom","hLoc":"left","scrSpeed":1000,"visibilityBehav":"alwaysshow","iconTransparency":0.5,"blackAndWhite":false,"arrowType":"1","smartDirection":"false","controlOption":"pager","hideControls":"true","iconSize":"48","iconLib":"1","userIcon":"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","dArrang":"hr","dIconLib":"1","dUserIcon":"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","hOffset":"20","vOffset":"20","removedSites":"mail.google.com/mail;google.com/calendar;","supportPrompt":false}

not smoothing

Hi,
I've been using Scroll To Top and I like it.
I noticed the change of it today.
It can't scroll to top smoothly but can scroll to bottom smoothly.
It have moved smoothly both directions until yesterday.

I hope this bug(?) will be fixed.
Thanks.

(I'm sorry if my English sentences are incorrect)

Use right icon

Hi,

i've checked scroll to top settings page, and you definatly haven't right icon.
check this screen
https://www.dropbox.com/s/cm6z3erfo77rsmr/icon%20screen%20_scroll%20to%20top.png
code:
https://www.dropbox.com/s/suu45p2ocfx3z86/icon%20%2B%20settings%20_scroll%20to%20top.txt

base64 encoded by string:
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKVJREFUeNrs1TEOgzAMheEUygHYszBz/zP0BHRgYaAbG2sWPHioUCUStU4T6f+kt4CF/FAEzgEAAAAAAAAAAFTmljA7Sryky7DXIpliBtuE5YeE+W/1+qK2q8Em8oHDH06HjxlqCj7eXQkFdo0ZywJB8tCE2gqEt8WDZQmrAs/T0dn1WhUFZsn64fqq94ou8LpYctaZn7kbfLu9y6jk/wAFkMMhwACIwxlRrd9x+AAAAABJRU5ErkJggg==

take it
hold it
love it


yours Alex aSS

Return to previous position

Is it possible to add a button which returns the user to the previous position on the page, before the top/bottom button was pressed.

FF: Add-on not working with certain list of add-ons. Investigate.

Reported By: Mike Greengrass

Application: Firefox 17.0 (20121119183901)
Operating System:

Extensions as follows (when I tried your extension, I disabled "Back to Top" first)

  • Add-on Compatibility Reporter 2.0
  • Add-on Update Checker 2.1
  • AniWeather 0.8.36 (Disabled)
  • AVG Security Toolbar 13.2.0.5 (Disabled)
  • Back to Top 6.0.1
  • BetterPrivacy 1.68
  • Browser Backgrounds 6.6 (Disabled)
  • BrowserProtect 1.1.3
  • Check for Updates in Help Menu 1.1
  • CheckPlaces 2.6.2
  • Cleanest Addon Manager 6.0
  • Clipple 0.1.1
  • ColorfulTabs 17.0 (Disabled)
  • CookieCuller 1.4
  • CuteButtons - Crystal SVG 0.3.3
  • Download Statusbar 0.9.10
  • DownloadHelper 4.9.12
  • Empty Cache Button 2.0
  • Exit Button Firefox 0.4.2
  • Extended Statusbar 1.5.8
  • Extension List Dumper 1.15.2
  • Extension Options Menu 2.5
  • external IP 0.9.9.6
  • FabTabs 1.4.6
  • FireFTP 2.0.7
  • Flagfox 4.2.3
  • Forecastfox 2.2.2
  • FoxClocks 3.1.26
  • GlassMyFox 1.2.2
  • Java Console 6.0.33
  • Keylogger Beater 3.2
  • Lazarus: Form Recovery 2.3
  • Link Alert 1.0.2
  • Locationbar² 1.0.6
  • Long URL Please 0.5.1
  • McAfee SiteAdvisor 3.6.0
  • Morning Coffee 1.35
  • my-spambox 1.0.1
  • New Tab Homepage 0.4.3
  • NewScrollbars (aka NoiaScrollbars) 1.0.8
  • NoScript 2.6.2
  • Organize Status Bar 0.6.5 (Disabled)
  • Print Edit 8.9
  • Progress Bar on Tab 1.0
  • Restart Button 0.1.5
  • RSS Icon In Awesombar 1.4
  • Scroll To Top 3.5.1 (Disabled)
  • Scroll to Top/Bottom 0.1.1.2 (Disabled)
  • Searchbar Autosizer 2.0.14
  • SearchGBY 0.9.50
  • Second Search 0.7.2012031101
  • ShowIP 1.8.1
  • SixOrNot 0.7.3
  • SortPlaces 1.9.2
  • Status-4-Evar 2012.07.08.17
  • Sun Cult 1.3.20120620
  • Tab Scope 1.1.7
  • Tab Utilities Lite 1.1.5
  • Unshorten.It! 2.1.0
  • WOT 20120926
  • X-notifier 3.0.1
  • ZoneAlarm Security Engine 1.5.395.0 (Disabled, Incompatible)

Plug Ins as follows

Application: Firefox 17.0 (20121119183901)
Operating System:

  • Adobe Acrobat 10.1.4.38
  • Adobe Acrobat 10.1.4.38
  • Adobe Acrobat 10.1.4.38
  • AmazonMP3DownloaderPlugin 1.0.17.300
  • AVG SiteSafety plugin 12.0.0.0
  • Google Earth Plugin 6.1.0.5001
  • Google Update 1.3.21.123
  • Java Deployment Toolkit 7.0.70.10 10.7.2.10
  • Java(TM) Platform SE 7 U9 10.9.2.5 (Disabled)
  • McAfee SiteAdvisor 3.6.0.123
  • npFFApi 1.0.0.1
  • Picasa 3.0.0.0
  • Shockwave Flash 11.5.502.110
  • Silverlight Plug-In 5.1.10411.0
  • Winamp Application Detector 5.6.2.3199
  • Yahoo! activeX Plug-in Bridge 2007.3.9.1

Found conflict with Omnibar

Hi, before all thanks for this great extension. Lately, after upgrading to Firefox 33.0.3 I found that the search engine name provided by the Omnibar extension disappeared. After disabling Scroll to Top it has returned. Hope this help.
Andrea

Crazy IMG-links in forums

It seems this extension has a negative side-effect in forums:

When people (who installed this browser extension) write a new post in forums, the extension automatically seems to add some images like this to the source:

[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-48.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-pageup-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-clear-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-pageup-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-down-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-48.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-pageup-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-clear-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-pageup-24.png[/IMG]
[IMG]FORUM-URL/safari-extension://net.sf.users.pratikabu.stt-E5WB5T4538/26081ca6/icons/pratikabu-stt-down-24.png[/IMG]

** FORUM-URL changed by me (normally showing our URL)
** [IMG] and propably also FORUM-URL/ automatically added by the forum software

This happened not only on our forum (just check Google for: pratikabu-stt-pageup-24.png).

We are using vBulletin-software, but according to Google it also happens on IP-Boards and other forum software.

Visibility Behavior: Always Show?

Using Firefox 17.02 esr.

With Always Show selected, at present the scrolltotop arrows don't show until I click on the scroll-bar. It would be more convenient (one less click) if they showed immediately without clicking on the scroll-bar for each new webpage.

Thanks :).

Custom horizontal placement.

It would be nice if we could customize the horizontal placement of the arrows on certain pages like Facebook. Where they currently appear, the overlay on our friends list and sometimes instead of scrolling, I end up clicking on the friend. I've tried with larger arrows and custom ones, Even though they show up semi-transparent on the friends bar in Facebook, when we click the arrows, we still end up initiating chat when we meant to scroll.

Facebook Arrows_1

Browser: Firefox v19.0

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.