All Projects β†’ pratikabu β†’ scrolltotop

pratikabu / scrolltotop

Licence: MIT license
Scroll To Top extension for Chrome, Firefox, Safari, Opera.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to scrolltotop

tab-counter
A button badge that shows the number of tabs open in a window
Stars: ✭ 35 (-41.67%)
Mutual labels:  opera, firefox-addon, addon, opera-extension
stylish-hub
🍹 A browser extension that brings new GitHub features and experience.
Stars: ✭ 14 (-76.67%)
Mutual labels:  opera, firefox-addon, opera-extension
quickjira
🚀 πŸ“‚ Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+8.33%)
Mutual labels:  opera, firefox-addon, opera-extension
GladiatusCrazyAddon
A browser addon for the Gladiatus browser game.
Stars: ✭ 31 (-48.33%)
Mutual labels:  firefox-addon, addon, opera-extension
What Have You Made Today
Chrome & FireFox extension to replace the default home page. What have you made today?
Stars: ✭ 223 (+271.67%)
Mutual labels:  firefox-addon, addon
Wallabagger
Chrome / Firefox / Opera plugin for wallabag v2.
Stars: ✭ 202 (+236.67%)
Mutual labels:  firefox-addon, opera-extension
netflix-list-exporter
πŸ’«β€Žβ€Žβ€Žβ€β€β€Žβ€An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+0%)
Mutual labels:  opera, addon
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (+15%)
Mutual labels:  firefox-addon, opera-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+2658.33%)
Mutual labels:  firefox-addon, opera-extension
page-shadow
A Chrome, Firefox, Opera and Edge extension to increase contrast, decrase brightness and invert color of websites
Stars: ✭ 14 (-76.67%)
Mutual labels:  opera, opera-extension
snoozz-tab-snoozing
A Web Extension to declutter windows by snoozing tabs for later
Stars: ✭ 105 (+75%)
Mutual labels:  firefox-addon, addon
Treestyletab
Tree Style Tab, Show tabs like a tree.
Stars: ✭ 2,438 (+3963.33%)
Mutual labels:  firefox-addon, addon
Asciidoctor Browser Extension
βšͺ️ An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.
Stars: ✭ 152 (+153.33%)
Mutual labels:  firefox-addon, opera-extension
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (+128.33%)
Mutual labels:  firefox-addon, addon
security.txt
ℹ️ Cross-platform browser extension for discovering security.txt and humans.txt files.
Stars: ✭ 15 (-75%)
Mutual labels:  firefox-addon, opera-extension
cookie-editor
A powerful browser extension to create, edit and delete cookies
Stars: ✭ 245 (+308.33%)
Mutual labels:  opera, firefox-addon
copy-selected-tabs-to-clipboard
Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.
Stars: ✭ 46 (-23.33%)
Mutual labels:  firefox-addon, addon
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (+53.33%)
Mutual labels:  firefox-addon, opera-extension
Carbonalyser
The add-on "Carbonalyser" allows to visualize the electricity consumption and greenhouse gases (GHG) emissions that your Internet browsing leads to.
Stars: ✭ 98 (+63.33%)
Mutual labels:  firefox-addon, addon
trello-super-powers
Repository of the Firefox add-on. (https://addons.mozilla.org/en-US/firefox/addon/trello-super-powers/)
Stars: ✭ 29 (-51.67%)
Mutual labels:  firefox-addon, addon

Scroll To Top

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

Release Notes | @scrolltotop | Discuss

Download:

Contribute:

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

How to Build:

Currently the build system is based on Apache Ant.

  • Load the ants/build.xml file in the Ant view.
  • Execute the respective browser task.
  • You can also run ant on ants/build.xml directly, in this case it will generate the deployment code for all browsers.
  • This can then be used in respective browsers to load as a temporary extension.

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'});})();

Read more about the author.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].