Greasy Fork is available in English.

BugMeNot

Integrates BugMeNot into any login form (it retrieves all matching logins from bugmenot.com and autofills the login form)

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • вер. 2017.12.15 25.08.2020 Minor edits in metadata
  • вер. 2017.12.15 25.06.2020 (all scripts) Added @supportURL pointing to the GitHub repo (thanks to Jason Barnabe for the suggestion)
  • вер. 2017.12.15 20.05.2018 (All scripts) Rearranged the metadata block
  • вер. 2017.12.15 16.12.2017 Minor changes
  • вер. 2017.11.18 18.11.2017 Greasemonkey 4.0 compatibility, (Greasemonkey 4.0 compatibility)
  • вер. 2017.06.09 12.11.2017 Added '@licence MIT' (required by OUJS, in order to allow import and autoupdate of scripts from GitHub)
  • вер. 2017.06.09 11.06.2017 Fix 'GM_getValue('lastURL') is undefined' error Occurs on first use and renders the userscript useless, because execution never gets past this expression. Therefore lastURL remains undefined and the story repeats. Experienced this issue using Firefox with the Greasemonkey extension., Merge pull request #3 from Georgeto/bugmenot-1 Merged. Thank you for your contribution, @Georgeto.
  • вер. 2016.10.27 27.10.2016 Synced from GitHub - (BugMeNot) Now if there are no other logins left to try, it will display "No other logins" (instead of "try next login"). Also, increased the delay between a field losing focus and checking to see if any other of our fields has focus (from 150 to 250).
  • вер. 2016.09.17.1 17.09.2016 Imported from URL
  • вер. 2016.09.17.1 17.09.2016 Synced from GitHub - (BugMeNot) Improved the formatting of logging of found/stored logins
  • вер. 2016.09.17 17.09.2016 Synced from GitHub - Converted all scripts encoding from UTF-8 back to UTF-8 BOM (i.e. with the same encoding that Greasemonkey installs them in)
  • вер. 2016.09.17 17.09.2016 Synced from GitHub - (BugMeNot) Improve the way the found + saved logins are displayed in Web Console. Also reverted my changes in hideIfNoFocus()
  • вер. 2016.09.16 16.09.2016 Synced from GitHub - (BugMeNot) Improved the wording of the script description
  • вер. 2016.09.16 16.09.2016
  • вер. 2016.09.16 16.09.2016 Synced from GitHub - (BugMeNot) Added an entry to 'Reset login attempt counter' (visible from the 2nd login attempt and on) Also, now, the found (and the saved/retrieved) logins can be viewed in Web Console
  • вер. 2016.09.15.1 15.09.2016 Synced from GitHub - (BugMeNot) Workaround for when the Username textbox has focus by default on page load
  • вер. 2016.09.15 15.09.2016 Synced from GitHub - (BugMeNot) Now covering another case: when the Username <input> element has type="email" (not only type="text"). Also, changed to '@run-at document-idle'
  • вер. 2016.09.13.1 14.09.2016 Synced from GitHub - Description
  • вер. 2016.09.13.1 13.09.2016 Synced from GitHub - Fixed the tooltip when trying next logins
  • вер. 2016.09.13.1 13.09.2016 Synced from GitHub - (BugMeNot) The prompt for next login attempts will now be 'Try next login' (instead of 'Get login')
  • вер. 2016.09.13 13.09.2016 Synced from GitHub - (BugMeNot) Now it retrieves all possible logins from bugmenot.com, shows their count, and you can try each one on every clicking of 'Get login from BugMeNot' - (BugMeNot) Added a check: If the current domain name doesn't match the stored lastURL, then reset the counter. Also made the options a bit wider (to include the login counter)
  • вер. 2016.09.12 12.09.2016 Synced from GitHub - Formatting
  • вер. 2016.09.12 12.09.2016 Imported from URL