aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-06Replace `showMyMessage' with `console.log'.•••* viewtube.js (showMyMessage): Remove function. Replace invocations of `showMyMessage' with `console.log'. Arun Isaac
2017-07-06Remove explicit player size detection.•••* viewtube.js (createMyPlayer, playMyVideo): Remove player size (width, height, margin) settings. (ytSizes): Remove function. Remove invocations of `ytSizes'. Arun Isaac
2017-07-06Remove "DASH" button.•••* viewtube.js (option): Remove "dash". (createMyElement): Remove handling of "dash" action. (createMyPlayer): Remove panel "DASH" button. Arun Isaac
2017-07-06Remove "widesize" and "fullsize" features.•••* viewtube.js (option): Remove "widesize" and "fullsize". (createMyElement): Remove handling of "widesize" and "fullsize" actions. (createMyPlayer): Remove panel "widesize" and "fullsize" buttons. (resizeMyPlayer): Remove function. Remove invocations of `resizeMyPlayer'. Arun Isaac
2017-07-06Do not extract video title.•••* viewtube.js: Do not extract video title (ytVideoTitle). Arun Isaac
2017-07-05Remove console logging in `playDASHwithHTML5'.•••* viewtube.js (playDASHwithHTML5): Remove console logging. Arun Isaac
2017-07-05Use video element for thumbnail and playing/autoplaying functions.•••* viewtube.js (option): Remove "autoplay". (createMyElement): Remove handling of "play" and "autoplay" actions. (createMyPlayer): Remove panel "Autoplay" button. Do not create separate img element for thumbnail. Arun Isaac
2017-07-05Remove `getMyElement'.•••* viewtube.js (getMyElement): Remove function. Replace invocations of `getMyElement' with `document.querySelector'. Arun Isaac
2017-07-05Remove `blockVideos'.•••* viewtube.js (blockVideos): Remove function. This function, part of ViewTube, is not relevant to YouTube. Arun Isaac
2017-07-05Remove "Get video link" feature.•••* viewtube.js (createMyPlayer): Remove panel "Get" button. (createMyElement): Remove handling of "get" action. (getMyVideo): Remove function. (option): Remove "autoget". Users can get the video link from the HTML5 video element. Arun Isaac
2017-07-05Bump to version 0.3.•••* manifest.json: Bump to version 0.3. * youtube-noscript-shim.user.js: Bump to version 0.3. v0.3Arun Isaac
2017-07-05Integrate ViewTube.•••* viewtube.js: New file. * manifest.json (content_scripts): Add viewtube.js. (permissions): Add storage. Arun Isaac
2017-07-05Run on www.youtube.com as well.•••* manifest.json (content_scripts): Match www.youtube.com in addition to youtube.com. Arun Isaac
2017-07-05Remove dependence on NoScript.•••* youtube-noscript-shim.user.js: Remove YouTube's javascript without depending on NoScript to do it. Arun Isaac
2017-07-05Convert to WebExtension.•••* manifest.json: New file. * Makefile: New file. * .gitignore: Ignore .zip files. Arun Isaac
2017-06-27Bump version.•••* youtube-noscript-shim.user.js: Bump to version 0.2. v0.2Arun Isaac
2017-06-27Update README.•••* README.org: Remove italics on project name. (Installation): Organize section better. (Features): Make list more consistent. Arun Isaac
2017-06-27Refactor adding event listeners to separate function.•••* youtube-noscript-shim.user.js (attachEventListener): New function. Use attachEventListener, slightly simplifying the script. Arun Isaac
2017-06-27Iterate over NodeList.•••* youtube-noscript-shim.user.js: Iterate over NodeList without first converting it to an Array. Arun Isaac
2017-06-27Refactor toggleClasses and toggleBooleanAttributes.•••* youtube-noscript-shim.user.js (toggleClasses): Make classes argument variadic. Support multiple elements. Document it. (toggleBooleanAttributes): Make attributes argument variadic. Support multiple elements. Document it. Fix toggleClasses and toggleBooleanAttributes function calls. Arun Isaac
2017-06-26Update README.•••* README.org: List implemented features. Arun Isaac
2017-06-26Update README.•••* README.org: Replace consecutive usage of "in addition" with "also". v0.1Arun Isaac
2017-06-26Add README.•••* README.org: New file. Arun Isaac
2017-06-26Release under GPLv3.•••* COPYING: Text of GPLv3 license. * youtube-noscript-shim.user.js: Add license header. Arun Isaac
2017-06-23Initial commit.Arun Isaac