-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: sh.reddit.com search and compact view not loading #1452
Fix: sh.reddit.com search and compact view not loading #1452
Conversation
Loads from thumbnails
I'll work on reducing the duplication later |
When you are going to test this, please make sure that old.reddit.com still works fine. Old reddit is the best reddit. |
Do I need to reduce the multiple gallery selectors? I can work on it, but I see that was there from previous commits. I'm a little afraid to change any of it in case some part of old.reddit with a gallery stops working, to be honest. |
I've tried reducing the duplicate lines, and i think I got it as low as I can without changing previous code too much. There were more errors with my first committed changes than I expected, but after looking over it for a while, everything is working. The places I tested on old.reddit.com and sh.reddit.com are: galleries, images, and videos, in subreddits and home feed. In a future pull request, I can make media in old.reddit.com searches show when hovering their thumbnail or header too, if it'd be helpful |
Up to you. I don't remember users ever complaining about a lack of zoom on the search results. You could fix it if you'd like, but it is a low priority.
When you think this PR is ready for testing, please mark it non-draft, then I'll pull the branch to double check it myself. But ultimately, we'll have see from users bug reports if something was accidentally broken :) |
Quality Gate passedIssues Measures |
I looked over the whole file again, and made sure the old code was how it was when I found it, with updated variable scopes. My only concern is new reddit tends to run slower than old reddit, but I think that's just the nature of the websites rather than a problem with HZ+ |
Seems to work for me. Thank you! |
If users report issues with sh.reddit.com searches not zooming when mouse hasn't moved, one could resolve it by changing: $('faceplate-tracker[data-faceplate-tracking-context*="post_thumbnail"]').each(function () { to $('faceplate-tracker[data-faceplate-tracking-context*="post_thumbnail"]').one('mouseover', function () { Using .each() just makes images load faster |
commit 77e4122526dd42862ba145288b88a60b824476e3 Merge: fc187aa a24a268 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sat Nov 23 15:29:30 2024 -0600 Merge branch 'extesy:master' into master commit a24a26858c616a76f16d799f8257df7c8c96c0db Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 22 20:57:25 2024 -0600 Fix middle click's timer affecting right click's context menu (#1472) * Fix middle click's long press affecting right click's activation time * Fix switch case commit fc187aab8a5c2628cc5281bddc12ed241fc91563 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 22 20:29:27 2024 -0600 Fix switch case commit 0fe67a3fdedb0450d0c6472ff5afbf08c8fcc2d5 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 22 20:26:34 2024 -0600 Fix middle click's long press affecting right click's activation time commit 9718b2c0ca0a6984aee824bfa68ed3eeff7ef0c1 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Nov 16 17:07:31 2024 -0800 New Crowdin updates (#1470) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit 2f8cb0d9147e068ec1df46f6406c769a69516bef Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 15 17:19:48 2024 -0600 Fix for plug-in: Furry Network (#1469) Fix webm media not playing commit 59482cb056382aac555d0a844cd3deeb404a5979 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 15 11:26:55 2024 -0600 Add options to pick the details that are shown (#1465) * Update hzAbove and hzBelow css * Add UI Elements * Update default offsets * Add function in hoverzoom If offset is above 0, it uses absolute position * Add opacity ui * Fix floats not parsing * Remove position: static in case it interferes with user choice * Allow for negative offset * Move options to Advanced Tab * rearrange text to match option layout * Change opacity range from 0 to 1 * Change strings to numbers * Make opacity option apply to appropriate css * Initial html and css elements * Fix html * Add css style for drawer and button * Change options text to use messages.json * Fix html formatting * fix css rule * Add factorySettings and reset function * Update options to use true/false options * Make variables more clear * Add options functionality to options.js makes checked options in the show details menu update appropriate variable as expected * Makes details only show if option is checked * update css class format * Move margin-left to html * update class name format * Change gear icon to cog-icon * add header to drawer window grid * Better details drawer id * Adjust css and add a close button to details window * Change 'content length' text to 'media length' * Move drawer up * set z-index to 1000 to fix ttip overlapping buttons * Remove extra spaces * fix icons not centering and overlapping on small window * Move option to advanced * Move to fit new option placement * Fix title box text not aligning with rest of options * Add tooltip * Make tooltip only show when hovering over title * change message to be clearer * Make tooltip show when any detail picker element is highlighted * Update descriptions * Remove duplicate lines from common.js * Revert style change commit e2c678857fa292c23dd476e6722c4caab314c515 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Fri Nov 15 09:24:42 2024 -0800 New Crowdin updates (#1467) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit cc2088ecbd4c406f297ab5d6de3a1753d619385a Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Wed Nov 13 23:38:52 2024 -0600 Add offset and opacity options for details/caption (#1466) * Update hzAbove and hzBelow css * Add UI Elements * Update default offsets * Add function in hoverzoom If offset is above 0, it uses absolute position * Add opacity ui * Fix floats not parsing * Remove position: static in case it interferes with user choice * Allow for negative offset * Move options to Advanced Tab * rearrange text to match option layout * Change opacity range from 0 to 1 * Change strings to numbers * Make opacity option apply to appropriate css commit fcd74da7e1b7a5659b8831322dd12b58a7693e21 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sun Nov 10 19:57:20 2024 -0600 Fix: Github user images not zooming (#1463) * Fix: Github user images not zooming * Remove unnecessary 'addClass' commit 2bde72b6ab75652c304950e24409ce672c978d59 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sun Nov 10 18:44:52 2024 -0600 Add middle click and right click as action keys (#1460) * Fix right click showing up as an action key where it's not handled * Make right click selectable as an action key * Make right click work as actionKey A timer is used to set a delay. After timer times out, actionKey is pressed. Upon releasing right click, context menu is blocked if action key was true. Else it just removes the timer * Clarify variable name * Change mouse event handler to switch case * update contextMenu function * Update switch statement and make middle click timer * Change right click value to -2 for ease of use * Update 'none' variable to -5 as it was triggering mouseEvents for action keys selected to 'none' * Create handlers for repetitive tasks * Update reset value * Fix images not zooming * Add Middle Mouse options * Fix middle mouse not working and minor formatting fixes * Fix timer functions * Add action key switch cases to mouse buttons * Rearrange switch cases * Make left click not picked up by mouse events in most instances * format changes * Update options and popup * Add Right Click and Middle Click as action keys * Update key code for none * Format fixes * Clean up unused conditional and format fix * Create functions out of some keys to reduce duplication * Update 'none' in popup * Revert key code changes * Update 'noneKey' scope * Revert 'None' to value 0 * Remove unused variable * add `;` * add some more `;` --------- Co-authored-by: Oleg Anashkin <github@oleg.anashkin.org> commit c42dd95e3fbd1fd1c13424809b6157dd9f208abc Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sat Nov 9 21:20:03 2024 -0600 New plug in for: Etejo (#1461) * New-plug-in-for-Etejo (NOT WORKING) Not sure why the popup isn't showing * Change selector and image src to fix image not zooming * Update scopes commit 438b9592a05d83023d9d20478f7d140711dc1aa6 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Nov 9 19:17:44 2024 -0800 New translations messages.json (Korean) (#1462) commit 0ef4bb4fc412f3bde31754aa69c0caf997a73b6d Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Nov 9 09:50:38 2024 -0800 Bump version and update changelog commit 097056a75a566efee1d2a547e51fb863a1a1eb7a Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Fri Nov 8 15:21:16 2024 -0800 New Crowdin updates (#1459) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit 6988beeb48ffde1d1f81a3efb1ef52eca5007cfd Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 8 15:50:13 2024 -0600 Add import/export function (#1457) * Add Import/Export form to options.html * Update messages.json * Tweak a couple identifiers for clarity * Add Export function * Add Import function * Update saveOptions() * Clears export textarea upon calling sendOptions() * Rearrange exportSettings in saveOptions() * Add initial variable and missing semicolon * Update common.js * Add import success or fail message to messages.json * Add Import success/fail case to options.js * update importSettings() * Update alerts * Fix JSON Check * Fix import not working * Fix changes not highlighting * Remove unnecessary changes * Remove extra newlines and updates comment * Remove extra whitespace * Update formatting * small format fix * Add HZ+ JSON test * Add one more test variable * Fix json test * Formatting fixes * More format fixes commit de95fae177778cfe10f7757c7aba991b53d9a70b Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 8 15:48:10 2024 -0600 Add Enter as action key (#1458) * Add Enter as action key * Update popup commit e299234f760313a100f0ffac1cc2b68b296c7d2c Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Thu Nov 7 17:47:11 2024 -0600 Fix plugin eksisozluk not working on chrome (#1456) * Update variable scopes * Formatting fixes * more formatting fixes * Plugin fix: Eksisozluk It extracts the date of the post and creates an image link with it. Might need to be expanded. This site needs a referrer with its ajax request, and this is a workaround * format fix * version and regex update * remove redundant quantifier commit 0f650c6792fc879a2a8969c265915e77224cc76a Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Thu Nov 7 17:45:04 2024 -0600 Fix: Zoomed images's horizontal position wrong on Fur Affinity on 2k monitors (#1455) * Check if max-width is not default or 100% body100pct is not picking up Fur Affinity using max-width which makes hzWindow horizontal position wrong. * Update hoverzoom.js * Remove window.scrollY * change || expression * Update scope * Revert "Update scope" This reverts commit dc1a99ac03f28050b755c06303ffcf59a2997f84. * Fix conflict mistakes commit b3bdc0e2870b6bda354ab8f5abafbda65e7bed7b Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Wed Nov 6 16:31:56 2024 -0600 Fix for plugin: Fetlife (#1453) * Update variable scopes * Fix hover event not triggering * Fix images not loading * fix formatting * more formatting fixes --------- Co-authored-by: Oleg Anashkin <github@oleg.anashkin.org> commit 679d12df74eb73f10f837eb133cf63c933675700 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Wed Nov 6 16:27:58 2024 -0600 Fix: GitHub not loading private user images (#1454) * Fix: Github not loading private-user-images * Update github.js * Update variable scopes commit 7ae5e25af15d385ceac53aa513ca426d44417366 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Wed Nov 6 14:26:37 2024 -0600 Fix: sh.reddit.com search and compact view not loading (#1452) * Temp fix to show thumbnails on mouseover * Fix for some gifs not loading * Fix searches not zooming image * Video posts in search will now show their thumbnail * Clarify things * Looking into way to load video in search and compact * Update variable scopes * Remove slow function * Fix galleries and videos in sh.reddit * Update variable scopes * Clean up old code * Redo search handler Loads from thumbnails * Fix galleries in searches * Optimize selector function * Condense repeated code * Clarify comment * Clean up sh.reddit search link code * Make images load by hovering over thumbnail in thumbnail view * Rearrange selector blocks to combine sh.reddit selectors * Update reddit.js * Make videos in sh.reddit compact view only play when hover on thumbnail * Fix videos loading while hovering anywhere on post * Fix galleries in sh.reddit compact view not loading * fix variables in old.reddit galleries * Fix comment mistake * Change variable names for clarity * Make similar gallery selector blocks into a switch statement * Revert previous commit * Fix gallery variable being changed from master * Minor style changes * Fix switch case ending with unconditional break commit 31d242367c17ddbd6bbe1fdda6a9833e3ab30f1b Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sun Nov 3 22:28:49 2024 -0800 New translations messages.json (Korean) (#1450) commit 15019a5c1d7b8ac0ab8a76780ba231555ab1107e Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sat Nov 2 22:51:06 2024 -0500 Fix for plug in: Gifbin (#1449) * Fix for plug-in: Gifbin * Improve load times * formatting * Update gifbin.js --------- Co-authored-by: Oleg Anashkin <github@oleg.anashkin.org> commit 41293e890f3faba37f31b69344bf6a6abaaad01e Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sat Nov 2 17:25:40 2024 -0500 New plug-in for: Artfol (#1447) * New plug-in for: Artfol * Fixed name and version commit c9aedc7b8699b0b3ee5d94aa0cc52e8010ebc6d0 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 1 22:19:37 2024 -0500 New plug-in for: Tenor (#1445) commit b4414fa4d76d0a931dad9f21023c85e02725ef81 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Nov 1 14:02:38 2024 -0500 Fix: Rule34 videos not loading (#1444) * Plugin fix: Rule34 videos not working * Update version number commit f0a064a48e2141cd517004a60982f708cdde13cd Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Thu Oct 31 15:08:00 2024 -0500 Fix: Fullzoom button not filling window (#1442) * Fix: Fullzoom not filling window * Made zoom guranteed to match window size * update depreciated variable * Update comment * Update hoverzoom.js --------- Co-authored-by: Oleg Anashkin <github@oleg.anashkin.org> commit 8e033f613eb2d8d2259b6db0fc599443fd877fbf Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Thu Oct 31 15:05:34 2024 -0500 Update reddit.js (#1443) * Fix: sh.reddit images not working videos still won't open * Initial video fix * Add video loading to sh.reddit * improved class selector commit 917557387473d160e73897b04e41c6dfd35ae492 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Tue Oct 29 20:16:10 2024 -0700 New Crowdin updates (#1441) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit 1d85309a0f2473bbe226cf524dc2e7ab25738e99 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Tue Oct 29 20:48:57 2024 -0500 Add 'Automatically lock images' function (#1440) * Add auto lock images function It may be buggy. Initial tests work * Update options.html * Update options.js * Update messages.json * Update common.js * update autoLockImages comment * autoLockImages : false, to factorySettings * extra white space removed commit b63167fc48926066aa8ab8ca6ae1fa37901a1f68 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Mon Oct 28 22:05:23 2024 -0500 Fix: Hovered images flicker on Fur Affinity (#1439) * made prepareFromDocument return a full url * Updated variable scopes * cleaned up extra variable * http: to https: commit 130ae06d83ab2ff28cbe579979862cc0666b26c5 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Mon Oct 28 20:06:43 2024 -0500 Fix: Pixiv.net - Saving with shortcut does not work (#1438) * Fix: Referrer header not being added First working fix. .hasListeners() no longer seems to work and 'extra headers' only works on chrome. * Update If statements * Update remove WebRequestListeners() if statements * Update comments and styles * Update variable scopes to match style guide * Fix listener being checked incorrectly with if statement * Change webRequest Options type to match webRequest event * Revert previous change as it does not work with alternate webRequest types commit 1c52c7679fe3048590787e3406f0457f0690f468 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sun Oct 27 17:43:53 2024 -0700 Bump version and update changelog commit 02bb4426d6ed607852111cd7cb691e5ec06489bc Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sun Oct 27 19:39:15 2024 -0500 Fix: "Save image" Action Key does not work (#1437) * Temp workaround I don't like it, but it works * adds fix to 'downloadFileBlob' * Change control statements so persmissions.request fires after permissions.contains returns false * Better variables commit cba2c1713a58bd0103149ccf001a97850e7365b5 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Sun Oct 27 10:32:43 2024 -0500 Fix: Function prepareFromDocument() breaking on Firefox (#1436) * Fix: prepareFromDocument() breaking on Firefox Changes document.write(data); to doc.body.innerHTML = data; to fix it giving the following error on Firefox: "SecurityError: The operation is insecure." * Fix some variable scopes Changed a couple 'let' to 'const' commit 958bafde7bd863154847bb31f4b3e110ab8a861d Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Fri Oct 25 16:42:37 2024 -0500 Fix for plugin: inkbunny.net (#1435) * Fix for plugin: inkbunny.net - Adds full url to $ajax request for Firefox compatibility - Some style fixes to align with style guide * Change 'let' to 'const' where appropriate Change 'let' to 'const' where appropriate * Remove trailing spaces --------- Co-authored-by: Oleg Anashkin <github@oleg.anashkin.org> commit 82b994a50bd76d8ff32539aa536bb1585aa41be9 Author: Lilia <30478020+LiliaDoe@users.noreply.github.com> Date: Thu Oct 24 18:25:47 2024 -0500 New-plug-in-for-Furry-Network (#1434) commit c5545dd75faf900688a00e8342c6cc8d4f151431 Merge: d1e5114 448e915 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Oct 20 18:54:42 2024 +0200 Merge pull request #1431 from GrosPoulet/master New plug-in for: Brave Image Search (#1420) commit 448e915c52d1febfe87cff7de686afef6ff77b25 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Oct 20 18:46:10 2024 +0200 New plug-in for: Brave Image Search (#1420) To commit d1e511429da8c66c2304c98bb3be498031812ae6 Author: retraenn <61210271+retraenn@users.noreply.github.com> Date: Thu Oct 3 16:06:28 2024 +0100 Update twitch_a.js & kick_a.js (#1424) * Update twitch_a.js Fix clips not loading * Update kick_a.js Updated regex to match new VoD URL from a Kick site update. commit cf4bb5aeecb55c107d73904e9eaa97ed01f5e2ee Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Wed Oct 2 16:18:28 2024 -0700 New translations messages.json (Portuguese) (#1423) commit 81d0c1e2a78ac89ad92339e915f8c6f42c3d6a53 Merge: 3b0af43 38c3d51 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Sep 29 19:11:06 2024 +0200 Merge pull request #1421 from GrosPoulet/master New plug-in for: lummi.ai commit 38c3d517e70dfbe944a3e5172512349fa43f9285 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Sep 29 19:00:56 2024 +0200 New plug-in for: lummi.ai commit 3b0af43202ff154e492a1da287fa551b3b2aeea5 Author: sohel0707 <51533929+sohel0707@users.noreply.github.com> Date: Thu Sep 26 06:54:08 2024 +0530 Fix LinkedIn profile pictures with 'hiring' or 'open to work' tags not zooming correctly (#1419) Co-authored-by: sohel Tamboli <sohel.t@amberstudent.com> commit 920c4688b04c5b612863a52eead68092c7852fad Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Sep 14 09:34:24 2024 -0700 update vk.com plugin commit 4380108c51d736ae2a929a15dc731e9cc847a880 Merge: 6aba111 e92025e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Sep 14 14:13:43 2024 +0200 Merge pull request #1416 from GrosPoulet/master Fix for plugin: instagram (#1359) commit e92025ea2b162a73ee8a4f3149a97cd867ea8117 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Sep 14 14:09:19 2024 +0200 Fix for plugin: instagram (#1359) commit 6aba1111f3cc42dcad83b5645b72fed1b8f74ea8 Merge: 2cf27ec f4ea7b4 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Sep 13 20:40:33 2024 +0200 Merge pull request #1415 from GrosPoulet/master New plugin for: meiye.art (#1414) commit f4ea7b49cb732f4e79d2db63c9bc2ea614ce4840 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Sep 13 20:36:47 2024 +0200 New plugin for: meiye.art (#1414) commit 2cf27ecdb4b34c2018e3c8014d0360257a119bfb Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Mon Sep 9 09:15:14 2024 -0700 Bump version and update changelog commit 8998271055bae2d79873a7d504965eb6c314e147 Author: yadue <853711+yadue@users.noreply.github.com> Date: Tue Sep 3 17:07:51 2024 +0200 remove redgifs referer header to make it work again (#1407) Co-authored-by: yadue <admin@yadue.eu> commit 51e85e70512344a12b30a01b0e322e2a441e1eb0 Merge: 9351378 28ce399 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed Aug 28 15:03:44 2024 +0200 Merge pull request #1405 from GrosPoulet/master e6ai.net added to manifest (#1401) commit 28ce3995cdc01d6c6f09fbc2374e3903a797fe89 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed Aug 28 15:01:21 2024 +0200 e6ai.net added to manifest (#1401) commit 9351378ac70474c4342acda61cc19139182ec5f6 Merge: 31fd601 6f459d0 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed Aug 28 13:01:43 2024 +0200 Merge pull request #1404 from GrosPoulet/master Fix for plug-in: startpage.com (#1361) commit 6f459d00e2945c94e312c2cd817a7b80952d967c Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed Aug 28 12:58:42 2024 +0200 Fix for plug-in: startpage.com (#1361) commit 31fd60179f4f73cbc56efb1f2600d72639d9acc1 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sun Aug 25 13:41:32 2024 -0700 Bump version and update changelog commit df4d20fa2ec9f54832afa1c36478d96ea22c2105 Merge: 08bcdf6 83f67aa Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Aug 25 22:08:18 2024 +0200 Merge pull request #1403 from GrosPoulet/master Fix for plug-in: imgur_a (#1377) commit 83f67aa5a5b735b881c27fe5e0f45639134d79fc Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Aug 25 22:05:39 2024 +0200 Fix for plug-in: imgur_a (#1377) commit 08bcdf65254d08e604d054de28c3e747ca74577c Merge: 85e327a a2569ec Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Aug 25 16:56:33 2024 +0200 Merge pull request #1402 from GrosPoulet/master Fix for videos handling commit a2569ecf8161a412172624cbcca2b9ab3bc1fa34 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Aug 25 16:55:13 2024 +0200 Fix for videos handling commit 85e327a9e99f72ddb7ff410da9f4335fc8160422 Merge: f61bf43 78cac82 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Aug 24 13:39:58 2024 +0200 Merge pull request #1400 from GrosPoulet/master Fix for plug-in: e621 (#1397) commit 78cac823fd447bbb3c75c0d600d9d35299424e64 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Aug 24 13:36:56 2024 +0200 Fix for plug-in: e621 (#1397) commit f61bf43bcda3ce04ccb81a2c953ddb4ea2bc305f Merge: cf98206 ee870e0 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Aug 24 12:40:34 2024 +0200 Merge pull request #1399 from GrosPoulet/master New plug-in for: uinotes.com (#1381) commit ee870e0894d0362555b8478f3d7945afe2d25e27 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Aug 24 12:36:05 2024 +0200 New plug-in for: uinotes.com (#1381) commit cf982065a137572f76803452a01a25fb9bc97510 Merge: 5d5e6e8 57c61c9 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Aug 23 20:24:24 2024 +0200 Merge pull request #1398 from GrosPoulet/master New plug-in for: stackoverflow.com (#1391) commit 57c61c999d9d9cfae6c1d5701a213853f96e4829 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Aug 23 20:20:04 2024 +0200 New plug-in for: stackoverflow.com (#1391) commit 5d5e6e833bc05da5ef3534eb094e38b434f696b3 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Aug 3 17:40:31 2024 -0700 New Crowdin updates (#1386) * New translations messages.json (Hungarian) * New translations messages.json (Arabic) commit 10a6314cb9529e20f38c7dd94df255eb44016a57 Merge: 0d535bd 9bba177 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jul 26 20:54:20 2024 +0200 Merge pull request #1382 from GrosPoulet/master New plug-in for: raindrop.io (#1378) commit 9bba1774bb497128a2da4386e0d13ca721634a85 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jul 26 20:20:06 2024 +0200 New plug-in for: raindrop.io (#1378) commit 0d535bd4af598edc1cdb79de9a25edaeb0f0cf2c Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Thu Jul 18 19:46:31 2024 -0700 New Crowdin updates (#1380) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit 3aa4bed60b035f5275bfc11d0d321c3cf8ccec46 Merge: 031ba26 18dac7e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu Jul 18 21:22:11 2024 +0200 Merge pull request #1379 from GrosPoulet/master New feature : replace original filename when saving commit 18dac7e60e0b44329a0203dd9d8569804082c799 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu Jul 18 21:04:27 2024 +0200 New feature : replace original filename when saving commit 031ba264239f88633888c3eec41920de906cd485 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Mon Jul 8 13:54:24 2024 -0700 New translations messages.json (Korean) (#1376) commit 08ad2ec28680077f9eeac68cb303b591654a6403 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sun Jul 7 22:03:17 2024 -0700 New Crowdin updates (#1375) * New translations messages.json (Korean) * New translations messages.json (Russian) commit b4b624afecf3f4f0e1ddedf749e41b695b6d5957 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Jul 6 13:45:59 2024 -0700 Bump version and update changelog commit e2d71fb186daf1aaa6eaeb56045f8a4ed60deaef Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Jul 6 13:42:42 2024 -0700 Load reddit galleries on mouse over. Fixes #1257 commit 8726075566822d7ad2bbf82b82f0e74b67b81468 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat Jul 6 13:22:21 2024 -0700 New Crowdin updates (#1373) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit 3c61e61427ddef9f1293b0b3f036f4d1954ce3cd Merge: 4f1732b 1fa3122 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Jul 6 20:08:14 2024 +0200 Merge pull request #1372 from GrosPoulet/master New option: add caption to filename when saving commit 1fa3122c81655677788539c7527dfbb6ab0fac40 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Jul 6 19:55:27 2024 +0200 New option: add caption to filename when saving commit 4f1732b910a58248379bbcaadafb451ba52b5fc5 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Mon Jun 24 16:16:31 2024 -0700 New Crowdin updates (#1368) * New translations messages.json (Romanian) * New translations messages.json (French) * New translations messages.json (Spanish) * New translations messages.json (Arabic) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Greek) * New translations messages.json (Finnish) * New translations messages.json (Gujarati) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Lithuanian) * New translations messages.json (Dutch) * New translations messages.json (Norwegian) * New translations messages.json (Polish) * New translations messages.json (Portuguese) * New translations messages.json (Russian) * New translations messages.json (Slovak) * New translations messages.json (Slovenian) * New translations messages.json (Serbian (Cyrillic)) * New translations messages.json (Swedish) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Tamil) * New translations messages.json (Bengali) * New translations messages.json (Marathi) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Hindi) * New translations messages.json (Malay) * New translations messages.json (Telugu) * New translations messages.json (Filipino) * New translations messages.json (Malayalam) * New translations messages.json (Sinhala) * New translations messages.json (Kannada) * New translations messages.json (Swahili) * New translations messages.json (Amharic) commit b589710a725799809e8ad0001a5052964ea9262e Merge: 4311a93 d1afa73 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Jun 23 20:37:43 2024 +0200 Merge pull request #1367 from GrosPoulet/master New plug-in for: polona.pl (#1360) commit d1afa731761fad8601eb7f935f2e590409892dc5 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Jun 23 20:26:54 2024 +0200 New plug-in for: polona.pl (#1360) commit 4311a932e93379215ea3fc7853e2e6754aa84690 Merge: bd92e3c cb4d51d Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Jun 23 19:48:30 2024 +0200 Merge pull request #1366 from GrosPoulet/master New option: add index of image in gallery when saving commit cb4d51d4b63655963730db5c907066c23f026cb0 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Jun 23 19:43:07 2024 +0200 New option: add index of image in gallery when saving For instance, third image out of ten is saved as: [03-10]image.jpg By default, this option is disabled. commit bd92e3c23b085af9c68c7733de2d45fea04924fd Merge: 185a95b a788302 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jun 21 15:40:52 2024 +0200 Merge pull request #1365 from GrosPoulet/master New plug-in for: nextdoor.com (#1362) commit a7883023c4826af6f87de992ef739c686f9d8230 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jun 21 15:34:40 2024 +0200 New plug-in for: nextdoor.com (#1362) commit 185a95b3101719cc3b24ce43c47f7665b9846009 Merge: bfe8587 0383e6d Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Jun 16 17:24:15 2024 +0200 Merge pull request #1363 from GrosPoulet/master New plug-in for: songkick.com commit 0383e6d75f2f1819143169a749efcf2a35b54587 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Jun 16 17:21:38 2024 +0200 New plug-in for: songkick.com commit bfe8587b927e0533faa3c059bccf9b2664726787 Merge: c023a19 cb6dfa8 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jun 7 19:29:38 2024 +0200 Merge pull request #1358 from GrosPoulet/master Fix for plug-in: Spotify commit cb6dfa8f95b6040661c4f373466167725576b5b3 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jun 7 19:27:26 2024 +0200 Fix for plug-in: Spotify commit c023a191c0206bbfedc0522cce4160755ca94b67 Merge: b7bcd48 a5066e6 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jun 7 19:02:56 2024 +0200 Merge pull request #1357 from GrosPoulet/master New plug-in for : Spotify commit a5066e6932a741c80b76a3c496c80edbacc8fd2d Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Jun 7 18:50:13 2024 +0200 New plug-in for : Spotify - play & download audio tracks (does not work for podcasts) - zoom media (artists, album covers) commit b7bcd4891385a1de25ff0ef965d5e0cb70a5cb6b Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Sat May 18 10:09:47 2024 -0700 Bump version and update changelog commit fee0c2556ade818caf4e60ab474b739e6a275fe4 Author: Isaiah Banks <isaiah.banks42@gmail.com> Date: Sat May 18 13:06:14 2024 -0400 Fix for X/Twitter URL change (#1352) commit 876d3955d2d59d05adf811465bb7ea1be4d4e8f8 Merge: cb4bb55 e0021e4 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat May 11 11:28:59 2024 +0200 Merge pull request #1349 from GrosPoulet/master Fix for plug-in: Freepik.com commit e0021e42c55fd483e8b19b16465cc949762d4aa0 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat May 11 11:27:23 2024 +0200 Fix for plug-in: Freepik.com added support for videos commit cb4bb557aae9346215f08fce5b317d302201bef3 Merge: 939be4c dacfaef Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu May 9 18:48:02 2024 +0200 Merge pull request #1348 from GrosPoulet/master Plug-in for: Apple (apps, music, podcasts & books) commit dacfaef8e8cb24fddff2ae0140abe6f8ef560959 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu May 9 18:45:03 2024 +0200 Plug-in for: Apple (apps, music, podcasts & books) - zoom apps, music & books covers - play podcasts - do NOT play music tracks commit 939be4c059872789d12870ced0512deb00777467 Merge: 2c6e17e 184a5d2 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu May 9 10:55:04 2024 +0200 Merge pull request #1347 from GrosPoulet/master New plug-in for: Phys.org commit 184a5d2e782b47c41be07d350d88b10b1fd14460 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu May 9 10:52:55 2024 +0200 New plug-in for: Phys.org And also: - medicalxpress.com - sciencex.com - techxplore.com commit 2c6e17e286f07893ad65afad7f590ce60c6522ee Merge: beaf2ca 075b179 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 8 20:36:16 2024 +0200 Merge pull request #1346 from GrosPoulet/master New plug-in for: Monuments Nationaux commit 075b179de9659d50591c695b2e1fdc3b1dc2ff3c Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 8 20:35:08 2024 +0200 New plug-in for: Monuments Nationaux commit beaf2ca0516082cfad07c385c56a12260e46f644 Merge: 1ec4c23 5cee54a Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat May 4 11:25:19 2024 +0200 Merge pull request #1345 from GrosPoulet/master New plug-in for: Apple Podcasts commit 5cee54a23ca58f2c0b15ea1856f75d1f552a1ab6 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat May 4 11:19:14 2024 +0200 New plug-in for: Apple Podcasts - Podcasts are played when hovering the "Play" button - HZ+ player allows user to save audio files (.mp3) commit 1ec4c23565fa4e982b5f5b8a2cdda2bfc02b4270 Merge: 0389a87 b846276 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu May 2 13:31:24 2024 +0200 Merge pull request #1344 from GrosPoulet/master New plug-in for: routard.com commit b84627633b975a2f980c27d30b8a6f90ff938b6e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Thu May 2 13:28:12 2024 +0200 New plug-in for: routard.com commit 0389a8775e8bc5ee7bd0c2fef7c137d299711263 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Wed May 1 11:27:14 2024 -0700 Bump version and update changelog commit a6f78ad5d0581eae42297b0232d53d760b531188 Merge: 47fc795 ef0c6d6 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 1 18:50:25 2024 +0200 Merge pull request #1343 from GrosPoulet/master New plug-in for: la-croix.com commit ef0c6d6767135483c0c0b950109830243494e9d7 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 1 18:49:11 2024 +0200 New plug-in for: la-croix.com commit 47fc795e6a79ab1e041112165c1f9a4b518f9a9c Merge: 17f7325 0152a42 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 1 18:15:08 2024 +0200 Merge pull request #1342 from GrosPoulet/master Enhancement for plug-in: Wordpress commit 0152a42b24657496c064b6714f4f76d47bc99c7a Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 1 18:13:24 2024 +0200 Enhancement for plug-in: Wordpress commit 17f732574d91f0e350c9575c766e603fb28c20d1 Merge: f8fb5ae 0cfd9be Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 1 15:51:55 2024 +0200 Merge pull request #1341 from GrosPoulet/master New plug-in for: US Army sites commit 0cfd9beb429c6f95233a4b519bbac607863fa3c6 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Wed May 1 15:49:24 2024 +0200 New plug-in for: US Army sites commit f8fb5aed0d9a85e1de1b8a35e37b87379a56fc5b Merge: 979b9c3 11e9809 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Tue Apr 30 20:41:16 2024 +0200 Merge pull request #1340 from GrosPoulet/master Enhancement for videos & audios + fix for Pexels plug-in commit 11e980971573ed358b510e95fbe3d760a1ab5514 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Tue Apr 30 20:39:32 2024 +0200 Enhancement for videos & audios + fix for Pexels plug-in commit 979b9c3e1b479576728d640ba6acdbdb049bfc50 Merge: 8d4bc21 c6e8a88 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Tue Apr 30 12:03:31 2024 +0200 Merge pull request #1339 from GrosPoulet/master New plug-in for: Unsplash commit c6e8a88213948e2989dd13913edc7d10e4570f11 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Tue Apr 30 12:01:45 2024 +0200 New plug-in for: Unsplash commit 8d4bc21158fb6d4faec19aa6e52fd8b5d6fe1a60 Merge: 9d22c20 f79c81f Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Mon Apr 29 18:22:06 2024 +0200 Merge pull request #1338 from GrosPoulet/master New plug-in for: Inoreader commit f79c81f9a672bd2bf9d455d80dd52e42934ff433 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Mon Apr 29 18:20:29 2024 +0200 New plug-in for: Inoreader commit 9d22c20cfb460457554e217169a1eb68a6597e69 Merge: 8d3e69f 742028a Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Mon Apr 29 11:44:56 2024 +0200 Merge pull request #1337 from GrosPoulet/master New plug-in for: Feedly commit 742028a74574762ede068a764c118f4a9c513482 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Mon Apr 29 11:42:28 2024 +0200 New plug-in for: Feedly commit 8d3e69f977a33a81b1e54a9a58d1f40376633278 Merge: e00701a 2af78a2 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Apr 26 11:45:09 2024 +0200 Merge pull request #1336 from GrosPoulet/master New plug-in for: techradar.com commit 2af78a268fd8782c0b213da89aaf6cf51ca5277c Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Apr 26 11:43:53 2024 +0200 New plug-in for: techradar.com commit e00701a1b830b001bb2d219aee3f02bf02b5d19a Merge: 7af7e71 4896578 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 21 18:53:39 2024 +0200 Merge pull request #1334 from GrosPoulet/master New plug-in for: kotnauction.com (#1332) commit 48965781c9b765fefb0b126af4814170d585dba1 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 21 18:52:25 2024 +0200 New plug-in for: kotnauction.com (#1332) commit 7af7e71714bf25b141f0a639a482f12711cd6311 Merge: e821713 318fc8e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 21 16:53:42 2024 +0200 Merge pull request #1333 from GrosPoulet/master Improvement for plug-in: cloudflare_a commit 318fc8e67df47b22950143de4e3d782be1ae828e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 21 16:52:26 2024 +0200 Improvement for plug-in: cloudflare_a commit e821713b21b85dda6563f03f7e8af262af8646e9 Merge: 66ff3bb 853dffa Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Apr 20 20:36:57 2024 +0200 Merge pull request #1331 from GrosPoulet/master New plug-in for: worldatlas.com commit 853dffa7bbc7aab9cded771db86d346e3e4fad53 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Apr 20 20:33:16 2024 +0200 New plug-in for: worldatlas.com commit 66ff3bbcd4aac1acfd62ec32e29fa05b2825900b Merge: 1c6555f 76208f6 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Apr 20 20:01:57 2024 +0200 Merge pull request #1330 from GrosPoulet/master Fix for plug-in: drupal_a commit 76208f6e9f3c0eb1727fd5a5a70b658d125fa0cf Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Apr 20 20:00:38 2024 +0200 Fix for plug-in: drupal_a commit 1c6555fca174bb496ebad30d1ff86be5d47389bd Merge: 9000795 5a298c4 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Apr 19 10:27:27 2024 +0200 Merge pull request #1329 from GrosPoulet/master New plug-in for: galerie9art.fr commit 5a298c491730d066597d524a7e7e519f509905e9 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Apr 19 10:24:59 2024 +0200 New plug-in for: galerie9art.fr commit 9000795f0c67e4aad96c1ec1abf039bd6112f3f5 Merge: 66caaf2 290f13b Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 14 12:52:30 2024 +0200 Merge pull request #1328 from GrosPoulet/master Fix for GitLab plug-in + new plug-ins (Nature, opendata) commit 290f13badbb25d6beae4b2ac23edee2778a392da Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 14 12:50:36 2024 +0200 Fix for GitLab plug-in + new plug-ins (Nature, opendata) commit 66caaf2945b9a7d64717ea645e0cd24ae342c9f9 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Mon Apr 8 11:38:43 2024 -0700 New Crowdin updates (#1327) * New translations messages.json (Arabic) * New translations messages.json (German) * New translations messages.json (Norwegian) * New translations messages.json (Swedish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Indonesian) * New translations messages.json (Persian) * New translations messages.json (Estonian) * New translations messages.json (Latvian) * New translations messages.json (Filipino) * New translations messages.json (Sinhala) commit a53eb3ee3f9727a32adb88c7b68a5d9a68bd86b3 Merge: a3a59b9 28a333f Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 7 19:25:30 2024 +0200 Merge pull request #1326 from GrosPoulet/master Fix for Google Images plug-in (#1321) commit 28a333f886d3c703adb17ebdecb0bcc6c96eacd0 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Apr 7 19:22:55 2024 +0200 Fix for Google Images plug-in (#1321) commit a3a59b9307a893920104d3db0ae475e34406c468 Merge: e712c51 0847c22 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Apr 5 20:58:30 2024 +0200 Merge pull request #1325 from GrosPoulet/master New generic plug-in: media_a commit 0847c22ac15701c2ec57da3b9c21ae2161c1814a Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Fri Apr 5 20:55:10 2024 +0200 New generic plug-in: media_a for vogue.fr, wired.com, newyorker.com... commit e712c51a7540d8141490e7a839bfc1ed68ea5c17 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Mon Apr 1 08:45:26 2024 -0700 Bump version and update changelog commit eec9607cc22908d144802999e691ac03e871d9de Merge: 7d7e910 de9db46 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Mon Apr 1 17:27:40 2024 +0200 Merge pull request #1324 from GrosPoulet/master Fix for plug-in: drupal_a commit de9db463c5042952f8f7188974c2dbba7534e837 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Mon Apr 1 17:26:46 2024 +0200 Fix for plug-in: drupal_a commit 7d7e910d7832d7e9d697fd37fce1f0ca26497117 Merge: 5125a92 6a27a18 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Mar 31 20:31:35 2024 +0200 Merge pull request #1323 from GrosPoulet/master New plug-in for: cineserie.com commit 6a27a1838c3327a72afb7d7b1a650311c1e51194 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Mar 31 20:30:22 2024 +0200 New plug-in for: cineserie.com commit 5125a92bd8859d8aa108de02d0b49c9ff120afc9 Merge: 9e174d6 cd56c97 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Mar 31 18:18:53 2024 +0200 Merge pull request #1322 from GrosPoulet/master New plug-in for: onzemondial commit cd56c9757d6f7dec9dc7615fa05a4cf36a4aa336 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Mar 31 18:17:09 2024 +0200 New plug-in for: onzemondial commit 9e174d62c6066f01a3646a0b67f0350a55c89f40 Merge: 37ff7ce 50dee8e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Mar 31 16:40:38 2024 +0200 Merge pull request #1320 from GrosPoulet/master Improvement for plug-in: focus_a commit 50dee8efbb446fac3954987a860f88cf18b7dc00 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Mar 31 16:38:57 2024 +0200 Improvement for plug-in: focus_a commit 37ff7ce1993e39c30fbd660217f03c49ebe5206e Author: reoh <jazzysenpai@gmail.com> Date: Thu Feb 29 18:47:26 2024 +0000 Fix mediawiki plugin thumbnail selector (#1317) * Fix mediawiki plugin thumbnail selector Use a less precise selector since mediawiki thumbnail URLs no longer use the full URL * Update mediawiki thumbnail selector Keep specificity to mediawiki commit b66e2a552d11d4b0bcc0e67ae9074a93d5caf60b Merge: c07071a b6efc7e Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Feb 17 11:34:30 2024 +0100 Merge pull request #1314 from GrosPoulet/master Fix for plug-in: TikTok commit b6efc7e8b6f5a2a2915a7f4e64f76bacbbff090b Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sat Feb 17 11:32:23 2024 +0100 Fix for plug-in: TikTok commit c07071a279de5f711dea047e50feee4299ad7c49 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Thu Feb 15 14:07:10 2024 -0800 streamable bug fix commit 497fad72c1691a362d75852923cd00bf0c33d3fd Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Wed Feb 14 16:19:14 2024 -0800 jquery bug fix commit aac830bdafd95466df88c9b8a9f1bf2c915a01b3 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Wed Feb 14 16:08:45 2024 -0800 Reddit gallery hotfix commit d76d7237d418a2f1afda65083b4bdda46d9534a5 Author: Oleg Anashkin <oleg.anashkin@gmail.com> Date: Wed Feb 14 09:39:06 2024 -0800 Bump version and update changelog commit 3138bbc370d4a28db337c1512d8cfe1f75da789e Merge: 3293ac0 9a57175 Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Feb 11 16:40:18 2024 +0100 Merge pull request #1312 from GrosPoulet/master Fix for plug-in: naver.js (#1296) commit 9a5717506c145129ea44af31a594e35f72aae37a Author: GrosPoulet <grosnaingrincheux@gmail.com> Date: Sun Feb 11 16:37:16 2024 +0100 Fix for plug-in: naver.js (#1296)
Made sh.reddit search and compact view media load.