-
Notifications
You must be signed in to change notification settings - Fork 4
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
Might as well update #1
Open
TriMoon
wants to merge
70
commits into
dasher:master
Choose a base branch
from
TriMoon:trimoon
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…hooked up to LOU script loader instead of setTimeout
…oS plugins. It's only clutter without adding information to the users
…ve name clash in global scope
…ser.js and fork of LoU BoS 1.5.4
Remove use of global app object by using correct inheritance mechanism. Added LoU BoS 1.5.6
Filenames are case-sensitive. Prevented script from loading in Greasmonkey
Removed converted_from_user_script, GM_log, GM_xmlhttpRequest and replaced with Google Chrome equivalents.
Greasemonkey requires that the updateURL points to a https source. Used a bit.ly for this For Chrome the updateURL points to a dedicated updates.xml file
Extension Manager. Google Chrome webstore
…rsions of LoU BoS, LoU Tweak and LoU Suite
Update script to run on greasemonkey 1.0. Granting access to GM API functions and hardcoding mimetype because detection of mimetype has changed
Added compatibility for gui.CustomTable to fix TDK Defiant extension
Greasemonkey changed the way resources are loaded so there is no way anymore to determine its mimetype. Now I determine it from the file extension
Added compatibility functions to make the TDK One Defiant extension work
set line-endings to lf for the files that are text based added *.bak to ignore list
re-ordering files into appropriate directories. Deleted duplicate files.
-separated meta block. -moved injection code to own file. -made non-lou-extension code requires instead of resource. -added icon for GM installs.
-renamed files so they won't clash with other files when other extensions get added -rewrote resource-file injection code. -moved main function block of 'lou-extensions.js' back into 'greasemonkey.user.js' so it will be run at document-end
-Separated functions of "LoU Tweak v1.7.1" and added to lou-extensions.
This file is intended for 1st time installs, it will make the script update to last version on updates.
Seems its not needed we can use the main user.js file for updateURL also...
As sugested by Conan :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Might as well update your repo with changes i made back then :)