Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-26Fixes after merges, prettier globally applieddevelopAnarios
2022-07-26Merge branch 'develop' into ratio-bar-on-new-designDmitrii Selivanov
2022-07-24Add ratio bar to new designAaron Kerckhoff
2022-07-20Merge branch 'develop' into revert-683-revert-644-patch-1Dmitrii Selivanov
2022-07-20Merge branch 'develop' into improved-translationsDmitrii Selivanov
2022-07-20Merge branch 'develop' into spanish-proofreadDmitrii Selivanov
2022-07-20Merge pull request #635 from nthnunes/mainDmitrii Selivanov
fix and improvements in pt-br translation
2022-07-20Merge branch 'develop' into patch-1Dmitrii Selivanov
2022-07-20Merge pull request #615 from SheepStar02/mainDmitrii Selivanov
Small change
2022-07-20Merge pull request #602 from sy-b/patch-3Dmitrii Selivanov
Title cased textLikesDisabled, textTempUnavailable & textUpdate
2022-07-20Merge pull request #594 from cyrildtm/fixLikeUpdatedDmitrii Selivanov
Fix like numbers re-format
2022-07-20Merge pull request #593 from cyrildtm/fixUserLocalesUndefinedDmitrii Selivanov
Restructure userLocales logic
2022-07-20Merge pull request #592 from cyrildtm/popupCSStweakDmitrii Selivanov
Popup css tweak
2022-07-20Merge pull request #560 from ErykDarnowski/mainDmitrii Selivanov
Implemented option to show like/dislike percentage instead of full like/dislike count
2022-07-20Merge pull request #649 from bershanskiy/patch-1Dmitrii Selivanov
Handle onInstalled.reason "chrome_update"
2022-07-20Merge pull request #643 from afnzmn/patch-1Dmitrii Selivanov
TEMPORARILY UNAVAILABLE -> TEMP N/A
2022-07-20Revert "Revert "Add Czech and fix Japanese""Dmitrii Selivanov
2022-07-20Revert "Add Czech and fix Japanese"Dmitrii Selivanov
2022-06-29Decrease rate bar sizesy-b
Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
2022-06-29import starRating in state.jssy-b
Signed-off-by: sy-b <94835959+sy-b@users.noreply.github.com>
2022-06-29js to add 5 star ratingsy-b
2022-06-16Handle onInstalled.reason "chrome_update"Anton Bershanskiy
2022-06-14Merge branch 'Anarios:main' into patch-3sy-b
2022-06-10Create cs/messages.jsonFjuro
2022-06-10TEMPORARILY UNAVAILABLE -> TEMP N/AAffan Zaman
#641 only for English
2022-06-03Spanish translation updates + other tweaks in EnglishIlDucci
Spanish translation updates: - Adds missing translations (extension-description-store info, missing strings. - Major proofread/editing: - Rewrites in order to make the texts flow more naturally in Spanish. - The extension name is unified back in English. - All English terms are either italicized or inside quotation marks following RAE's rules. - Likes and dislikes names have at least once the official translation from Google (I personally think they should all be changed to the official translation from Google, with the exception of the extension name). - Removed quite a few typos with accents. - Corrected a couple of discrepancies between the translated texts and the current English texts. English text updates: - Fixed some words that needed uppercasing. - Adding a missing colon in the API page, for unification purposes. - Adding a missing "and" in the FAQ page. Localization updates: - The unlocalizable strings in the Settings page of the extension should be localizable now.
2022-05-31fix and improvements in pt-br translationNathan Nunes
2022-05-28Change `:before` to `::before` becasue they are pseudo elementsHarry Allen
2022-05-19Update textUpdatesy-b
2022-05-18Revised French translationsMarko
The French translations have been revised as advised by Sky-NiniKo Co-Authored-By: NiniKo <61370893+Sky-NiniKo@users.noreply.github.com>
2022-05-18Turkish and README(es,ru,tr).md fixesilyas zan
2022-05-17tiny changessheepstar02
2022-05-15Added Russian translationsMarko
2022-05-15Added Japanese translationsMarko
2022-05-15Added Greek translationsMarko
2022-05-15Added the German translation for the new keysMarko
2022-05-15Added Spanish translation for the new keysMarko
2022-05-15Added the French translation for the new keysMarko
2022-05-15Added the Italian translation for the new keysMarko
2022-05-15Moved popup strings to the English locale fileMarko
2022-05-15Minor fixes in russian translation. Links to scool projects addedDmitrii Selivanov
2022-05-11Changed to title case -> "Temporarily Unavailable"sy-b
2022-05-11Changed textLikesDisabled to title casesy-b
fixes #601
2022-05-08Turkish fixes and additionsilyas zan
Store text translated into Turkish | tr.ts file fixed | tr/messages.json file fixed | Added (myself) @iLBAn#7421 to the links.vue file. (I wasn't sure if I should put it or not)
2022-05-08Clarify user option re-format like number does not work on ShortsAneimytis
2022-05-08(userscript) additional like number fixesAneimytis
synchronize with extension
2022-05-08do not get Shorts like numberAneimytis
It does not work. Also, in js zero is not false.
2022-05-08don't use storedData.likesAneimytis
Since official like count is still available, avoid using API server response.
2022-05-08Update like number when like/dislike button is clickedAneimytis
When like button is clicked, YT will update like count. This conflicts with user option "re-format like numbers". Force update like number. attn #561 #584
2022-05-08Get the like number from proper placeAneimytis
When like button is clicked, only one of the two aria-label attributes gets updated. Use the correct one to reflect latest like count. Affects user option "re-format like numbers" Attn #561