<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GM_addStyle</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>Recent changes to GM_addStyle</description><atom:link href="https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 10 Aug 2019 10:25:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/feed" rel="self" type="application/rss+xml"/><item><title>GM_addStyle modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -14,7 +14,7 @@

 Value: Function
 Returns: `undefined`
-Compatibility: [Greasemonkey 0.6.1+](Version_history#061)
+Compatibility: Greasemonkey [0.6.1](Version_history#061) - [3.12.0](Version_history#3120)
 Access: [@grant](Metadata_Block#grant)

 Parameters
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Sat, 10 Aug 2019 10:25:23 -0000</pubDate><guid>https://sourceforge.netee2e6246ecb35b871a8928e511cce8649975ba3a</guid></item><item><title>GM_addStyle modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -99,4 +99,4 @@

   * Add `!important` at the end of the code to override an existing value.

-[⬆][toTop] [⬇][toBottom]
+[⬆][toTop]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Fri, 09 Aug 2019 19:43:48 -0000</pubDate><guid>https://sourceforge.net2b6292d5fa8508f0d0e962e7a986efa6f34ff08e</guid></item><item><title>GM_addStyle modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -15,7 +15,7 @@
 Value: Function
 Returns: `undefined`
 Compatibility: [Greasemonkey 0.6.1+](Version_history#061)
-Access: [@grant](Metadata_Block#grant)
+Access: [@grant](Metadata_Block#grant)

 Parameters

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Mon, 05 Aug 2019 14:10:02 -0000</pubDate><guid>https://sourceforge.nete463f53d97300575ffae93ab8bae231bfa3d4e99</guid></item><item><title>GM_addStyle modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,5 +1,5 @@
 [toTop]: #content_base "Top"
-[toBottom]: #site-footer "Bottom"
+[toBottom]: #notes "Bottom"
 ## Description

 This [API](Greasemonkey_Manual:API) method adds a string of CSS to the document.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Mon, 05 Aug 2019 09:14:17 -0000</pubDate><guid>https://sourceforge.net5c510e6fcd1bea8f5d821f5f2157720ba7feef3e</guid></item><item><title>GM_addStyle modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -78,7 +78,7 @@
 ### Spanning with E4X

 ``` js
-  GM_addStyle(&amp;lt;&amp;gt;.toString()
-  );
+);
 ```

 [⬆][toTop] [⬇][toBottom] [⇧](#examples)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Mon, 05 Aug 2019 09:11:17 -0000</pubDate><guid>https://sourceforge.net18a4d853788b4a21084a5fb8d94b75427a88d623</guid></item><item><title>GM_addStyle modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -14,7 +14,7 @@

 Value: Function
 Returns: `undefined`
-Compatibility: [Greasemonkey 0.6.1+](Version_history#0.6.1)
+Compatibility: [Greasemonkey 0.6.1+](Version_history#061)
 Access: [@grant](Metadata_Block#grant)

 Parameters
@@ -78,9 +78,15 @@
 ### Spanning with E4X

 ``` js
-    GM_addStyle(
+  GM_addStyle(&amp;lt;&amp;gt;.toString()
+  );
 ```

 [⬆][toTop] [⬇][toBottom] [⇧](#examples)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Mon, 05 Aug 2019 09:10:17 -0000</pubDate><guid>https://sourceforge.net46c288e6d51b0be96cde65aef6f08168722a39d9</guid></item><item><title>GM_addStyle modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -40,33 +40,48 @@

 ## Examples

-[⬆][toTop] [⬇][toBottom] | [Spanning with E4X](#spanning-with-e4x) | [Spanning with Line Continuation](#spanning-with-line-continuation)
+[⬆][toTop] [⬇][toBottom] | [Spanning with Line Continuation](#spanning-with-line-continuation) | [Spanning with ES6+ Template Strings](#spanning-with-es6-template-strings) | [Spanning with E4X](#spanning-with-e4x) 

 ### Core

-~~~~~~
+``` js
 GM_addStyle("body { color: white; background-color: black } img { border: 0 }");
-~~~~~~
+```
+
+[⬆][toTop] [⬇][toBottom] [⇧](#examples)
+
+
+### Spanning with Line Continuation
+
+``` js
+GM_addStyle("body { color: white; background-color: black }\
+  img { border: 0 }\
+  .footer { width: 875px; }");
+```
+
+[⬆][toTop] [⬇][toBottom] [⇧](#examples)
+
+### Spanning with ES6+ Template Strings
+
+``` js
+GM_addStyle(`
+
+body { color: white; background-color: black }
+img { border: 0 }
+.footer { width: 875px; }
+
+`);
+```

 [⬆][toTop] [⬇][toBottom] [⇧](#examples)

 ### Spanning with E4X

-~~~~~~
+``` js
     GM_addStyle(

     // NOTE: Broken due to SF import
-~~~~~~
-
-[⬆][toTop] [⬇][toBottom] [⇧](#examples)
-
-### Spanning with Line Continuation
-
-~~~~~~
-GM_addStyle("body { color: white; background-color: black }\
-  img { border: 0 }\
-  .footer { width: 875px; }");
-~~~~~~
+```

 [⬆][toTop] [⬇][toBottom] [⇧](#examples)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Thu, 05 May 2016 18:15:51 -0000</pubDate><guid>https://sourceforge.netd86915a99f8ad819528ae5b602feb0df09de0c73</guid></item><item><title>GM_addStyle modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,114 +1,81 @@
-{{DISPLAYTITLE:GM_addStyle}}{{Greasemonkey Manual TOC}} 
-
+[toTop]: #content_base "Top"
+[toBottom]: #site-footer "Bottom"
 ## Description

-This [API](Greasemonkey_Manual:API) method adds a string of CSS to the document. 
+This [API](Greasemonkey_Manual:API) method adds a string of CSS to the document.

-It creates a new 
-    
-    &amp;lt;style&amp;gt;
+It creates a new `&amp;lt;&amp;gt;&amp;#x2b06;&amp;#x2b07;&amp;#x2b06;&amp;#x2b07;&amp;#x2b06;&amp;#x2b07;&amp;#x21e7;&amp;#x2b06;&amp;#x2b07;&amp;#x2b06;&amp;#x2b07;&amp;#x21e7;&amp;#x2b06;&amp;#x2b07;&amp;#x21e7;&amp;#x2b06;&amp;#x2b07;&amp;#x21e7;&amp;#x2b06;&amp;#x2b07;&amp;#x2b06;&amp;#x2b07;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sat, 28 Jun 2014 08:48:21 -0000</pubDate><guid>https://sourceforge.netf59bd29d6625f82e88b0ed47154f47eca0fe2d9d</guid></item><item><title>GM_addStyle modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -23,6 +23,7 @@
     Value: Function 
     Returns: undefined 
     Compatibility: [Greasemonkey 0.6.1+](Version_history#0.6.1) 
+    Access: [@grant](Metadata_Block#.40grant_)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Fri, 27 Jun 2014 23:42:29 -0000</pubDate><guid>https://sourceforge.netc4bf867bef9473bc00b395b0af6e2a203009e9a6</guid></item><item><title>GM_addStyle modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_addStyle/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -108,4 +108,6 @@

 {{toFirstLast}} 

+{{Greasemonkey Manual TOC}}
+
 [A](Category:API_Reference) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Fri, 27 Jun 2014 23:42:29 -0000</pubDate><guid>https://sourceforge.netb7b96a8c161e50e43852791afc99ccad0947ab85</guid></item></channel></rss>