Last active
November 19, 2024 16:31
-
-
Save Erquint/a42102ab37d6c80b44100b011c0e52fb to your computer and use it in GitHub Desktop.
Tested on TL-WR841N_V10_151216_RU Install using the following link: https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TP-Link Detranslator | |
// @namespace [email protected] | |
// @description Tested on TL-WR841N_V10_151216_RU | |
// @version 1.1.1 | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/a42102ab37d6c80b44100b011c0e52fb | |
// @updateURL https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js | |
// @include http://192.168.0.1/* | |
// @include http://tplinkwifi.net/* | |
// @include http://tplinklogin.net/* | |
// @grant none | |
// ==/UserScript== | |
window.onload = function(){str_pages = undefined;str_main = undefined;}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment