Greasy Fork is available in English.

mb. CHATLOGS POWER-UP

chatlogs.metabrainz.org/brainzbot. swicth between #musicbrainz, #metabrainz and #musicbrainz-ja channels; previous/next date log page (it was once a better script)

Đây là phiên bản của script này, nơi mã nguồn đã được cập nhật. Hiện tất cả các phiên bản.

  • v2016.6.16 19-11-2023

    FIX. slow performance on “big” logs turned the culprit into asynchronous mode https://chatlogs.musicbrainz.org/musicbrainz-devel/2011/2011-12/2011-12-05.html

    location cleanup

    NEW. scroll to useful row (if any and if no red bar nor #anchor)

    NEW. Awesome prev./next date buttons

    prev./next date code made more simple

    FIX. javascript errors in parent pages

    aligning metadata block keys

    decoding some more unicode

    NEW. #musicbrainz-ja support (only 前/次 and cross linking ATM)

    NEW. last‐read red bar and #hash highlight support for #musicbrainz-ja

    前/次 → 前日/翌日

    CHG. cross links made more obvious

    NEW. document.title and history made consistent and clear

    FIX. crash on mb-ja + #hash.

    CHG. #musicbrainz-ja, stop redirecting from root to today. hcm-std「chatlog.cgiのトップにアクセスした時、最近の3日分の最大30件分の発言を表示するように変更した」 http://hcm.fam.cx/mbja/chatlog.cgi/2015/01/24#msg9

    CHG. put #mb-ja (less logs) after #mb and #mb-dev.

    Merge branch 'master' of https://github.com/jesus2099/konami-command

    @downloadURL and @updateURL fixed: //raw.githubusercontent.com → //github.com/…/raw/ @author normalised: PATATE12

    @downloadURL and @updateURL fixed: //raw.githubusercontent.com → //github.com/…/raw/ @author normalised: PATATE12

    using .classList(.add/.remove/.toggle/.contains) instead of .className where opportunate. replacing clss() and cssClass(), I didn’t know I reinvented the weel.

    CR + LF → LF

    LF → CR+LF back to Windows (my OS) good old end of line characters. clipboard made it too prone to mistake for too few bytes gained.

    cleanup

    remove useless sandbox

    musicbrainz-devel → #metabrainz

    using library and strict mode

    some forgotten non strict mode stuff

    Workaround to « /today and /yesterday no longer map to chatlog pages » (badly duplicating shiftDate() code :/)

    MIGRATION IN PROGRESS (#125, musicbrainz → metabrainz) Hide header#Site-Header. Remove header#Log-Header’s padding.

    Keep search when switching channels. MIGRATION IN PROGRESS (#125, musicbrainz → metabrainz)

    Dropped today/yesterday, jump links, linkify, lastread, hashrow, nick names highlight, server messages on/off, jump around. Fixed prev./next for metabrainz/brainzbot. (End of musicbrainz → metabrainz migration, closes #125)

    Updating some @changelog, @supportURL and @compatible meta data.

    Revert my too hasty changes after a false alert:

    • Putting back favourite “self” instead of less explicit “window”
    • Explicit “self” on location
    • No self on prompt Closes #218. More info at violentmonkey/violentmonkey-oex#45.

    FIX #241: Does not load any more

    FIX #241(bis): Continuous sidebar timeline image reload

    Merge master up to #238 into all-shook-up-links

    Manually resolve conflicts in mb_ALL-LINKS.user.js

    Security improvement: using match instead of include (closes #192). Added //*.mbsandbox.org support where it was missing.

    ULTRA BOOST® NITRO MODE® like CDJournal’s TURBO DASH nitro mode (#176)

    Make it on more foremost than server’s horizontal white bars: .log h3 span { z-index: 5; }

    FIX: ULTRA BOOST® NITRO MODE® broke date: bubbling it upstream (#176).

    SPEED BOOST × 10

    Report #253 regression fix

    Merge branch 'master' into #244y-van-zall-shook-up-links

    Conflicts:

    mb_ALL-LINKS.user.js

  • v2022.9.16 16-09-2022 Scroll post into view, only if it is off screen #706
  • v2022.9.12.1510 12-09-2022 Give it more time to centre Remove Opera 12 specific stuff
  • v2022.9.12 12-09-2022 Centre highlight message (for post permalink URL) #706
  • v2021.6.17 17-06-2021 Drop #musicbrainz-ja support
  • v2021.6.9 09-06-2021 Add Libera.Chat chat logs support https://chatlogs.metabrainz.org/libera/
  • v2018.3.4.2099 03-02-2021 Metadata block clean-up (#510) - Use Web Archive for userscripts(-mirror).org for safety - Use same namespace and namespace everywhere
  • v2018.3.4.2099 01-02-2021 CRLF→LF Redoing this whole replace now that I use Linux, First wave of custom eslint rules, Bump versions post ESLint clean-up, Merge branch 'eslint'
  • v2018.3.4 27-09-2018 FIX #358: OpenUserJS.org has still been blocking my licences for months… I didn’t notice. Continuing ☞ I’m really wondering again: Abandon or continue to adapt to GF and OUJS (#396). Previous fix (GPL-3.0+) 3161796570372feb4f48a4f71f4b2d8848d7e8dc did work but no more. Now GPL-3.0-or-later deb8c4b2081ac328d7403df2b401746a32b21b56 seems to be accepted.
  • v2018.3.4 03-04-2018 FIX: Headers are floating in the middle of nowhere, Remove overkill dependency with SUPER library (#396)
  • v2017.6.16 04-12-2017 update browser support
  • v2017.6.16 16-06-2017 Forgot to increment version (#322).
  • v2016.6.16 16-06-2017 FIX #322: DOMException: NO_MODIFICATION_ALLOWED_ERR Problem spotted on mb_COOL-ENTITY-LINKS, mb_INLINE-STUFF, mb_REVIVE-DELETED-EDITORS and mb_SUPER-MIND-CONTROL-II-X-TURBO Problem fixed by #331’s 578183b06ef3c359125f9db4785dee35805bd970 Now a deterministic code retrieves the newly added style sheet instead of crossing fingers. cdj_TURBO-DASH was not affected by the problem but I applied same global code.
  • v2016.6.16 16-06-2016 Synced from GitHub - ULTRA BOOST® NITRO MODE® like CDJournal’s TURBO DASH nitro mode (#176) - Make it on more foremost than server’s horizontal white bars: .log h3 span { z-index: 5; } - FIX: ULTRA BOOST® NITRO MODE® broke date: bubbling it upstream (#176). - SPEED BOOST × 10
  • v2016.6.15 16-06-2016 Synced from GitHub - Security improvement: using match instead of include (closes #192). Added //*.mbsandbox.org support where it was missing.
  • v2016.6.14 14-06-2016 Synced from GitHub - FIX #241: Does not load any more - FIX #241(bis): Continuous sidebar timeline image reload
  • v2016.2.5 17-05-2016 Synced from GitHub - Revert my too hasty changes after a false alert: - Putting back favourite “self” instead of less explicit “window” - Explicit “self” on location - No self on prompt Closes #218. More info at violentmonkey/violentmonkey-oex#45.
  • v2016.2.5 11-05-2016 Synced from GitHub - Updating some `@changelog`, `@supportURL` and `@compatible` meta data.
  • v2016.2.5 05-02-2016 Synced from GitHub - Keep search when switching channels. MIGRATION IN PROGRESS (#125, musicbrainz → metabrainz) - Dropped today/yesterday, jump links, linkify, lastread, hashrow, nick names highlight, server messages on/off, jump around. Fixed prev./next for metabrainz/brainzbot. (End of musicbrainz → metabrainz migration, closes #125)
  • v2015.11.6 06-11-2015 Synced from GitHub - MIGRATION IN PROGRESS (#125, musicbrainz → metabrainz) Hide header#Site-Header. Remove header#Log-Header’s padding.
  • v2015.9.29 29-09-2015 Synced from GitHub - Workaround to « /today and /yesterday no longer map to chatlog pages » (badly duplicating shiftDate() code :/)
  • v2015.9.24.2005 25-09-2015 Synced from GitHub - some forgotten non strict mode stuff
  • v2015.6.4.1626 09-07-2015 Synced from GitHub - CR + LF → LF
  • v2015.6.4.1626 04-06-2015 Synced from GitHub - using .classList(.add/.remove/.contains) instead of .className where opportunate
  • v2015.2.27.13.0 10-04-2015 Synced from GitHub - @downloadURL and @updateURL fixed: //raw.githubusercontent.com → //github.com/…/raw/ @author normalised: PATATE12
  • v2015.2.27.13.0 27-02-2015 Synced from GitHub - CHG. put #mb-ja (less logs) after #mb and #mb-dev.
  • v2015.1.26.9.51 27-01-2015 Synced from GitHub - CHG. #musicbrainz-ja, stop redirecting from root to today. hcm-std「chatlog.cgiのトップにアクセスした時、最近の3日分の最大30件分の発言を表示するように変更した」 http://hcm.fam.cx/mbja/chatlog.cgi/2015/01/24#msg9
  • v2015.1.12.14.57 16-01-2015 Synced from GitHub - FIX. crash on mb-ja + #hash.
  • v2014.12.18.811 18-12-2014 Synced from GitHub - CHG. cross links made more obvious NEW. document.title and history made consistent and clear
  • v2014.12.17.902 17-12-2014 Synced from GitHub - 前/次 → 前日/翌日
  • v2014.12.12.2004 12-12-2014 Synced from GitHub - NEW. last‐read red bar and #hash highlight support for #musicbrainz-ja
  • v2014.12.11.17 11-12-2014 Synced from GitHub - NEW. #musicbrainz-ja support (only 前/次 and cross linking ATM)
  • v2014.11.14.2204 15-11-2014 Synced from GitHub - <ninja> decoding some more unicode
  • v2014.9.2.1111 13-11-2014 Synced from GitHub - <ninja> aligning metadata block keys - @icon with a cute kirby gif I animated long time ago (as suggested by ScitJav https://greasyfork.org/fr/forum/discussion/1692) - @version Chromium bug #1 - @since researched for all - @downloadURL/@updateURL explicit everywhere
  • v2014.9.2.1111 02-09-2014 Synced from GitHub - FIX. javascript errors in parent pages
  • v2014.8.25.1418 25-08-2014 Synced from GitHub - location cleanup NEW. scroll to useful row (if any and if no red bar nor #anchor) NEW. Awesome prev./next date buttons prev./next date code made more simple
  • v2014.0612.1314 12-06-2014 Imported from URL
  • v2013.0905.1803 10-06-2014 Imported from URL